Skip to content

Releases: aholachek/animate-css-grid

v1.5.1

02 Mar 16:13
Compare
Choose a tag to compare
  • The library now uses Parcel, which simplifies the setup and produces an es module build
  • Dependencies were upgraded
  • Some light code and typing cleanup
  • Added some updates to the readme comparing the library with CSS animations

v1.4.3

13 Dec 02:55
Compare
Choose a tag to compare
  • Bugfix to address #25
  • Upgrade some dependencies

v1.4.1

05 Jul 16:34
Compare
Choose a tag to compare

Fix issue #20 (repeated calls to unwrapGrid)

Fix edge case for scrollable grid containers

06 Mar 00:19
Compare
Choose a tag to compare

onStart and onEnd

11 Feb 01:57
Compare
Choose a tag to compare

Satisfies #8

Small fixes

03 Jan 14:33
Compare
Choose a tag to compare

Another small release:

  • Improve Typescript and TsLint settings
  • Better handling for throttledResizeListener when grid is removed from the page

Add typings file

27 Dec 02:52
Compare
Choose a tag to compare

The initial way I set up Typescript, using Babel 7's integration, was not generating typings files due to the noEmit option. I updated the tsconfig.json to create the typings file.

Housekeeping

26 Dec 20:25
Compare
Choose a tag to compare