Releases: lucaperret/gaspard
Releases · lucaperret/gaspard
v5.0.2
5.0.2 (2018-05-15)
Bug Fixes
- selectors: IE 10 compatible (f46bbea)
- selectors: internet explorer 10 (b2e5ea5)
v5.0.1
5.0.1 (2018-03-23)
Bug Fixes
- npmignore: ignoring useless files (0698f37)
Performance Improvements
- gaspard: Update to webpack 4 (c5e4aca)
v5.0.0
5.0.0 (2017-12-11)
Code Refactoring
- Collection: Move into it's own repo (22189e0)
BREAKING CHANGES
- Collection: Gaspard.Collection is not present anymore here.
v4.1.0
4.1.0 (2017-08-24)
Features
- Collection: Put an Element on find method to have a new Collection (c344ea7)
v4.0.0
<a name"4.0.0">
4.0.0 (2017-08-12)
Breaking Changes
- import GaspardElements shouldn't work anymore, use Collection
(59168d77)
v3.0.4
<a name"3.0.4">
3.0.4 (2017-08-11)
Bug Fixes
- Attributes: Use YouMightNotNeedjQuery method to remove class (b6cab995)
- GaspardElements: Find return collection of elements (40ee2087)
- Positions: Outer width/height with margins can run without margins values (471615b2)
- Selectors: Find now always return a value (473dda34)
v3.0.3
<a name"3.0.3">
3.0.3 (2017-08-10)
Bug Fixes
- Effects:
- Reverting fix final opacity value on fade method (a457b58b)
- Fix opacity for fadeOut (3ad11ae7)
- dist: Build dist UMD library (8e76bdbb)
v3.0.2
<a name"3.0.2">
3.0.2 (2017-08-10)
Bug Fixes
- build: New build for new version (0a783760)
v3.0.1
<a name"3.0.1">
3.0.1 (2017-08-09)
Bug Fixes
- Selectors:
- Typo error: filter (12033060)
- Check the element match the given selector (59a70684)
v3.0.0
<a name"3.0.0">
3.0.0 (2017-08-08)
Bug Fixes
- GaspardElements: Exporting class (5580ffe8)
Breaking Changes
- GaspardElement now can be used
(5580ffe8)