Skip to content

Releases: seb-oss/bootstrap

v3.1.0

21 Feb 12:35
975eb01
Compare
Choose a tag to compare

3.1.0 (2019-02-21)

Bug Fixes

  • grid: responsive gutters disabled by default (5144ef7)
  • modal: use width: auto and max-width for large aside (9abc590), closes #96

Features

  • update bootstrap core to 4.3.1 (7ccd3d0)
  • link: add external icon to links using .external class (17a75dc)

v3.0.1

06 Feb 11:02
01d4170
Compare
Choose a tag to compare

3.0.1 (2019-02-06)

Bug Fixes

  • form-feedback: add space between input field and help text (88eb04b)

v3.0.0

05 Feb 18:05
02efe6c
Compare
Choose a tag to compare

3.0.0 (2019-02-05)

Bug Fixes

  • datepicker: update height (82fb337), closes #82
  • update height of inputs, buttons, tables, navs, accordion (190c4b6), closes #83
  • form feedback: adjust line thickness from 3px to 2px (a62cb7f), closes #84
  • headings: adjust size and weight (cddbb55), closes #81
  • list-groups: use medium font for ordered list (75e5c55), closes #79

Features

BREAKING CHANGES

  • loaders.scss has been renamed to spinners.scss to sync with new spinner component
    in bootstrap, so if you import loaders.scss explicitly you need to update the reference to
    spinners.scss

v2.5.0

20 Dec 18:51
3710df1
Compare
Choose a tag to compare

2.5.0 (2018-12-20)

Bug Fixes

  • colors: use yellow for warning (607d416)
  • tables: adjust font size for table headers to align with labels (9e005eb), closes #72
  • adjust font size for small text, labels and form feedback (22bbf45), closes #72

Features

  • list-groups: add more styles (bullets, ordered, actions etc.) (d5df7cf), closes #75
  • add basic transitions/animations (045a41c)

v2.4.1

29 Nov 10:45
3017993
Compare
Choose a tag to compare

2.4.1 (2018-11-29)

Bug Fixes

v2.4.0

28 Nov 14:44
83a22cb
Compare
Choose a tag to compare

2.4.0 (2018-11-28)

Bug Fixes

  • alerts: use correct close button (a73c336)
  • alerts: use svg icons, add check icon for success (edd48c0), closes #64
  • fifth-element: swap info and primary, add secondary (a23ca9e)
  • radio buttons: adjust and align radio indicator (9edf00b)
  • slide toggle: possible to click (a5de270), closes #60

Features

  • toasts: add styles for toast notifications (35ac640)

v2.3.0

16 Nov 09:15
e9a75f8
Compare
Choose a tag to compare

2.3.0 (2018-11-16)

Bug Fixes

  • accordion: change size from 1 rem to .875 rem (ce2c18e), closes #29
  • scroll: add ability to force native scroll (5a825c5), closes #55

Features

  • alerts: add styles for alert icon (b6fa7a0)

v2.2.0

16 Oct 10:55
d595eb7
Compare
Choose a tag to compare

2.2.0 (2018-10-16)

Features

  • navbar: add style for navbar (e828c10), closes #51

v2.1.0

11 Oct 09:07
83f7398
Compare
Choose a tag to compare

2.1.0 (2018-10-11)

Bug Fixes

  • input-group: correct style for progress validation and focus (b0d57d8), closes #48
  • input-group: match background color of input when disabled (d8c71e6)

Features

  • utilities: add input-border-right for right border radius (1d7aea2), closes #49

v2.0.0

09 Oct 08:15
0ef7b7f
Compare
Choose a tag to compare

2.0.0 (2018-10-09)

Bug Fixes

  • form-validation: change from p- to progress- for feedback (23b28e6)
  • loaders: allow nested spinners in buttons (5f1d8ad)

Features

  • form-validation: add style for form-control-help (00f65e5)

BREAKING CHANGES

  • form-validation: Form validation progress indicator has changed class name from "p-" to "progress-"
    to avoid conflict with the utility class for padding "p-".