- f8114ac: fix usage in readme
- a667540: re-add all export fields on root for old bundlers
- af86e6b: Add CJS export because nextjs is still widely used and does not properly support esm only.
- 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.
- don't forward elements that are unknown to elements (but do forward them to components) (415072a)
- upgrade to allow react 18 (680fbf0)
- don't allow react<17