Animate Css Grid Versions Save

Painless transitions for CSS Grid

v1.5.1

1 year ago
  • 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

4 years ago
  • Bugfix to address #25
  • Upgrade some dependencies

v1.4.1

4 years ago

Fix issue #20 (repeated calls to unwrapGrid)

v1.4.0

5 years ago

Closes #10

v1.3.0

5 years ago

Satisfies #8

v1.2.1

5 years ago

Another small release:

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

v1.2.0

5 years ago

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.

v1.1.0

5 years ago