mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-12-16 19:48:42 +08:00
0.5.2
This commit is contained in:
2
core/package-lock.json
generated
2
core/package-lock.json
generated
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ionic/core",
|
"name": "@ionic/core",
|
||||||
"version": "0.5.1",
|
"version": "0.5.2",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ionic/core",
|
"name": "@ionic/core",
|
||||||
"version": "0.5.1",
|
"version": "0.5.2",
|
||||||
"description": "Base components for Ionic",
|
"description": "Base components for Ionic",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"ionic",
|
"ionic",
|
||||||
|
|||||||
16
packages/vue-router/package-lock.json
generated
16
packages/vue-router/package-lock.json
generated
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ionic/vue-router",
|
"name": "@ionic/vue-router",
|
||||||
"version": "0.5.1",
|
"version": "0.5.2",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@@ -404,9 +404,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@ionic/core": {
|
"@ionic/core": {
|
||||||
"version": "0.4.0",
|
"version": "0.5.1",
|
||||||
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-0.4.0.tgz",
|
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-0.5.1.tgz",
|
||||||
"integrity": "sha512-xGeBQuNDQYimUvic6TMS02EXJXZgbLM0jU1vH00mJIMrQC0met8Uw1DG5ziOUL5gTYjH8KankXKCWBuoufOBOg==",
|
"integrity": "sha512-b88j4l40Ew4T0eZDh4PMvvvJzYP9lNmDwdTQ8Xoeya+etXDBuyNcFJNOtzmHEN9nnniDNEO0UAWbSJPim1PZ1g==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"ionicons": "^5.1.2",
|
"ionicons": "^5.1.2",
|
||||||
@@ -414,12 +414,12 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@ionic/vue": {
|
"@ionic/vue": {
|
||||||
"version": "0.4.0",
|
"version": "0.5.1",
|
||||||
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-0.4.0.tgz",
|
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-0.5.1.tgz",
|
||||||
"integrity": "sha512-+7jzhykCvegSKxZ/2OO3+s2bwkssmu+QA/wtxsDMzRkVexF7CI9N/GBJe3TWjgwBC1/0Iry3Bqnv88cU41iZXA==",
|
"integrity": "sha512-rcj1L3tknrpodD9ChNoQqK4SGGmTH5hJ/bAwCZpq5NYiHMgdYuh8Fiq6TO6VfOHiHaH1mqZcnpg7AUXy++J4Mg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@ionic/core": "0.4.0",
|
"@ionic/core": "0.5.1",
|
||||||
"ionicons": "^5.1.2"
|
"ionicons": "^5.1.2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ionic/vue-router",
|
"name": "@ionic/vue-router",
|
||||||
"version": "0.5.1",
|
"version": "0.5.2",
|
||||||
"description": "Vue Router integration for @ionic/vue",
|
"description": "Vue Router integration for @ionic/vue",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test.spec": "jest",
|
"test.spec": "jest",
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/ionic-team/ionic#readme",
|
"homepage": "https://github.com/ionic-team/ionic#readme",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@ionic/vue": "0.5.1",
|
"@ionic/vue": "0.5.2",
|
||||||
"@types/jest": "^26.0.13",
|
"@types/jest": "^26.0.13",
|
||||||
"@types/node": "^14.10.1",
|
"@types/node": "^14.10.1",
|
||||||
"jest": "^26.4.2",
|
"jest": "^26.4.2",
|
||||||
|
|||||||
@@ -1,5 +1,23 @@
|
|||||||
# Ionic Vue
|
# Ionic Vue
|
||||||
|
|
||||||
|
## 0.5.2
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **vue:** add missing tabs attribute to router outlet inside ion-tabs ([#22226](https://github.com/ionic-team/ionic/issues/22226)) ([ba4f07e](https://github.com/ionic-team/ionic/commit/ba4f07e270830d3eca67d71051a57ba7c7105f85))
|
||||||
|
|
||||||
|
### Upgrade Steps
|
||||||
|
|
||||||
|
```
|
||||||
|
npm i @ionic/vue@0.5.1 @ionic/vue-router@0.5.1
|
||||||
|
```
|
||||||
|
|
||||||
|
### New to Ionic Vue?
|
||||||
|
|
||||||
|
Check out our [Quickstart Guide](https://ionicframework.com/docs/vue/quickstart) to get up and running. Then be sure to check out our [Building Your First App Guide](https://ionicframework.com/docs/vue/your-first-app) to learn how build a cross platform Ionic Vue application from start to finish!
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## 0.5.1
|
## 0.5.1
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|||||||
8
packages/vue/package-lock.json
generated
8
packages/vue/package-lock.json
generated
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ionic/vue",
|
"name": "@ionic/vue",
|
||||||
"version": "0.5.1",
|
"version": "0.5.2",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@@ -48,9 +48,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@ionic/core": {
|
"@ionic/core": {
|
||||||
"version": "0.5.0",
|
"version": "0.5.1",
|
||||||
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-0.5.0.tgz",
|
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-0.5.1.tgz",
|
||||||
"integrity": "sha512-Xbw3YuhTJvWAu3NonddQhJ8NsDvN6f8bEdygl8BY16f6qu2QN17pFyeUB9sjanYUEfY5Iy0QB5ee8sIcCIbRUA==",
|
"integrity": "sha512-b88j4l40Ew4T0eZDh4PMvvvJzYP9lNmDwdTQ8Xoeya+etXDBuyNcFJNOtzmHEN9nnniDNEO0UAWbSJPim1PZ1g==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"ionicons": "^5.1.2",
|
"ionicons": "^5.1.2",
|
||||||
"tslib": "^1.10.0"
|
"tslib": "^1.10.0"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ionic/vue",
|
"name": "@ionic/vue",
|
||||||
"version": "0.5.1",
|
"version": "0.5.2",
|
||||||
"description": "Vue specific wrapper for @ionic/core",
|
"description": "Vue specific wrapper for @ionic/core",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "echo add linter",
|
"lint": "echo add linter",
|
||||||
@@ -54,7 +54,7 @@
|
|||||||
"vue-router": "^4.0.0-beta.11"
|
"vue-router": "^4.0.0-beta.11"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ionic/core": "0.5.1",
|
"@ionic/core": "0.5.2",
|
||||||
"ionicons": "^5.1.2"
|
"ionicons": "^5.1.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user