Skip to content

Latest commit

 

History

History
69 lines (40 loc) · 1.42 KB

CHANGELOG.md

File metadata and controls

69 lines (40 loc) · 1.42 KB

7.3.0

  • Now exporting TypeScript types. Thanks @athrunsun for the PR (#76)!

7.2.0

  • Fixes react 18 strict mode compatability. See #73

7.1.0

  • Fixes state update of unmounted component
  • Unit-tests added, 100% coverage
  • Up deps

7.0

6.1.1

  • Correct types for some props

6.0.0

  • Rewrite to Typescript
  • Provide d.ts

5.1.0

5.0.0

  • Switch dist output to CommonJS module
  • Update docs

4.1.0

4.0.0

  • Switch Webpack -> Rollup, dist size 2.5 Kb -> 1.5 Kb for ES Modules build.
  • Added shouldCloseOnEsc props by @eyaldouwma
  • Lil fix by @asliwinski

3.1.0

  • Prop to allow customizing the close icon by @stanographer

3.0.0

Massive libs update. Webpack 4, babel 7.

2.1.0

Thanks to @zilahir component now supports openning from the bottom.

2.0.1

  • Bundle - 2.5 Kb

2.0.0

  • Updated to react-modal 3.0
  • Remove dependency to react-css-transition-group
  • Optimize bundle (via webpack 3)