Skip to content

Releases: chiribuc/vue-stack-grid

1.1.1

09 Nov 08:40
00ef0e0

Choose a tag to compare

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 transform writes.
  • Ensure reflow() is exposed from the component instance in build output.
  • Correct exports/types paths to keep TS and bundlers happy in consuming apps.

1.1.0

09 Nov 08:19
a368feb

Choose a tag to compare

What’s Changed

  • feat: add built-in transition presets (fade, scale, slide-up, slide-fade, none) via transition prop
  • feat: support custom transition config { preset, duration, easing, stagger, animateInitial }
  • feat: expose reflow() publicly via defineExpose({ 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-dom to avoid jsdom/parse5 ESM issues
  • test: make resize test deterministic (mock clientWidth, force reflow())
  • types: keep all TS types in src/types/index.ts and use them in SFC without leaking TS into template

1.0.10

28 Aug 20:36
36dc9de

Choose a tag to compare

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

09 Dec 08:20
479e68e

Choose a tag to compare

Full Changelog: 1.0.8...1.0.9

1.0.8

09 Dec 08:13
d232e53

Choose a tag to compare

Full Changelog: 1.0.7...1.0.8

1.0.7

09 Dec 08:05
4a80f10

Choose a tag to compare

Full Changelog: 1.0.5...1.0.7

1.0.6

09 Dec 07:52

Choose a tag to compare

Full Changelog: 1.0.5...1.0.6

1.0.5

09 Dec 07:46

Choose a tag to compare

Full Changelog: 1.04...1.0.5

1.0.3

09 Dec 07:25
0b9bed7

Choose a tag to compare

Full Changelog: 1.0.2...1.0.3

1.0.2

09 Dec 07:16
0a669fe

Choose a tag to compare

Full Changelog: 1.0.1...1.0.2