Skip to content

Latest commit

 

History

History
54 lines (31 loc) · 737 Bytes

CHANGELOG.md

File metadata and controls

54 lines (31 loc) · 737 Bytes

react-collapse changelog

3.0.6

  • Adjust README.md, correct links, etc.
  • Add _Playground for playing with pure browser rendered JSX and Collapse component.

3.0.5

  • Support these file types.
    • Module, UMD, CJS

3.0.2

  • Support these file types.
    • Module, UMD, CJS, IIFE

3.0.0

2024

  • Change API. Use this instead
    • import { Collapse } from '@kunukn/react-collapse'
  • Support SSR hydration.
  • React 16.14+ version
  • Migrate library to use Vite.

2.2.10

Support React 18

2.2.9

Better TypeScript definitions

2.2.8

Cleanup package.json file and bump module dependencies.

2.1.2

Add typescript definition file.

2.0.0

2019

  • React 16.8+ version

1.0.0

2019

  • React 16.3+ version