- Support React 19.
- Adjust the readme files.
- Fiddle with the playgrounds.
- Added ReactJsxRuntime file.
- Internal playgrounds added to ensure CommonJS and Module JS imports works.
- Use
mjs
extension for ES Modules.
- Adjust the README for the filename changes.
- Fix cjs export filename, changed filename to
react-collapse.cjs
- Adjust README.md, correct links, etc.
- Add _Playground for playing with pure browser rendered JSX and Collapse component.
- Support these file types.
- Module, UMD, CJS
- Support these file types.
- Module, UMD, CJS, IIFE
2024
- Change API. Use this instead
import { Collapse } from '@kunukn/react-collapse'
- Support SSR hydration.
- React 16.14+ version
- Migrate library to use Vite.
Support React 18
Better TypeScript definitions
Cleanup package.json file and bump module dependencies.
Add typescript definition file.
2019
- React 16.8+ version
2019
- React 16.3+ version