Releases: fastbootstrap/atlassian-design-for-bootstrap
Releases · fastbootstrap/atlassian-design-for-bootstrap
Release v2.2.0
New utilities CSS:
- Text Decoration Color
- Text Decoration Style
- Text Decoration Thickness
- Text Underline Offset
Fix
box-shadow
supportshover
state, usage likeshadow-lg-hover
.- for
letter-space
, the utilities classes fromls-*
changed totracking-*
, likels-tight
totracking-tight
. - fix #21
Release v2.1.0
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
- The
Margin
,Padding
,Gap
utilities the max value from24rem
change to5rem
. [#20] - Disable the negative margins by default to reduce file size of the compiled CSS file. [#20]
- 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
v2.0.1
v2.0.0
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
v1.1.1
v1.0.0
v0.0.1 beta
first release!