Skip to content

Releases: fastbootstrap/atlassian-design-for-bootstrap

Release v2.2.0

06 Jan 11:48
Compare
Choose a tag to compare

New utilities CSS:

  • Text Decoration Color
  • Text Decoration Style
  • Text Decoration Thickness
  • Text Underline Offset

Fix

  • box-shadow supports hover state, usage like shadow-lg-hover.
  • for letter-space, the utilities classes from ls-* changed to tracking-*, like ls-tight to tracking-tight.
  • fix #21

Release v2.1.0

17 Dec 06:09
Compare
Choose a tag to compare

New features

  • Add a new color theme: Discovery
  • Add !default keyword for each of variables, allows override the variable value when you want to customize.

New Utilities CSS

  • Transforms: scale, rotate, translate, skew, transform-origin
  • Transition: transition-property, transition-duration, transition-timing-function, transition-delay
  • Icon text color

Breaking Changes

  1. The Margin, Padding, Gap utilities the max value from 24rem change to 5rem. [#20]
  2. Disable the negative margins by default to reduce file size of the compiled CSS file. [#20]
  3. A .btn-group-narrow removed, the button group component will segment by default.

Fiix

Deprecated

  • .input-group-start and .input-group-end are deprecated, should use .input-group-prefix and .input-group-suffix instead of.

v2.0.2

20 Nov 13:51
Compare
Choose a tag to compare
2.0.2

v2.0.1

20 Nov 13:37
Compare
Choose a tag to compare

fix

v2.0.0

03 Nov 07:28
Compare
Choose a tag to compare

Features

  • Update Bootstrap to 5.3
  • Dark mode supports
  • Update Atlassian design new design tokens

Breaking

Remove the below components:

  • Lozenge
  • Menu
  • Progress Indicator
  • Progress Tracker
  • Rating
  • Side Navigation
  • Tag

Maintaining additional extension components, especially JS interaction, is too costly, removing these components will help me following new versions of Bootstrap.

v1.1.2

31 Jul 08:57
Compare
Choose a tag to compare

new utilities:

minor changes:

  • new CSS .input-group-start and .input-group-end for input group component
  • .text-muted from $neutral-100 to $neutral-200
  • remove overflow: auto for .layout-main

v1.1.1

11 Oct 17:40
Compare
Choose a tag to compare

v1.0.0

28 Sep 16:46
Compare
Choose a tag to compare

New Components

New Utilities CSS

v0.0.1 beta

18 Sep 08:19
Compare
Choose a tag to compare

first release!