Releases: minwork/react
Releases · minwork/react
[email protected]
3.3.0 (2025-03-16)
🚀 Features
- storybook-host: Add Vercel Analytics in form of Storybook addon (1103f48)
- storybook-host: Create storybook lib and add stories for Long Press Hook (b206ad4)
🩹 Fixes
- project: Fix running test coverage tasks (394fdde)
- use-long-press: [react-34] Handle reading position from unrecognised event (03ebb32)
💅 Refactors
- use-long-press: Remove unnecessary window check in useEffect (25780ea)
- use-long-press: Recognise events by their type instead of class (4e65b2a)
- react-interval-hook: Move hook code to react monorepo (1ce9766)
📖 Documentation
- project: Update links for Long press hook section (f59e8b8)
- use-long-press: Add link to Storybook documentation (b5b0e46)
- use-long-press: Unify basic example in README with other libraries (708ea12)
- README: Restore bundle size badge for all libraries (cc40996)
- README: Refactor the README for clearer formatting (59c185a)
- README: Refactor main README file (7a5e045)
- use-long-press: Replace package README image (732dac7)
- use-long-press: Add installation and basic usage example to README (188f018)
- use-long-press: Add downloads badge (c199311)
- README: Add what's new section (826bd51)
- README: Update react-interval-hook description (893cd05)
- README: Stylistic changes to main README (aadaf67)
📦 Build
- project: Resolve packages resolutions validation errors (ae96d2d)
- deps: bump rollup from 2.79.1 to 2.79.2 (#45)
- pr: Update node versions matrix (a3e3dc7)
- pr: Enable Corepack to use the newest Yarn version (9f31d44)
- pr: Update PR check node and action versions (233ef73)
- deps: bump cross-spawn from 7.0.3 to 7.0.6 (3b7ce9b)
- workflows: Add react-interval-hook to test workflow (1983df2)
- workflows: Separate build and test workflow (14d31f8)
❤️ Thank You
- minwork @minwork
[email protected]
1.3.7 (2025-03-16)
🚀 Features
- storybook-host: Add Vercel Analytics in form of Storybook addon (1103f48)
- storybook-host: Create storybook lib and add stories for Long Press Hook (b206ad4)
🩹 Fixes
- project: Fix running test coverage tasks (394fdde)
💅 Refactors
- react-interval-hook: Move hook code to react monorepo (1ce9766)
📖 Documentation
- project: Update links for Long press hook section (f59e8b8)
- use-double-tap: Add basic usage example to README (5b968b3)
- README: Restore bundle size badge for all libraries (cc40996)
- README: Refactor the README for clearer formatting (59c185a)
- README: Refactor main README file (7a5e045)
- use-double-tap: Replace package README image and unify badges (9043a81)
- README: Add what's new section (826bd51)
- README: Update react-interval-hook description (893cd05)
- README: Stylistic changes to main README (aadaf67)
📦 Build
- project: Resolve packages resolutions validation errors (ae96d2d)
- deps: bump rollup from 2.79.1 to 2.79.2 (#45)
- pr: Update node versions matrix (a3e3dc7)
- pr: Enable Corepack to use the newest Yarn version (9f31d44)
- pr: Update PR check node and action versions (233ef73)
- deps: bump cross-spawn from 7.0.3 to 7.0.6 (3b7ce9b)
- workflows: Add react-interval-hook to test workflow (1983df2)
- workflows: Separate build and test workflow (14d31f8)
❤️ Thank You
- minwork @minwork
[email protected]
1.1.5 (2025-03-16)
🚀 Features
- storybook-host: Add Vercel Analytics in form of Storybook addon (1103f48)
- storybook-host: Create storybook lib and add stories for Long Press Hook (b206ad4)
🩹 Fixes
- project: Fix running test coverage tasks (394fdde)
📖 Documentation
- project: Update links for Long press hook section (f59e8b8)
- react-interval-hook: Add basic usage example to README (21cdd85)
- README: Restore bundle size badge for all libraries (cc40996)
- README: Refactor the README for clearer formatting (59c185a)
- README: Refactor main README file (7a5e045)
- react-interval-hook: Replace package README image and unify badges (2c2af61)
- README: Add what's new section (826bd51)
- README: Update react-interval-hook description (893cd05)
📦 Build
- project: Resolve packages resolutions validation errors (ae96d2d)
- deps: bump rollup from 2.79.1 to 2.79.2 (#45)
- pr: Update node versions matrix (a3e3dc7)
- pr: Enable Corepack to use the newest Yarn version (9f31d44)
- pr: Update PR check node and action versions (233ef73)
- deps: bump cross-spawn from 7.0.3 to 7.0.6 (3b7ce9b)
❤️ Thank You
- minwork @minwork
use-long-press-v3.2.1-alpha.3
3.2.1-alpha.3 (2024-07-10)
Bug Fixes
- project: Fix running test coverage tasks (394fdde)
Refactors
- use-long-press: Remove unnecessary window check in useEffect (25780ea)
use-long-press-v3.2.1-alpha.2
3.2.1-alpha.2 (2024-07-09)
Bug Fixes
- use-long-press: [react-34] Handle reading position from unrecognised event (03ebb32)
use-long-press-v3.2.1-alpha.1
3.2.1-alpha.1 (2023-12-08)
Refactors
- use-long-press: Recognise events by their type instead of class (4e65b2a)
react-interval-hook-v1.1.4
react-interval-hook-v1.1.4-alpha.2
1.1.4-alpha.2 (2023-08-30)
Build config
- react-interval-hook: Copy *.md files to build output (30a6a77)
react-interval-hook-v1.1.4-alpha.1
1.1.4-alpha.1 (2023-08-29)
Documentation
- react-interval-hook: Move documentation to GitBook (30e693c)
Refactors
- react-interval-hook: Update links and keywords in package.json (410bc83)
use-double-tap-v1.3.6
1.3.6 (2023-08-27)
Bug Fixes
- use-double-tap: Add proper path to TS typings for ESM (dbfbb03)
Build config
- deps: bump word-wrap from 1.2.3 to 1.2.5 (232430b)
- use-double-tap: Move semantic-release config to project.json (738531e)
- use-double-tap: Remove empty options object from semantic-release executor config (c071848)
- use-long-press: Migrate semantic release pipeline to nx-semantic-release (1f8f239)