Releases: scania-digital-design-system/tegel
@scania/tegel@1.12.1
What's Changed
Bugs & Improvements 🐞 🌱
- fix(stepper): items not aligned by @mistermalm in #686
- fix(angular-17): dependency on version 17 or higher by @theJohnnyMe in #688
- fix(button): simplify styling logic for icon option by @theJohnnyMe in #690
- fix(textarea): scroll in readonly mode by @theJohnnyMe in #697
- fix(dropdown): duplicate value in multiselect by @timrombergjakobsson in #696
Full Changelog: /~https://github.com/scania-digital-design-system/tegel/compare/@scania/tegel@1.12.0...@scania/tegel@1.12.1
@scania/tegel@1.12.0
What's Changed
Feature 🚀
- feat(tds-table): added horizontal scroll by @Lunkan89 in #657
- feat(tds-tooltip): show on click by @Lunkan89 in #653
- feat(table-header-cell): added disable padding prop by @Lunkan89 in #679
Bugs & Improvements 🐞 🌱
- fix(table): sorting arrow default and direction correction by @theJohnnyMe in #669
- fix(dropdown): reset scroll by @mistermalm in #676
- fix: use correct font family in headline 01 variable by @Wadzabi in #681
Build ⚙️
- build(deps): bump braces and gulp in /icons by @dependabot in #667
New Contributors
Full Changelog: /~https://github.com/scania-digital-design-system/tegel/compare/@scania/tegel@1.11.0...@scania/tegel@1.12.0
@scania/tegel@1.11.0
Feature 🚀
- feat(footer): add compact footer property by @HasanVatansever in #651
- feat(grid): new grid by @mistermalm in #663
Bugs & Improvements 🐞 🌱
- fix: add missing type definitions by @lkritsimas in #659
Docs 📖
- docs: creating a component & docs update by @theJohnnyMe in #633
Full Changelog: /~https://github.com/scania-digital-design-system/tegel/compare/@scania/tegel@1.10.0...@scania/tegel@1.11.0
@scania/tegel@1.10.0
What's Changed
Feature 🚀
- feat(icons): types for icon names by @mistermalm in #642
Docs 📖
- docs: added angular-17 installation guide by @theJohnnyMe in #644
Full Changelog: /~https://github.com/scania-digital-design-system/tegel/compare/@scania/tegel@1.9.1...@scania/tegel@1.10.0
@scania/tegel@1.9.1
What's Changed
Bugs & Improvements 🐞 🌱
- release: tegel 1.9.1 by @theJohnnyMe in #641* - Small issue with the missing export of the main CSS file of Tegel that made version 1.9.0 unusable.
Full Changelog: /~https://github.com/scania-digital-design-system/tegel/compare/@scania/tegel@1.9.0...@scania/tegel@1.9.1
@scania/tegel@1.9.0
What's Changed
Feature 🚀
- feat(side-menu): ✨ programatically toggle side menu dropdown by @ExeAy in #618
- feat(chip): disabled state for chip by @timrombergjakobsson in #613
- feat(icons): add new icons by @nathalielindqvist in #622
- feat(table): default expanded row, expand/collapse methods, tdsChange event by @mistermalm in #612
- feat(accordion): add prop for removing the last accordion item bottom border by @patrikhultgren in #626
- feat(modal): Expose a closable property to be able to hide x icon by @mistermalm in #619
Bugs & Improvements 🐞 🌱
- fix(side-menu) remove extra space to the right of a collapsed side menu item in desktop by @patrikhultgren in #621
- fix(stepper): correct first and last item padding by @adarean5 in #634
Important❗️
- feat(angular-17): new wrapper package for angular 17+ by @theJohnnyMe in #623
New Contributors
- @ExeAy made their first contribution in #618
- @patrikhultgren made their first contribution in #621
Full Changelog: /~https://github.com/scania-digital-design-system/tegel/compare/@scania/tegel@1.8.2...@scania/tegel@1.9.0
@scania/tegel@1.8.2
What's Changed
Bugs & Improvements 🐞 🌱
-
fix(vars): removing duplicate vars imports by @timrombergjakobsson in #607
-
fix(tds-dropdown): improved scrollbar styling by @finnlake in #545
Docs 📖
-
docs(contribution): post feedback update by @theJohnnyMe in #603
-
docs(contribution): link correction by @theJohnnyMe in #611
Full Changelog: /~https://github.com/scania-digital-design-system/tegel/compare/@scania/tegel@1.8.1...@scania/tegel@1.8.2
@scania/tegel@1.8.1
What's Changed
Bugs & Improvements 🐞 🌱
- fix(header-launcher): null check by @timrombergjakobsson in #517
- fix(popover-core): close instances of component when another opens by @theJohnnyMe in #595
- fix(toast): update default header, subheader and link text by @nathalielindqvist in #597
- fix(table): disable-padding with compact design by @nathalielindqvist in #594
- fix(header-dropdown): close on slotted items click by @theJohnnyMe in #593
- fix(dropdown): monitor slot changes to assigning defaultValue on dropdown menu update by @theJohnnyMe in #599
Full Changelog: /~https://github.com/scania-digital-design-system/tegel/compare/@scania/tegel@1.8.0...@scania/tegel@1.8.1
@scania/tegel@1.8.0
What's Changed
Feature 🚀
Bugs & Improvements 🐞 🌱
- fix(table-body-cell): map text-align prop in lifecycle by @theJohnnyMe in #564
- fix: move the border of the expanded table row to the bottom of the expanded section by @adarean5 in #578
- fix(modal): align with figma by @EmelieLitwin in #521
New Contributors
- @finnlake made their first contribution in #563
- @adarean5 made their first contribution in #578
- @EmelieLitwin made their first contribution in #521
Full Changelog: /~https://github.com/scania-digital-design-system/tegel/compare/@scania/tegel@1.7.0...@scania/tegel@1.8.0
@scania/tegel@1.7.0
What's Changed
Feature 🚀
- feat(toast): make close button optional by @nathalielindqvist in #550
- feat(modal): re-initilize selector and clean-up method by @theJohnnyMe in #552
Bugs & Improvements 🐞 🌱
- fix(slider): emit tdsChange on mouse-up and touch-end events by @theJohnnyMe in #513
- fix(text-field): read-only hides suffix icon by @theJohnnyMe in #554
- fix(table-body-cell): Behavior and additional
text-align
values intds-header-cell
andtds-body-cell
by @AndreasRasovicScania in #555 - fix(toast): content width and close button margins by @nathalielindqvist in #538
Docs 📖
- docs: update to conventions and contribution by @timrombergjakobsson in #532
Important❗️
Previously, the Slider only had a tdsChange
event that emitted value changes during the slide. However, this posed issues for some users. To address this, we've introduced a new event, tdsInput
. Here are the key differences:
tdsInput
emits values in real-time as the user slides, ideal for applications requiring immediate feedback like zooming or volume control.tdsChange
now emits values only when the user finalizes the selection by releasing the mouse or ending the touch.- No action is needed if real-time values aren't required for your application. If they are, switch from
tdsChange
totdsInput
.
The Storybook for the Slider component is updated with these new event listeners, allowing you to see the changes in action. We believe this update will enhance functionality rather than cause inconvenience.
New Contributors
- @AndreasRasovicScania made their first contribution in #555
Full Changelog: /~https://github.com/scania-digital-design-system/tegel/compare/@scania/tegel@1.6.1...@scania/tegel@1.7.0