Releases: aholachek/animate-css-grid
Releases · aholachek/animate-css-grid
v1.5.1
v1.4.3
v1.4.1
Fix edge case for scrollable grid containers
onStart and onEnd
Satisfies #8
Small fixes
Another small release:
- Improve Typescript and TsLint settings
- Better handling for
throttledResizeListener
when grid is removed from the page
Add typings file
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
- Converted code from JavaScript to TypeScript
- Upgraded Popmotion version and removed
stylefire
Popmotion dependency - By removing stylefire and using tree-shaking more wisely, reduced the size of the library by a bit
- Added a few more examples to the Readme