|
| 1 | +## 3.3.0 (2025-03-16) |
| 2 | + |
| 3 | +### 🚀 Features |
| 4 | + |
| 5 | +- **storybook-host:** Add Vercel Analytics in form of Storybook addon ([1103f48](https://github.com/minwork/react/commit/1103f48)) |
| 6 | +- **storybook-host:** Create storybook lib and add stories for Long Press Hook ([b206ad4](https://github.com/minwork/react/commit/b206ad4)) |
| 7 | + |
| 8 | +### 🩹 Fixes |
| 9 | + |
| 10 | +- **project:** Fix running test coverage tasks ([394fdde](https://github.com/minwork/react/commit/394fdde)) |
| 11 | +- **use-long-press:** [react-34] Handle reading position from unrecognised event ([03ebb32](https://github.com/minwork/react/commit/03ebb32)) |
| 12 | + |
| 13 | +### 💅 Refactors |
| 14 | + |
| 15 | +- **use-long-press:** Remove unnecessary window check in useEffect ([25780ea](https://github.com/minwork/react/commit/25780ea)) |
| 16 | +- **use-long-press:** Recognise events by their type instead of class ([4e65b2a](https://github.com/minwork/react/commit/4e65b2a)) |
| 17 | +- **react-interval-hook:** Move hook code to react monorepo ([1ce9766](https://github.com/minwork/react/commit/1ce9766)) |
| 18 | + |
| 19 | +### 📖 Documentation |
| 20 | + |
| 21 | +- **project:** Update links for Long press hook section ([f59e8b8](https://github.com/minwork/react/commit/f59e8b8)) |
| 22 | +- **use-long-press:** Add link to Storybook documentation ([b5b0e46](https://github.com/minwork/react/commit/b5b0e46)) |
| 23 | +- **use-long-press:** Unify basic example in README with other libraries ([708ea12](https://github.com/minwork/react/commit/708ea12)) |
| 24 | +- **README:** Restore bundle size badge for all libraries ([cc40996](https://github.com/minwork/react/commit/cc40996)) |
| 25 | +- **README:** Refactor the README for clearer formatting ([59c185a](https://github.com/minwork/react/commit/59c185a)) |
| 26 | +- **README:** Refactor main README file ([7a5e045](https://github.com/minwork/react/commit/7a5e045)) |
| 27 | +- **use-long-press:** Replace package README image ([732dac7](https://github.com/minwork/react/commit/732dac7)) |
| 28 | +- **use-long-press:** Add installation and basic usage example to README ([188f018](https://github.com/minwork/react/commit/188f018)) |
| 29 | +- **use-long-press:** Add downloads badge ([c199311](https://github.com/minwork/react/commit/c199311)) |
| 30 | +- **README:** Add what's new section ([826bd51](https://github.com/minwork/react/commit/826bd51)) |
| 31 | +- **README:** Update react-interval-hook description ([893cd05](https://github.com/minwork/react/commit/893cd05)) |
| 32 | +- **README:** Stylistic changes to main README ([aadaf67](https://github.com/minwork/react/commit/aadaf67)) |
| 33 | + |
| 34 | +### 📦 Build |
| 35 | + |
| 36 | +- **project:** Resolve packages resolutions validation errors ([ae96d2d](https://github.com/minwork/react/commit/ae96d2d)) |
| 37 | +- **deps:** bump rollup from 2.79.1 to 2.79.2 ([#45](https://github.com/minwork/react/pull/45)) |
| 38 | +- **pr:** Update node versions matrix ([a3e3dc7](https://github.com/minwork/react/commit/a3e3dc7)) |
| 39 | +- **pr:** Enable Corepack to use the newest Yarn version ([9f31d44](https://github.com/minwork/react/commit/9f31d44)) |
| 40 | +- **pr:** Update PR check node and action versions ([233ef73](https://github.com/minwork/react/commit/233ef73)) |
| 41 | +- **deps:** bump cross-spawn from 7.0.3 to 7.0.6 ([3b7ce9b](https://github.com/minwork/react/commit/3b7ce9b)) |
| 42 | +- **workflows:** Add react-interval-hook to test workflow ([1983df2](https://github.com/minwork/react/commit/1983df2)) |
| 43 | +- **workflows:** Separate build and test workflow ([14d31f8](https://github.com/minwork/react/commit/14d31f8)) |
| 44 | + |
| 45 | +### ❤️ Thank You |
| 46 | + |
| 47 | +- minwork @minwork |
| 48 | + |
1 | 49 | ## 3.3.0-preview.0 (2025-03-01)
|
2 | 50 |
|
3 | 51 | ### 🚀 Features
|
|
0 commit comments