Releases: vaneenige/phenomenon
Releases · vaneenige/phenomenon
v1.4.0
Updated the structure with eslint, prettier and yarn.
Added support for dynamic attribute switching which can be used to update or recalculate an attribute on the fly.
.prepareAttribute(attribute)
- uses the regular data function as parameter
.prepareBuffer(attribute)
- uses the final data array as parameter
Update the demo with a toggle (in code) to preview this.
v1.3.1
Phenomenon is now built with Microbundle!
- Rollup replaced with Microbundle
npm start
replacesnpm run demo
- Separate ESLint script
- Updated prepare script
v1.3.0
This release adds support for Edge! 🙌
It also works in IE if you polyfill Object.assign.