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.