[3.0.0-beta.0 - 2018-06-06]
Changed
- Project structure was completely revamped to reduce bundle size:
- Use rollup to bundle the different source files.
- Use buble instead of babel for transpiling since it produces tinier output.
- Remove prop-types from production mode. Prop-types are still there in development mode so developer experience is unchanged.
- Mangle property names with uglify by putting a $-sign at the start of the properties that are safe to mangle.
Fixed