What's New in SSGOI v3.1.0
Features
- TransitionScope: Added new
TransitionScopecomponent for controlling local/global animation behavior (#223)- Allows scoped animation control within specific parts of your application
- Provides more granular control over transition behavior
Bug Fixes
- Svelte Pagination Animation: Fixed an issue where pagination animations were not working correctly in Svelte applications
- Transition Config Resolution: Deferred transition config resolution to prevent blocking during initial render (#224)
Packages Updated
@ssgoi/core@3.1.0@ssgoi/svelte@3.1.0@ssgoi/react@3.1.0
Installation
# npm
npm install @ssgoi/core@3.1.0
# pnpm
pnpm add @ssgoi/core@3.1.0
# For React
pnpm add @ssgoi/react@3.1.0
# For Svelte
pnpm add @ssgoi/svelte@3.1.0Full Changelog: v3.0.0...v3.1.0