Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 1.11 KB

CHANGELOG.md

File metadata and controls

39 lines (21 loc) · 1.11 KB

3.0.0

3.0.3

Patch Changes

  • f8114ac: fix usage in readme

3.0.2

Patch Changes

  • a667540: re-add all export fields on root for old bundlers

3.0.1

Patch Changes

  • af86e6b: Add CJS export because nextjs is still widely used and does not properly support esm only.

Major Changes

  • ac18eb2: kurasu will from now on only be released in esm format.
  • ac18eb2: Adjusted the way classes are merged. Now, tailwind-based classes are merged with tailwind-merge. This means that the user can override any tailwind classes already set by the kurasu function.
  • ac18eb2: Removed the kurasu.element('class') functions in favor of kurasu('element', 'class') to reduce the API surface area and bundle size.

2.0.0

Features

  • don't forward elements that are unknown to elements (but do forward them to components) (415072a)

Bug Fixes

  • upgrade to allow react 18 (680fbf0)

BREAKING CHANGES

  • don't allow react<17