Releases: DylanVann/ant-design-draggable-modal
Releases · DylanVann/ant-design-draggable-modal
v1.0.0
v0.0.16
v0.0.15
v0.0.14
v0.0.8
v0.0.7
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.