Skip to content

Releases: DylanVann/ant-design-draggable-modal

v1.0.0

30 Oct 09:03
Compare
Choose a tag to compare
  • BREAKING CHANGE: upgrade to Ant Design 4 (#15) d298cd8
  • docs: update readme link 912851b

v0.0.16...v1.0.0

v0.0.16

06 Apr 05:01
d5f69d8
Compare
Choose a tag to compare
  • fix: everything (#11) d5f69d8
  • chore: fix cleaning during start 999c218
  • feat: add initialWidth and initialHeight props c6f1599
  • chore: commit version change 4edfb54

v0.0.15...v0.0.16

v0.0.15

06 Apr 02:29
Compare
Choose a tag to compare
  • chore: fix issues with start command ea5ed85

v0.0.14...v0.0.15

v0.0.14

06 Apr 02:20
Compare
Choose a tag to compare

v0.0.13...v0.0.14

v0.0.8

20 Feb 05:45
Compare
Choose a tag to compare
  • Slightly smaller bundle size.

screen shot 2019-02-20 at 12 44 55 am

v0.0.7

20 Feb 05:22
Compare
Choose a tag to compare

New Features

  • Modals are now centered when opened for the first time.

Refactoring

  • Completely re-wrote state logic.
  • Almost all state is now handled using useReducer.
  • useLayoutEffect is no longer needed for clamping, since clamping is done in the reducer.
    • I didn't profile this but I'd imagine it's more performant this way.
  • This release now ships CSS separately.
    • You should import the CSS like you import the Ant Design CSS.
    • This is done so that this library is CSS framework agnostic.
    • You could import this CSS using Raw Loader and use it with Styled Components or Emotion if you'd prefer.