Skip to content

Releases: warp-ds/react

v2.0.1

20 Aug 07:52
Compare
Choose a tag to compare

2.0.1 (2024-08-20)

Bug Fixes

  • badge: remove deprecated 'notification' example (#276) (2842810)
  • lingui config for attention component (#280) (ac3903a)

v2.0.1-next.2

19 Aug 12:57
Compare
Choose a tag to compare
v2.0.1-next.2 Pre-release
Pre-release

2.0.1-next.2 (2024-08-19)

Bug Fixes

  • lingui config for attention component (#280) (ac3903a)

v2.0.1-next.1

15 Aug 10:34
Compare
Choose a tag to compare
v2.0.1-next.1 Pre-release
Pre-release

2.0.1-next.1 (2024-08-15)

Bug Fixes

  • badge: remove deprecated 'notification' example (#276) (2842810)

v2.0.0

14 Aug 12:03
Compare
Choose a tag to compare

2.0.0 (2024-08-14)

Bug Fixes

BREAKING CHANGES

  • cc: Expandable info prop has been removed

  • Clickable prop, ccBox.infoClickable, ccBox.neutralClickable and
    ccBox.borderedClickable classes have been removed from the box component.

  • fix(switch): remove deprecated switch class

switch class has been deprecated and removed from @warp-ds/css, and should also be removed from the
switch component.

  • switch class has been removed from the switch component.

  • fix: update @warp-ds/css to latest next-version

we have recently made a major prerelease of the @warp-ds/css and have removed deprecated tokens and
classes, that needs to also be updated in the react-repo

  • fix: make @warp-ds/css also as a peerDependency and bump to latest next-version

  • fix(textarea): remove deprecated error prop

error prop has been deprecated for a while. Use invalid prop instead

  • error prop has been removed and replaced by invalid prop

  • fix(textfield): remove deprecated error prop

error prop has been deprecated for a while. Use invalid instead.

  • error prop has been removed and replaced by invalid prop

  • fix(card): remove deprecated onClick prop

onClick prop has been deprecated for a while. Use instead Clickable component to handle click events
in Cards

  • onClick prop has been removed and its tests

  • fix(card): fix linting issues and remove commented out tests for onClick prop

  • fix: update pnpm/action-setup@v2 to v4

  • fix: bump stylesheet to v2

v2.0.0-next.4

13 Aug 12:34
Compare
Choose a tag to compare
v2.0.0-next.4 Pre-release
Pre-release

2.0.0-next.4 (2024-08-13)

Bug Fixes

  • cc: no classes styling the same CSS properties are set on one element (#274) (694c156)

BREAKING CHANGES

  • cc: Expandable info prop has been removed

v2.0.0-next.3

11 Jul 08:12
Compare
Choose a tag to compare
v2.0.0-next.3 Pre-release
Pre-release

2.0.0-next.3 (2024-07-11)

Bug Fixes

v2.0.0-next.2

04 Jul 11:42
Compare
Choose a tag to compare
v2.0.0-next.2 Pre-release
Pre-release

2.0.0-next.2 (2024-07-04)

Bug Fixes

v2.0.0-next.1

04 Jul 08:18
Compare
Choose a tag to compare
v2.0.0-next.1 Pre-release
Pre-release

2.0.0-next.1 (2024-07-04)

Bug Fixes

BREAKING CHANGES

  • Clickable prop, ccBox.infoClickable, ccBox.neutralClickable and
    ccBox.borderedClickable classes have been removed from the box component.

  • fix(switch): remove deprecated switch class

switch class has been deprecated and removed from @warp-ds/css, and should also be removed from the
switch component.

  • switch class has been removed from the switch component.

  • fix: update @warp-ds/css to latest next-version

we have recently made a major prerelease of the @warp-ds/css and have removed deprecated tokens and
classes, that needs to also be updated in the react-repo

  • fix: make @warp-ds/css also as a peerDependency and bump to latest next-version

  • fix(textarea): remove deprecated error prop

error prop has been deprecated for a while. Use invalid prop instead

  • error prop has been removed and replaced by invalid prop

  • fix(textfield): remove deprecated error prop

error prop has been deprecated for a while. Use invalid instead.

  • error prop has been removed and replaced by invalid prop

  • fix(card): remove deprecated onClick prop

onClick prop has been deprecated for a while. Use instead Clickable component to handle click events
in Cards

  • onClick prop has been removed and its tests

  • fix(card): fix linting issues and remove commented out tests for onClick prop

  • fix: update pnpm/action-setup@v2 to v4

  • fix: bump stylesheet to v2

v1.6.0

03 Jul 13:12
Compare
Choose a tag to compare

1.6.0 (2024-07-03)

Bug Fixes

Features

v1.6.0-next.6

03 Jul 12:42
Compare
Choose a tag to compare
v1.6.0-next.6 Pre-release
Pre-release

1.6.0-next.6 (2024-07-03)

Bug Fixes

  • slider: Prevent onChange/onChangeAfter called on mount (#253) (84ddd64)