Releases: chiribuc/vue-stack-grid
Releases · chiribuc/vue-stack-grid
1.1.1
What’s Changed (v1.1.1)
Fixes
- Restore production layout/animation: ensure inline SFC styles are bundled so items no longer stack at
(0,0)and transitions render correctly. - Align
<TransitionGroup name="vsg">class names with CSS selectors to avoid mismatches in prod builds. - Guard against missing container element during early mounts to prevent skipped
transformwrites. - Ensure
reflow()is exposed from the component instance in build output. - Correct
exports/typespaths to keep TS and bundlers happy in consuming apps.
1.1.0
What’s Changed
- feat: add built-in transition presets (
fade,scale,slide-up,slide-fade,none) viatransitionprop - feat: support custom transition config
{ preset, duration, easing, stagger, animateInitial } - feat: expose
reflow()publicly viadefineExpose({ reflow }) - docs: update demo/landing to showcase transition presets & custom tuning
- fix: ignore leaving nodes during
reflow()to avoid layout jumps on exit animations - fix: ensure resize listener is cleaned up on unmount
- fix: safer container/children guards to prevent undefined access during tests
- test: switch to
happy-domto avoidjsdom/parse5ESM issues - test: make resize test deterministic (mock
clientWidth, forcereflow()) - types: keep all TS types in
src/types/index.tsand use them in SFC without leaking TS into template
1.0.10
What's Changed
- Update vue-stack-grid.d.ts by @mdxiaohu in #4
- chore(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #3
- chore(deps): bump stefanzweifel/git-auto-commit-action from 5 to 6 by @dependabot[bot] in #2
New Contributors
Full Changelog: 1.0.9...1.0.10
1.0.9
Full Changelog: 1.0.8...1.0.9
1.0.8
Full Changelog: 1.0.7...1.0.8
1.0.7
Full Changelog: 1.0.5...1.0.7
1.0.6
Full Changelog: 1.0.5...1.0.6
1.0.5
Full Changelog: 1.04...1.0.5
1.0.3
Full Changelog: 1.0.2...1.0.3
1.0.2
Full Changelog: 1.0.1...1.0.2