Releases: P5-wrapper/react
Releases · P5-wrapper/react
Version 5.0.0-rc.1
What's Changed
- Mark the
rc
version asnext
to avoid issues when installing the package sincenpm
,pnpm
,yarn
, etc auto-install the version tagged aslatest
. For this package, thelatest
version should be the latestv4.4.x
release as things stand. - Bump @types/react from 18.2.74 to 18.2.78 by @dependabot in #355
- Bump typescript from 5.4.4 to 5.4.5 by @dependabot in #356
- Bump @testing-library/react from 14.2.2 to 15.0.2 by @dependabot in #358
- Bump @types/node from 20.12.5 to 20.12.7 by @dependabot in #357
- Bump @types/react-dom from 18.2.24 to 18.2.25 by @dependabot in #359
- Bump @typescript-eslint/eslint-plugin from 7.5.0 to 7.7.0 by @dependabot in #363
- Bump @types/react from 18.2.78 to 18.2.79 by @dependabot in #362
- Bump vite from 5.2.8 to 5.2.10 by @dependabot in #361
- Bump eslint-plugin-react-hooks from 4.6.0 to 4.6.2 by @dependabot in #368
- Bump @types/react from 18.2.79 to 18.3.1 by @dependabot in #367
- Bump @types/react-dom from 18.2.25 to 18.3.0 by @dependabot in #366
- Bump p5 from 1.9.2 to 1.9.3 by @dependabot in #365
- Bump @typescript-eslint/eslint-plugin from 7.7.0 to 7.7.1 by @dependabot in #364
- Bump @testing-library/react from 15.0.2 to 15.0.6 by @dependabot in #377
- Bump @types/node from 20.12.7 to 20.12.8 by @dependabot in #376
- Bump @typescript-eslint/eslint-plugin from 7.7.1 to 7.8.0 by @dependabot in #375
- Bump @testing-library/jest-dom from 6.4.2 to 6.4.5 by @dependabot in #374
- Bump vite from 5.2.10 to 5.2.11 by @dependabot in #373
- Bump @types/react from 18.3.1 to 18.3.2 by @dependabot in #381
- Bump rimraf from 5.0.5 to 5.0.7 by @dependabot in #380
- Bump @types/node from 20.12.8 to 20.12.11 by @dependabot in #378
- Bump @testing-library/react from 15.0.6 to 15.0.7 by @dependabot in #379
- Bump @types/node from 20.12.11 to 20.12.12 by @dependabot in #384
- Bump @typescript-eslint/eslint-plugin from 7.8.0 to 7.9.0 by @dependabot in #385
- Bump jsdom from 24.0.0 to 24.1.0 by @dependabot in #390
- Bump p5 from 1.9.3 to 1.9.4 by @dependabot in #389
- Bump @typescript-eslint/eslint-plugin from 7.9.0 to 7.10.0 by @dependabot in #388
- Bump @types/react from 18.3.2 to 18.3.3 by @dependabot in #387
- Bump @vitejs/plugin-react from 4.2.1 to 4.3.0 by @dependabot in #386
- Version 5.0.0-rc.0 by @jamesrweb in #325
- Bump react and react-dom by @dependabot in #394
- Bump babel-plugin-react-compiler from 0.0.0-experimental-592953e-20240517 to 0.0.0 by @dependabot in #392
Full Changelog: v4.4.0...v5.0.0-rc.1
Version 4.4.1
This patch release upgrades all dependencies to their latest versions.
Full Changelog: v4.4.0...v4.4.1
Version 5.0.0-rc.0
What's Changed
- Migrate to
vitest
1.x.x, update tests and coverage reporting for this. - Utilise lazy component loading strategies to create smaller bundle sizes.
- Move p5 to a peer dependency to allow users to install their preferred version while drastically reducing our bundle size even further in the process.
- Implement an error boundary and expose ways for the consumer to handle error, loading and success cases if they want to. Provide simple defaults if they don't.
- Adds the React v19 compiler for development use.
Version 4.4.0:
- 1 MB minified
- 237.8 KB minified + gzipped
Version 5.0.0-rc.0:
ES
- 9.88 KB minified (99.0352% decrease)
- 4.38 KB minified + gzipped (98.1581% decrease)
CJS
- 8.58 KB minified (99.1621% decrease)
- 4.36 KB minified + gzipped (98.1665% decrease)
Full Changelog: v4.4.0...v5.0.0-rc.0
Version 4.4.0
What's Changed
- Bump the development-dependencies group with 2 updates by @dependabot in #322
- Bump the development-dependencies group with 1 update by @dependabot in #323
- Bump the development-dependencies group with 1 update by @dependabot in #326
- Bump the development-dependencies group with 2 updates by @dependabot in #327
- Bump @testing-library/react from 14.2.1 to 14.2.2 by @dependabot in #343
- Bump @types/node from 20.11.28 to 20.11.30 by @dependabot in #342
- Bump p5 from 1.9.1 to 1.9.2 by @dependabot in #341
- Bump typescript from 5.4.2 to 5.4.3 by @dependabot in #339
- Bump vite from 5.1.6 to 5.2.6 by @dependabot in #340
- Bump @types/node from 20.11.30 to 20.12.2 by @dependabot in #345
- Bump microdiff from 1.3.2 to 1.4.0 by @dependabot in #347
- Bump @types/react from 18.2.66 to 18.2.73 by @dependabot in #348
- Bump @typescript-eslint/eslint-plugin from 7.2.0 to 7.4.0 by @dependabot in #349
- Bump vite from 5.2.6 to 5.2.7 by @dependabot in #346
- Bump @types/node from 20.12.2 to 20.12.5 by @dependabot in #354
- Bump typescript from 5.4.3 to 5.4.4 by @dependabot in #353
- Bump @types/react from 18.2.73 to 18.2.74 by @dependabot in #352
- Bump @types/react-dom from 18.2.22 to 18.2.24 by @dependabot in #351
- Bump @typescript-eslint/eslint-plugin from 7.4.0 to 7.5.0 by @dependabot in #350
Full Changelog: v4.3.4...v4.4.0
Version 4.3.4
Version 4.3.3
What's Changed
- Bump the development-dependencies group with 7 updates by @dependabot in #310
- Bump vite from 5.0.6 to 5.0.12 by @dependabot in #311
- Bump the development-dependencies group with 2 updates by @dependabot in #312
- Bump the development-dependencies group with 1 update by @dependabot in #313
- Bump the development-dependencies group with 3 updates by @dependabot in #315
- Bump the development-dependencies group with 2 updates by @dependabot in #316
- Allow p5 versions in the range by @yevdyko in #319
Full Changelog: v4.3.2...v4.3.3
Version 4.3.2
What's Changed
- Update dependencies for patch release by @jamesrweb in #298
Full Changelog: v4.3.1...v4.3.2
Version 4.3.1
What's Changed
- Bump @adobe/css-tools from 4.3.1 to 4.3.2 by @dependabot in #294
- Bump p5 from 1.8.0 to 1.9.0 by @dependabot in #296
- Bump the development-dependencies group with 5 updates by @dependabot in #297
Full Changelog: v4.3.0...v4.3.1
Version 4.3.0
What's Changed
- Update JS-DevTools/npm-publish action to v2 by @renovate in #244
- Update dependency @vitejs/plugin-react to v4 by @renovate in #245
- Update P5-wrapper/setup-action action to v1.0.5 by @renovate in #247
- Trigger renovate bot on pull_request_target events instead of pull_request events to get around fork errors by @jamesrweb in #249
- Update dependency jsdom to v22 by @renovate in #250
- Add the ability for fallback UIs to be rendered if the sketch is ever undefined by @jamesrweb in #248
- Update vitest monorepo to ^0.31.0 by @renovate in #252
- Update vitest monorepo to ^0.32.0 by @renovate in #253
- Update dependency @typescript-eslint/eslint-plugin to v6 by @renovate in #259
- Update vitest monorepo by @renovate in #264
- Update dependency gh-pages to v6 by @renovate in #269
- Update dependency @testing-library/jest-dom to v6 by @renovate in #270
- Update dependencies by @jamesrweb in #251
- Update actions/checkout action to v4 by @renovate in #271
- Update stefanzweifel/git-auto-commit-action action to v5 by @renovate in #273
- Bump postcss from 8.4.28 to 8.4.31 by @dependabot in #274
- fix: specify type declaration file in package.json by @JeukHwang in #275
- chore(deps): update p5-wrapper/setup-action action to v1.0.5 by @renovate in #276
- chore(deps): update js-devtools/npm-publish action to v3 by @renovate in #279
- Use dependabot instead of renovate by @yevdyko in #280
- Bump the development-dependencies group with 5 updates by @dependabot in #281
- Bump the development-dependencies group with 1 update by @dependabot in #283
- Bump the development-dependencies group with 5 updates by @dependabot in #285
- Bump the development-dependencies group with 5 updates by @dependabot in #289
- Update dependencies and bundler config by @jamesrweb in #290
- Bump to version 4.3.0 for release via CD by @jamesrweb in #291
New Contributors
- @JeukHwang made their first contribution in #275
Full Changelog: v4.2.0...v4.3.0
Version 4.2.0
Full Changelog: v4.1.3...v4.2.0