Skip to content

Releases: scriptex/AnimateMe

Fix the URL to the demo

Choose a tag to compare

@scriptex scriptex released this 07 Nov 07:14

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

Choose a tag to compare

@scriptex scriptex released this 08 Sep 10:13

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

Updated metadata

Choose a tag to compare

@scriptex scriptex released this 08 Sep 05:39

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

Choose a tag to compare

@scriptex scriptex released this 30 Aug 06:52
a4401d8

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

Choose a tag to compare

@scriptex scriptex released this 30 Nov 13:38

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

Choose a tag to compare

@scriptex scriptex released this 20 Aug 05:31
1cb524c

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

Choose a tag to compare

@scriptex scriptex released this 01 Jul 12:39
e82bcc2

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

Choose a tag to compare

@scriptex scriptex released this 16 Apr 06:06

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

New Year!

Choose a tag to compare

@scriptex scriptex released this 03 Jan 08:11

This release updates all dependencies and distribution files

Optimized distribution

Choose a tag to compare

@scriptex scriptex released this 18 Aug 11:20

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