Releases: P5-wrapper/react
Releases · P5-wrapper/react
Version 3.2.0
What's Changed
- Update SECURITY.md supported versions by @jamesrweb in #141
- Bump follow-redirects from 1.14.7 to 1.14.8 by @dependabot in #143
- Bump simple-get from 3.1.0 to 3.1.1 by @dependabot in #144
- Resolve unmounting instance issue by @jamesrweb in #145
- Update dependencies by @jamesrweb in #146
- Update tests by @jamesrweb in #147
Full Changelog: v3.1.0...v3.2.0
Version 3.1.0
What's Changed
- Fix broken links after transferring repo by @yevdyko in #125
- Minor internal changes by @jamesrweb in #131
- Bundle size improvements by @jamesrweb in #133
- Use gitignore to avoid duplication in prettier ignore by @jamesrweb in #134
- Update dependencies by @jamesrweb in #135
- Configuration cleanup by @jamesrweb in #136
- Resolve
nanoid
security warning by @jamesrweb in #138 - Add new example of declaring sketch by @yevdyko in #137
Full Changelog: v3.0.2...v3.1.0
Version 3.0.2
Version 3.0.1
Version 3.0.0
- Update dependencies to fix vulnerabilities (#96)
- Create SECURITY.md (#99)
- Create codeql-analysis.yml (#98)
- Update integration scripts (#100)
- Convert to functional style and expose more types for the upcoming version 3 release (#101)
- Remove redundant dotfiles (#93)
- Fix format script after removing config to the package.json file (#103)
- Update Push.yml (#105)
- Move configuration files into their own area and cleanup (#106)
- Update .prettierrc (#102)
- Update tests (#108)
- Update the example with the latest changes (#113)
- Update dependencies (#112)
Version 2.4.1 release
Version 2.4.0 release
Dependency Updates
this update fixes a benign npm warning that would occur when installing the package
sketch can be changed dynamicly
This Release contains changes so a sketch provided to the p5wrapper can be changed and the p5 content will be updated accordingly.
See Issue #3