Skip to content

Releases: nsbno/spor

@vygruppen/[email protected]

04 Jul 12:23
8b13f36
Compare
Choose a tag to compare

Minor Changes

  • d63e3c6: ChoiceChip: Fix isChecked bug

@vygruppen/[email protected]

04 Jul 09:09
9781296
Compare
Choose a tag to compare

Major Changes

  • 1e3a7bd: Major update: Card is removed

    Card is replaced by StaticCard, PressableCard and RadioCard.

  • ec68649: Breaking change: Accordion

    The size prop is no longer supported, and replaced by responsive sizes (sm on mobile, md on desktop).

    The sizing will happen automatically according to breakpoints.

    allowMultiple is also removed as default (Accordion will ignore allowToggle when allowMultiple is allowed).

Minor Changes

  • 35427e9: DatePicker: Fix warnings and accessibility
  • 1c030d2: Input: Rearranging the accessibility labels

Patch Changes

  • 94ecba7: ExpandableAlert: Fix warning in console for kebab-case
  • 3211116: LineTag: Fix bugs with props
  • bb0ded9: NumericStepper: Fix type error in console
  • 5935a32: ChoiceChip: Minor bugfix on types

@vygruppen/[email protected]

02 Jul 12:55
8d54a25
Compare
Choose a tag to compare

Minor Changes

  • f7c43e4: Combobox & ListBox: Add semantics for accessibility

@vygruppen/[email protected]

02 Jul 07:26
bccc6ad
Compare
Choose a tag to compare

Minor Changes

@vygruppen/[email protected]

27 Jun 11:18
9b636af
Compare
Choose a tag to compare

Patch Changes

  • c71b156: Vertical align for infoselect

@vygruppen/[email protected]

21 Jun 09:37
9a8c698
Compare
Choose a tag to compare

Patch Changes

  • 7a97829: Update Cargonet accent tokens with correct value

@vygruppen/[email protected]

19 Jun 07:44
5183fe6
Compare
Choose a tag to compare

Minor Changes

  • 4481b5a: Add logo file for Cargonet
  • 98968e7: FullScreenDrawer: Added back button as default view. Title gets more space on mobile.

@vygruppen/[email protected]

19 Jun 13:52
ffa64c0
Compare
Choose a tag to compare

Minor Changes

  • 74dc777: Update tokens for Cargonet light/dark and Vy digital darkmode

@vygruppen/[email protected]

18 Jun 07:28
729760d
Compare
Choose a tag to compare

Patch Changes

  • bec48fc: Add font-family to global CSS file
  • e606bf3: RadioCardGroup & RadioCard: Add documentation for props

@vygruppen/[email protected]

12 Jun 13:50
bb11b54
Compare
Choose a tag to compare

Patch Changes

  • 59c1cc8: RadioCard: Fix accessibility features
  • 4aa7c96: Added body prop for FullScreenDrawer and SimpleDrawer for accessability reasons