All Versions
99
Latest Version
Avg Release Cycle
42 days
Latest Release
729 days ago

Changelog History
Page 7

  • v4.0.2 Changes

    • 🛠 Fix using right click on resize #152
    • ➕ Add workaround when base Node not found.
  • v4.0.1 Changes

    • ⚡️ Update index.d.ts, Fixes #153
  • v4.0.0 Changes

    • ✂ Remove width and height.
    • ➕ Add defaultSize and size,
  • v3.0.0 Changes

    • 🛠 Fix flowtype annotation.
    • ✂ Remove extendsProps.

    You can add extendsProps as follows.

    <Resizable data-foo="foo" />
    
  • v3.0.0-beta.3 Changes

    • 🛠 fix typo. ResizeStartCallBack -> ResizeStartCallback.
  • v3.0.0-beta.2 Changes

    • export ResizeDirection type.
    • 📇 rename Callback to ResizeCallback.
  • v3.0.0-beta.1 Changes

    • 🛠 Fix flow filename.
    • 🔄 Change logo
  • v3.0.0-beta.0 Changes

    • 🔄 Change package name, react-resizable-box -> re-resizable.
    • ➕ Add handleWrapperStyle and handleWrapperClass props.
    • 🔄 Change behavior that is set percentage size to width or height as props.
    • 👌 Support percentage max/min size.
    • 👉 Use rollup.
    • 🛠 Fix props name.
      • handersClasses -> handleClasses
      • handersStyles -> handleStyles
  • v2.1.0 Changes

    • ✂ Remove shouldUpdateComponent (#135).
    • ✂ Remove lodash.isEqual.
  • v2.0.6 Changes

    • ⚡️ Update README.