Change log for cssLibrary
All notable changes to the package cssLibrary are documented here.
Version 8.9.0
Bug Fixes
- Design tokens
- Updated design token values for font family to fix icon rendering issue
Version 8.8.11
Bug Fixes
- _inAppDocumentation
- Fixed an issue where in app doc side panel displayed 2 scrollbars when the content overflowed.
Version 8.8
Bug Fixes
- _selectField.scss
- Fixed an issue where dropdowns label was not being truncated for single mode.
- _mixins.scss
- Updated box shadow to be static and compliant with the design spec, instead of relying on the current nested level (legacy behavior).
- _cardList.scss
- Grid layout card styles defined in this file now only apply to the card list component.
- _numberField.scss
- Fixed issue with up/down arrows not being properly aligned
Version 8.7
Bug Fixes
- _grid.scss
- Fixed style issue in the data grid where the sort icon was not aligned with the title.
- _gridLayout.scss
- Fixed an issue in grid layout using vertical container where it was not fully wrapping all its content when this has overflow and container is sticky.
Version 8.6.0
Bug Fixes
- _nav.scss
- Fixed an issue with the scrollbar where it was pushing content elements when this was displayed.
- _error.scss
- Created
_error.scss
- Created
- _collapsibleNavigation.scss
- Added grid layout specific styles.
- _selectField.scss
- Fixed style issue in dropdowns where search icon overlaps text when is displayed inside content frame in legacy layout.
Version 8.5.0
Bug Fixes
- _grid.scss
- Fixed an issue where rows height was changing when row is in hover state.
- _checkboxRadio.scss
- Fixed an issue where checkbox tree was adding indentation even if there weren't nested nodes.
- _selectField.scss
- Fixed caret icon to be placed at the top of the dropdown.
Version 8.4.1
Deprecations
- UiSdlThemeTemplate
- Starting 8.6.0, kanban board related tokens will be removed.
New Features
- UiSdlThemeTemplate
- Added 8 new color tokens:
colorFgAccentStrongcolorFgAccentWeakcolorFgSuccessStrongcolorFgSuccessWeakcolorFgDangerStrongcolorFgDangerWeakcolorFgWarningStrongcolorFgWarningWeak
- Added 8 new color tokens:
Bug Fixes
- _collapsibleComponent.scss
- Fixed missing top space in title when component is expanded in legacy layout.
- _modal.scss
- Fixed extra margin top on form inputs.
- _button.scss
- Fix correct paddings for
smallandcondensedbuttons.
- Fix correct paddings for
Version 8.4.0
Bug Fixes
- _button.scss
- Added
bookicon and its corresponding selectorc3-button-book. - Fix correct paddings for
smallandcondensedbuttons.
- Added
- _contentFrame.scss
- Fix styling and presentational issue when using single search component in Content Frame.
- _grid.scss
- Removed kendo sort icon when DataGrid is under Grid Layout.
- _checkboxRadio
- Checkbox tree focus is apparently non-existent in Legacy Layout.
- _messageContainer
- Fixed overlapping message containers.
- _cardList.scss
- Fixed white scrollbar when content is long.
Improvements
- _button.scss
- Updated right and left paddings for
smallbuttons. - Removed
c3-button-iconNametoc3-icon-iconNamemapping. Buttons will now usec3-icon-iconNameclass name for icons. The DOM element is still going to have thec3-button-iconNameclass to keep selectors working for both tests and custom styles.
- Updated right and left paddings for
- _atomicButton.scss
- Updated right and left paddings for
smallbuttons.
- Updated right and left paddings for
- _collapsibleNavigation.scss
- Fixed redirect link styling to be in line with spec.
- Added highlighting for clicked navigation item.
- Fixed horizontal instability for accordion up/down arrows.
- Added new semantic token to allow styling of
collapsibleNavigationbackground color:colorBgCollapsibleNav
- _nav.scss
- Fixed nav collapse button to be horizontally center aligned when collapsed, and vertically top aligned when opened
Version 8.3.3
Bug Fixes
- _tabBar.scss
- Fix issue when switch tabs it slightly moved.
- _gridLayout.scss
- _sidePanel.scss
- Fix issue where sidePanel component didn't reach to its full height in Grid Layout.
- _button.scss
- Button styling in Grid Layout now is consistent, now setting the styling in Grid Layout even if the component is not wrapped in a Grid Container.