v0.1.15
- Remove FFMPEGRecorder and dependencies by @raphaelameaume in #64
- Fix initial values of playhead and playcount by @raphaelameaume in #69
- Pass current frame index to update by @raphaelameaume in #70
- Configurable preset orientation by @raphaelameaume in #65
- Fix passing props to sketch lifecycle functions by @raphaelameaume in #72
- Fix display of empty field by @raphaelameaume in #74
- Expose Vite base param to cli for production build by @raphaelameaume in #76
- Access width height and pixelRatio from prop onChange callback by @raphaelameaume in #78
- Fix posix separator issue on Windows by @raphaelameaume in #80
- Revert "Fix posix separator issue on Windows" by @raphaelameaume in #81
- Fix separator in generated files by @raphaelameaume in #82
- Interval input by @raphaelameaume in #83
- Fix field min-height by @raphaelameaume in #84
- Fix field displayName hot reload by @raphaelameaume in #85
- Remove unused font files by @raphaelameaume in #86
- Prettier formatting by @raphaelameaume in #87
- Run multiple sketches in the same folder by @raphaelameaume in #88
- Props: preserve changes made in browser when hot reloaded by @raphaelameaume in #89
- Add prettier format script by @raphaelameaume in #90
- Prettier formatting by @raphaelameaume in #91
- Update package-lock.json by @raphaelameaume in #92
- CLI refinements by @raphaelameaume in #93
- IntervalInput: dispatch change on number inputs by @raphaelameaume in #94
- Field: detect if value has changed with complex types by @raphaelameaume in #95
- Reset complex typed props and trigger onChange callback by @raphaelameaume in #96
- CLI: Improve error logs on missing arguments by @raphaelameaume in #97
- Fix print server urls by @raphaelameaume in #98
- Move sketches subscription in Init to avoid deduping by @raphaelameaume in #99
- Support saving multiple files at once by @raphaelameaume in #100
- Expose public path to lifecycle functions by @raphaelameaume in #101
- Support p5.js in WebGL mode by @raphaelameaume in #102
- Add JSDoc comments to templates by @raphaelameaume in #103
- Add dispose lifecycle function by @raphaelameaume in #104
- v0.1.15 by @raphaelameaume in #105
Full Changelog: v0.1.14...v0.1.15