chore(): release Ionic Vue 0.4.0 (#22105)

This commit is contained in:
Liam DeBeasi
2020-09-17 11:34:41 -04:00
committed by GitHub
parent fe2cf22f5d
commit c1fe16193e
7 changed files with 32 additions and 15 deletions

View File

@ -1,5 +1,22 @@
# Ionic Vue
# 0.4.0
### Bug Fixes
* **vue:** canGoBack now returns correct result with initial load redirect ([#22071](https://github.com/ionic-team/ionic/issues/22071)) ([8227844](https://github.com/ionic-team/ionic/commit/8227844cbc6da252acb97bfa0f9a2cefa40185f9))
* **vue:** ensure dynamic classes are synced with internal Ionic component classes ([#22096](https://github.com/ionic-team/ionic/issues/22096)) ([9cb22be](https://github.com/ionic-team/ionic/commit/9cb22be91a232c395780f7ceb50c3e9ae28e7dc2)), closes [#22051](https://github.com/ionic-team/ionic/issues/22051)
* **vue:** using refs with v-model now works properly ([#22092](https://github.com/ionic-team/ionic/issues/22092)) ([67fbb3b](https://github.com/ionic-team/ionic/commit/67fbb3b963e2e75284b578777057c0822720fb1e)), closes [#22076](https://github.com/ionic-team/ionic/issues/22076)
### Features
* **vue:** add hardware back button hook ([#22069](https://github.com/ionic-team/ionic/issues/22069)) ([a7f564b](https://github.com/ionic-team/ionic/commit/a7f564b818a6ce5f97d999934d5cca77da1b2c83))
* **vue:** add hook to access Ionic Vue router ([#22072](https://github.com/ionic-team/ionic/issues/22072)) ([3d34b68](https://github.com/ionic-team/ionic/commit/3d34b68fbd25b724b6f89c01642788d325f6e909))
* **vue:** add webHashHistory and memoryHistory options for router ([#22101](https://github.com/ionic-team/ionic/issues/22101)) ([fe2cf22](https://github.com/ionic-team/ionic/commit/fe2cf22f5dab4e13458be0a93d38d346a03f7e3d))
## 0.3.1
* Vue 3 support

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/vue",
"version": "5.4.0-dev.202009151837.5c69db1",
"version": "0.4.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/vue",
"version": "5.4.0-dev.202009101933.5ffa65f",
"version": "0.4.0",
"description": "Vue specific wrapper for @ionic/core",
"scripts": {
"lint": "echo add linter",
@ -52,7 +52,7 @@
"workbox-build": "4.3.1"
},
"dependencies": {
"@ionic/core": "0.3.1",
"@ionic/core": "0.4.0",
"ionicons": "^5.1.2"
}
}