Skip to content

Latest commit

 

History

History
131 lines (71 loc) · 5.52 KB

CHANGELOG.md

File metadata and controls

131 lines (71 loc) · 5.52 KB

1.1.0 (2022-09-02)

Features

1.0.1 (2022-08-18)

Bug Fixes

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

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

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

Features

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

Features

  • allow nonce on server style tag (92e527a)

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

Bug Fixes

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

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

Bug Fixes

  • make server types more generalized (874b7f8)

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.

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

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.9.1 (2020-07-28)

Bug Fixes

0.9.0 (2020-07-27)

⚠ BREAKING CHANGES

  • Drops support for @dash-ui/styles@<0.8.0

  • rename "variables" to "tokens" (4d84fd8)

0.8.0 (2020-07-25)

⚠ BREAKING CHANGES

  • The dash prop in <DashProvider> has been renamed to styles and useDash() now returns an object instead of just the styles instance

  • refactor context (cf6052a)

0.7.0 (2020-07-22)

⚠ BREAKING CHANGES

  • Removes useStyle() and useStyles() hooks

  • remove useStyle() and useStyles() hooks (c45d458)

0.6.1 (2020-07-22)

0.6.0 (2020-07-16)

⚠ BREAKING CHANGES

  • deps-peer: No longer compatible with @dash-ui/styles@<0.6.0

  • deps-peer: upgrade styles to v0.6.0 (8b573b4)

0.5.1 (2020-07-04)

0.5.0 (2020-07-04)