Skip to content

Releases: scania-digital-design-system/tegel

@scania/tegel@1.12.1

25 Jul 09:53
4efef5f
Compare
Choose a tag to compare

What's Changed

Bugs & Improvements 🐞 🌱

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

11 Jul 13:27
ba49c1a
Compare
Choose a tag to compare

What's Changed

Feature 🚀

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 ⚙️

New Contributors

  • @Lunkan89 made their first contribution in #657
  • @Wadzabi made their first contribution in #681

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

27 Jun 13:41
7ddbeb6
Compare
Choose a tag to compare

Feature 🚀

Bugs & Improvements 🐞 🌱

Docs 📖

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

13 Jun 13:33
6f8b380
Compare
Choose a tag to compare

What's Changed

Feature 🚀

Docs 📖

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

03 Jun 13:26
aebbe87
Compare
Choose a tag to compare

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

30 May 14:24
a254444
Compare
Choose a tag to compare

What's Changed

Feature 🚀

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❗️

New Contributors

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

16 May 14:12
8ffc4e5
Compare
Choose a tag to compare

What's Changed

Bugs & Improvements 🐞 🌱

Docs 📖

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

18 Apr 13:34
993d052
Compare
Choose a tag to compare

What's Changed

Bugs & Improvements 🐞 🌱

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

04 Apr 14:11
08f1e74
Compare
Choose a tag to compare

What's Changed

Feature 🚀

  • feat(tds-dropdown): added a clear filter button by @finnlake in #563

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

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

21 Mar 15:28
571b0e3
Compare
Choose a tag to compare

What's Changed

Feature 🚀

Bugs & Improvements 🐞 🌱

Docs 📖

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 to tdsInput.

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

Full Changelog: /~https://github.com/scania-digital-design-system/tegel/compare/@scania/tegel@1.6.1...@scania/tegel@1.7.0