Skip to content

Releases: dburles/mystical

v12.0.0

28 Sep 01:29
Compare
Choose a tag to compare

Major

  • Dropped support for Node 12
  • useTheme now translates self referencing theme values

v11.2.0

26 Sep 07:20
Compare
Choose a tag to compare

Minor

v11.1.1

14 May 02:44
Compare
Choose a tag to compare
  • Remove useModifiers memoization.

v11.1.0

10 May 22:58
Compare
Choose a tag to compare
  • Added textDecorationColor theme token.

v11.0.1

09 Mar 02:47
Compare
Choose a tag to compare
  • Removed unused dependency.

v11.0.0

01 Feb 22:43
e80b239
Compare
Choose a tag to compare

Major

  • Updated Node.js support to ^12.22.0 || >= 14.17.0 || >= 16.0.0.
  • Deprecated main export.
  • Deep import paths changed from /public/ to the root, e.g:
    -import useTheme from "mystical/public/useTheme.js"
    +import useTheme from "mystical/useTheme.js"

v10.0.1

24 Oct 23:47
Compare
Choose a tag to compare

Patch

Make localStorage optional as to not result in errors if it's not enabled.

Full Changelog: v10.0.0...v10.0.1

v10.0.0

31 May 00:08
ada8314
Compare
Choose a tag to compare

Major

  • Updated Node.js support to ^12.20 || >= 14.13.
  • Updated dependencies, some of which require newer Node.js versions than were previously supported.
  • Replaced the the package.json exports field public subpath folder mapping (deprecated by Node.js) with a subpath pattern. Deep require paths within mystical/public/ must now include the .js file extension.
  • The tests are now ESM in .mjs files instead of CJS in .js files.

v10.0.0-rc.0

31 May 00:02
Compare
Choose a tag to compare
v10.0.0-rc.0 Pre-release
Pre-release
10.0.0-rc.0

v9.0.0

04 Mar 08:27
Compare
Choose a tag to compare

Changes

  • Dual package config for tree shaking support.

Breaking changes

  • Deprecated cloneElement.
  • Removed re-exported keyframes, instead just import it directly from @emotion/react.