mystical

🌌 A CSS-in-JS library for constraint based design

Downloads
551
Stars
34
Committers
2
mystical - v11.0.0

Published by dburles over 2 years ago

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"
    
mystical - v10.0.1

Published by dburles about 3 years ago

Patch

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

Full Changelog: https://github.com/dburles/mystical/compare/v10.0.0...v10.0.1

mystical - v10.0.0

Published by dburles over 3 years ago

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.
mystical -

Published by dburles over 3 years ago

mystical -

Published by dburles over 3 years ago

Changes

  • Dual package config for tree shaking support.

Breaking changes

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

Published by dburles over 3 years ago

mystical -

Published by dburles over 3 years ago

mystical -

Published by dburles over 3 years ago

mystical -

Published by dburles over 3 years ago

Fix mergeModifiers leaking modifiers into styles.

mystical -

Published by dburles over 3 years ago

Update docs.

mystical -

Published by dburles over 3 years ago

Deprecate useKeyframes hook for keyframes function.

mystical -

Published by dburles almost 4 years ago

Breaking changes to useModifiers customModifers merge behaviour. Properties can be overridden regardless of the shape of the modifiers.

mystical -

Published by dburles almost 4 years ago

Update dependencies

mystical -

Published by dburles about 4 years ago

Fix useLayoutEffect server warning.

mystical -

Published by dburles about 4 years ago

Added color mode helpers darkColorMode and defaultColorMode.

mystical -

Published by dburles about 4 years ago

  • Correctly transform colour vars for borderColor.
  • Rename InitialiseColourTransform
mystical -

Published by dburles about 4 years ago

mystical -

Published by dburles about 4 years ago

mystical -

Published by dburles about 4 years ago

Fix minor issues with tests.

mystical -

Published by dburles about 4 years ago

  • Improved dark mode support.
  • Added InitialiseColourMode component to avoid flash in server rendered environments.