Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 449 Bytes

CHANGELOG.md

File metadata and controls

27 lines (17 loc) · 449 Bytes

sakana-react

1.2.0

Minor Changes

  • chore: building migrate from vite to father

Breaking Changes

// migrate Component import way

// before
import SakanaReact from 'sakana-react';
// now
import { SakanaReact } from 'sakana-react';

v1.1.2

  • chore: Upgrading from react-use-gesture to 👆 @use-gesture/react

v1.1.0

  • feature: Auto resizing support
  • refactor: remove height param, height will be same as the width.