Skip to content

Releases: techfromsage/bootstrap-sass

3.7.9

18 Jan 11:36
Compare
Choose a tag to compare

3.7.9 (2021-01-18)

Adjusted the placeholder colour to make it accessible against the white background – from $gray600 to $gray700.

Bug Fixes

  • update placeholder colour (6017108)

3.7.8

19 Oct 09:39
Compare
Choose a tag to compare

3.7.8 (2020-10-16)

Thanks to @camillef for tidying up after me

Bug Fixes

  • buttons: remove white color from .btn-alert:hover:focus state (#64) (3af5f16)

v3.7.7

12 Oct 12:26
Compare
Choose a tag to compare

3.7.7 (2020-10-12)

  • Increase contrast of dropdown header
  • Tidy button rules (#63)

Bug Fixes

  • dropdowns: increase contrast of dropdown header (2c94e5e)

v3.7.6

07 Oct 22:25
Compare
Choose a tag to compare

3.7.6 (2020-10-07)

The extensions to modals and tabs were conflicting with the typeahead plugin used by DC when they were minified by YUI Compressor.

Bug Fixes

  • wrap extensions in iife (3db5b24)

v3.7.5

06 Oct 12:45
Compare
Choose a tag to compare

3.7.5 (2020-10-06)

🎶 Links and buttons, they're all the same to meeeee. 🎶

Spot the difference:

Screenshot 2020-10-06 at 13 45 15

Bug Fixes

  • buttons: fix link state override (1e38bb9)

v3.7.4

06 Oct 11:54
Compare
Choose a tag to compare

3.7.4 (2020-10-06)

  • Updates btn-alert states and supplies btn-alert--primary variant

Screenshot 2020-10-06 at 12 54 05

Screenshot 2020-10-06 at 12 42 26

Bug Fixes

  • buttons: update btn-alert variants (3f946f2)

v3.7.3

05 Oct 15:40
Compare
Choose a tag to compare

3.7.3 (2020-10-05)

Button states now use currentColor for certain properties in order to inherit from the text colour – which is not always #017d87

Bug Fixes

  • buttons: make use of currentColor (#62) (40cb629)

v3.7.2

25 Sep 12:59
Compare
Choose a tag to compare

3.7.2 (2020-09-25)

  • Modal windows now trap focus correctly
  • Tabs now support cursor interactions
  • For @junglebarry, the navbar now uses a transparent highlight to darken the background of hover and open nav elements

Bug Fixes

  • improved interaction handling (59be17d)

3.7.1 (2020-09-25)

Bug Fixes

  • alerts: update .alert-link font-weight (b8b96ae)
  • navbar: apply transparent black to change hue (d7dafde)
  • navbar: fix variable/function snafu (51cc7a1)
  • navbar: improve button appearance (8b037f4)

v3.7.0

21 Sep 20:49
Compare
Choose a tag to compare
v3.7.0 Pre-release
Pre-release

3.7.0 (2020-09-21)

Implements and demonstrates standard set of error page styles. Recommend applying class of t-error to page to set background and text colours, as well as the hr styling. Container content is aligned in the center of the page with flex.

Features

  • error: add error page styles (4f68d7b)

v3.6.1

21 Sep 16:27
Compare
Choose a tag to compare

3.6.1 (2020-09-21)

  • Removes the text-decoration from any links in .dropdown-menu container – helps with Shipshape's ToCs
  • Adds a .u-selectable-text class to allow text to be, well, selected: when item titles became buttons, the default property now prevents this action.

Bug Fixes

  • add user-select util (d9827eb)
  • dropdowns: remove text-decoration (b9b610d)