All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
3.1.1 (2023-05-09)
- deps: bump actions/cache from 2.1.4 to 2.1.6 (181be3c)
- deps: bump actions/cache from 2.1.6 to 2.1.7 (68b6a5a)
- deps: bump actions/cache from 2.1.7 to 3.0.1 (85bb9ce)
- deps: bump actions/cache from 3.0.1 to 3.0.2 (845911c)
- deps: bump actions/cache from 3.0.2 to 3.0.3 (a1da2c9)
- deps: bump actions/cache from 3.0.3 to 3.0.4 (8b261b2)
- deps: bump actions/setup-node from 2.1.4 to 2.2.0 (0210627)
- deps: bump actions/setup-node from 2.2.0 to 2.3.0 (fd6ff8d)
- deps: bump actions/setup-node from 2.3.0 to 2.4.1 (8607c18)
- deps: bump actions/setup-node from 2.4.1 to 2.5.1 (b283b6d)
- deps: bump actions/setup-node from 2.5.1 to 3 (e6bf408)
- deps: bump ansi-regex from 5.0.0 to 5.0.1 (e5b2f8f)
- deps: bump dependabot/fetch-metadata from 1.1.0 to 1.1.1 (9c35f42)
- deps: bump dependabot/fetch-metadata from 1.1.1 to 1.2.0 (88e4f3c)
- deps: bump dependabot/fetch-metadata from 1.2.0 to 1.2.1 (b7f1386)
- deps: bump dependabot/fetch-metadata from 1.2.1 to 1.3.0 (ee8b220)
- deps: bump dependabot/fetch-metadata from 1.3.0 to 1.3.1 (21f8846)
- deps: bump dependabot/fetch-metadata from 1.3.1 to 1.3.2 (829d744)
- deps: bump hosted-git-info from 2.8.8 to 2.8.9 (40379f6)
- deps: bump lodash from 4.17.19 to 4.17.21 (313c5ae)
- deps: bump minimist from 1.2.5 to 1.2.6 (7de305f)
- deps: bump path-parse from 1.0.6 to 1.0.7 (d9cbd3b)
- deps: bump tmpl from 1.0.4 to 1.0.5 (d3f1745)
- deps: bump y18n from 4.0.0 to 4.0.3 (3eaabc8)
Features
- Added support for Vue 3 (#26)
Bug fixes
- Fixed
restrictToRoutes
comparing against thefrom
path instead ofto
.
Other
- Removed
console.log
s that where erroneously left into the 3.0.1 release.
See v3.0.0
NOTE: The initial release of v3 was riddled with bugs and has been unpublished.
The v3.0.1 is now the first release of v3
Breaking changes
- Updated illusory to v2 which has a new API. Consult the illusory docs for more info. (This will only impact users who have used
vm.$illusory
orvm.$createIllusoryElement
) restrictToViewport
now defaults totrue
.includeChildren
now defaults totrue
.
Features
- Updated illusory to v2.0.3
- Added
restrictToRoutes
option to help with performance when many shared-elements are present (See #20). v-shared-element
is now a Nuxt.js module! You no longer need to create an entry in ~/plugins to use it.
Features
- Added
ignoreTransparency
option (see #4 for why). - Added
sharedElementMixin
forkeep-alive routes
to resolve #2. - Added
restrictToViewport
option (#7). - Updated illusory to v1.4.1.
Other
- Complete rewrite of the documentation.
Bug fixes
- Updated illusory to patch v1.2.3
Other
- Update other dependencies.
- Adjust Changelog formatting.
Bug fixes
- Updated illusory to patch v1.2.2
Other
- Started keeping a changelog.