Skip to content

Releases: scriptex/AnimateMe

Fix the URL to the demo

07 Nov 07:14
Compare
Choose a tag to compare

This release fixes the URL to the demo in the package.json (used in the NPM package page).
This release improves the demo as well.

Correctly publish to NPM

08 Sep 10:13
Compare
Choose a tag to compare

This release makes sure that all files correctly get released to NPM.

Updated metadata

08 Sep 05:39
Compare
Choose a tag to compare

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

30 Aug 06:52
a4401d8
Compare
Choose a tag to compare

This release:

  1. Upgrades to TypeScript 4.4.2.
  2. Removes the legacy check for touch support on Microsoft devices.

API docs, Improved class methods and properties

30 Nov 13:38
Compare
Choose a tag to compare

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

20 Aug 05:31
1cb524c
Compare
Choose a tag to compare

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

01 Jul 12:39
e82bcc2
Compare
Choose a tag to compare

🎉 🎉 🎉
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

16 Apr 06:06
Compare
Choose a tag to compare

This release takes care of various security issues reported by WhiteSource and Snyk.

New Year!

03 Jan 08:11
Compare
Choose a tag to compare

This release updates all dependencies and distribution files

Optimized distribution

18 Aug 11:20
Compare
Choose a tag to compare

This release removes Webpack as a module bundler and uses Babel extensively.
Babel is now officially updated to v.7