Skip to content

Releases: dash-ui/react

v1.1.0

02 Sep 02:34
Compare
Choose a tag to compare

1.1.0 (2022-09-02)

Features

v1.0.1

18 Aug 00:55
Compare
Choose a tag to compare

1.0.1 (2022-08-18)

Bug Fixes

  • add explicit function return types (#12) (6de89ee)

v1.0.0

25 Jun 22:19
Compare
Choose a tag to compare

1.0.0 (2022-06-25)

Bug Fixes

  • dont import react-dom/server directly (c48eb5f)
  • fix broken tests (0a015eb)
  • make server types more generalized (874b7f8)

Features

  • allow nonce on server style tag (92e527a)
  • make it compatible with styles alpha (d24e556)
  • release v1 (5fcf22f)
  • remove alpha peers (4d99dcd)
  • require a styles instance as the first argument for hookks (254bf73)

BREAKING CHANGES

  • Requires that the user provide a style instance as the first argument for hooks.
    Also removes DashProvider and useDash utilities.
  • Updates some types to be compatible with the latest alpha of Dash

v1.0.0-alpha.6

25 Jun 22:17
Compare
Choose a tag to compare
v1.0.0-alpha.6 Pre-release
Pre-release

1.0.0-alpha.6 (2022-06-25)

Features

v1.0.0-alpha.5

07 Nov 20:05
Compare
Choose a tag to compare
v1.0.0-alpha.5 Pre-release
Pre-release

1.0.0-alpha.5 (2021-11-07)

Features

  • allow nonce on server style tag (92e527a)

v1.0.0-alpha.4

06 Nov 15:19
Compare
Choose a tag to compare
v1.0.0-alpha.4 Pre-release
Pre-release

1.0.0-alpha.4 (2021-11-06)

Bug Fixes

  • dont import react-dom/server directly (c48eb5f)

v1.0.0-alpha.3

30 Oct 01:37
Compare
Choose a tag to compare
v1.0.0-alpha.3 Pre-release
Pre-release

1.0.0-alpha.3 (2021-10-30)

Bug Fixes

  • make server types more generalized (874b7f8)

v1.0.0-alpha.2

29 Oct 14:36
Compare
Choose a tag to compare
v1.0.0-alpha.2 Pre-release
Pre-release

1.0.0-alpha.2 (2021-10-29)

Bug Fixes

Features

  • require a styles instance as the first argument for hookks (254bf73)

BREAKING CHANGES

  • Requires that the user provide a style instance as the first argument for hooks.
    Also removes DashProvider and useDash utilities.

v1.0.0-alpha.1

29 Oct 01:18
Compare
Choose a tag to compare
v1.0.0-alpha.1 Pre-release
Pre-release

1.0.0-alpha.1 (2021-10-29)

Features

  • make it compatible with styles alpha (d24e556)

BREAKING CHANGES

  • Updates some types to be compatible with the latest alpha of Dash