Releases: scriptex/AnimateMe
Fix the URL to the demo
Correctly publish to NPM
This release makes sure that all files correctly get released to NPM.
Updated metadata
This release doesn't introduce any code changes.
It changes the way files are stored in Git and also adds several updates to the metadata of the package.
Remove legacy check for touch support
This release:
- Upgrades to TypeScript 4.4.2.
- Removes the legacy check for touch support on Microsoft devices.
API docs, Improved class methods and properties
This release improves the documentation regarding usage of class properties and methods.
It also adds a new updateInstance
class method which updates the AnimateMe instance after DOM changes (for example - appending of HTML elements after AJAX request).
UMD module
This release fixes an issue with wrongly exported module by exporting the AnimateMe library as an UMD module.
The documentation has also been updated to reflect usage via <script>
tag.
Migrate to TypeScript
🎉 🎉 🎉
This release migrates the codebase to TypeScript.
There are type definitions available.
There shouldn't be any breaking changes so if you experience anything unusual, please file an issue.
Security fixes
This release takes care of various security issues reported by WhiteSource and Snyk.
New Year!
Optimized distribution
This release removes Webpack as a module bundler and uses Babel extensively.
Babel is now officially updated to v.7