This commit is contained in:
Liam DeBeasi 2021-06-22 09:30:43 -04:00
parent 494a4a08fe
commit 40fadcd9bf
14 changed files with 57 additions and 46 deletions

View File

@ -1,3 +1,14 @@
## [5.6.10](https://github.com/ionic-team/ionic/compare/v5.6.9...v5.6.10) (2021-06-22)
### Bug Fixes
* **button:** buttons using fill and color properties now account for hover and focused opacity variables ([#23442](https://github.com/ionic-team/ionic/issues/23442)) ([68c0e71](https://github.com/ionic-team/ionic/commit/68c0e7136d3f8aad8a195a0371104f7dd5fa7060)), closes [#23441](https://github.com/ionic-team/ionic/issues/23441)
* **item:** using multiple items with inputs no longer results in console warnings ([#23429](https://github.com/ionic-team/ionic/issues/23429)) ([e27b5b6](https://github.com/ionic-team/ionic/commit/e27b5b6ae360c44d8521ac7191817cbbe0367c05)), closes [#23427](https://github.com/ionic-team/ionic/issues/23427)
* **vue:** IonTabs can now accept IonRouterOutlet, deprecated default router outlet in tabs ([#23477](https://github.com/ionic-team/ionic/issues/23477)) ([a2a4cff](https://github.com/ionic-team/ionic/commit/a2a4cff3d0d67868f384e1e9eec7cc738e260a27)), closes [#23321](https://github.com/ionic-team/ionic/issues/23321)
## [5.6.9](https://github.com/ionic-team/ionic/compare/v5.6.8...v5.6.9) (2021-06-08)

View File

@ -1,15 +1,15 @@
{
"name": "@ionic/angular",
"version": "5.6.9",
"version": "5.6.10",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/angular",
"version": "5.6.9",
"version": "5.6.10",
"license": "MIT",
"dependencies": {
"@ionic/core": "5.6.8",
"@ionic/core": "5.6.9",
"tslib": "^1.9.3"
},
"devDependencies": {
@ -204,9 +204,9 @@
}
},
"node_modules/@ionic/core": {
"version": "5.6.8",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.6.8.tgz",
"integrity": "sha512-JWrRGzw4SyyemjycPEh516fAkgFVtLp6RMPTH3uzK8L+DLfqJ/QU4Uccu89QqdcG/TBD75r3wkUtbKL2YlL8PQ==",
"version": "5.6.9",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.6.9.tgz",
"integrity": "sha512-OFwlWFsei4r7rVJSQxIB7XbfeU5FI8aIEs9yDEsqBudLquph9b/EA/5MgKxfNX7ahs6/A8Och5zYhXg+dpa3zA==",
"dependencies": {
"@stencil/core": "^2.4.0",
"ionicons": "^5.5.1",
@ -5156,9 +5156,9 @@
}
},
"@ionic/core": {
"version": "5.6.8",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.6.8.tgz",
"integrity": "sha512-JWrRGzw4SyyemjycPEh516fAkgFVtLp6RMPTH3uzK8L+DLfqJ/QU4Uccu89QqdcG/TBD75r3wkUtbKL2YlL8PQ==",
"version": "5.6.9",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.6.9.tgz",
"integrity": "sha512-OFwlWFsei4r7rVJSQxIB7XbfeU5FI8aIEs9yDEsqBudLquph9b/EA/5MgKxfNX7ahs6/A8Och5zYhXg+dpa3zA==",
"requires": {
"@stencil/core": "^2.4.0",
"ionicons": "^5.5.1",

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/angular",
"version": "5.6.9",
"version": "5.6.10",
"description": "Angular specific wrappers for @ionic/core",
"keywords": [
"ionic",
@ -42,7 +42,7 @@
"validate": "npm i && npm run lint && npm run test && npm run build"
},
"dependencies": {
"@ionic/core": "5.6.9",
"@ionic/core": "5.6.10",
"tslib": "^1.9.3"
},
"peerDependencies": {

View File

@ -1,12 +1,12 @@
{
"name": "@ionic/core",
"version": "5.6.9",
"version": "5.6.10",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/core",
"version": "5.6.9",
"version": "5.6.10",
"license": "MIT",
"dependencies": {
"@stencil/core": "^2.4.0",

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/core",
"version": "5.6.9",
"version": "5.6.10",
"description": "Base components for Ionic",
"keywords": [
"ionic",

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/docs",
"version": "5.6.9",
"version": "5.6.10",
"description": "Pre-packaged API documentation for the Ionic docs.",
"main": "core.json",
"types": "core.d.ts",

View File

@ -1,12 +1,12 @@
{
"name": "@ionic/angular-server",
"version": "5.6.9",
"version": "5.6.10",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/angular-server",
"version": "5.6.9",
"version": "5.6.10",
"license": "MIT",
"devDependencies": {
"@angular/animations": "8.2.13",
@ -16,7 +16,7 @@
"@angular/core": "8.2.13",
"@angular/platform-browser": "8.2.13",
"@angular/platform-server": "8.2.13",
"@ionic/core": "5.6.8",
"@ionic/core": "5.6.9",
"ng-packagr": "5.7.1",
"tslint": "^5.12.1",
"tslint-ionic-rules": "0.0.21",
@ -137,9 +137,9 @@
}
},
"node_modules/@ionic/core": {
"version": "5.6.8",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.6.8.tgz",
"integrity": "sha512-JWrRGzw4SyyemjycPEh516fAkgFVtLp6RMPTH3uzK8L+DLfqJ/QU4Uccu89QqdcG/TBD75r3wkUtbKL2YlL8PQ==",
"version": "5.6.9",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.6.9.tgz",
"integrity": "sha512-OFwlWFsei4r7rVJSQxIB7XbfeU5FI8aIEs9yDEsqBudLquph9b/EA/5MgKxfNX7ahs6/A8Och5zYhXg+dpa3zA==",
"dev": true,
"dependencies": {
"@stencil/core": "^2.4.0",
@ -5424,9 +5424,9 @@
}
},
"@ionic/core": {
"version": "5.6.8",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.6.8.tgz",
"integrity": "sha512-JWrRGzw4SyyemjycPEh516fAkgFVtLp6RMPTH3uzK8L+DLfqJ/QU4Uccu89QqdcG/TBD75r3wkUtbKL2YlL8PQ==",
"version": "5.6.9",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.6.9.tgz",
"integrity": "sha512-OFwlWFsei4r7rVJSQxIB7XbfeU5FI8aIEs9yDEsqBudLquph9b/EA/5MgKxfNX7ahs6/A8Och5zYhXg+dpa3zA==",
"dev": true,
"requires": {
"@stencil/core": "^2.4.0",

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/angular-server",
"version": "5.6.9",
"version": "5.6.10",
"description": "Angular SSR Module for Ionic",
"keywords": [
"ionic",
@ -49,7 +49,7 @@
"@angular/core": "8.2.13",
"@angular/platform-browser": "8.2.13",
"@angular/platform-server": "8.2.13",
"@ionic/core": "5.6.9",
"@ionic/core": "5.6.10",
"ng-packagr": "5.7.1",
"tslint": "^5.12.1",
"tslint-ionic-rules": "0.0.21",

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/react-router",
"version": "5.6.9",
"version": "5.6.10",
"description": "React Router wrapper for @ionic/react",
"keywords": [
"ionic",
@ -39,15 +39,15 @@
"tslib": "*"
},
"peerDependencies": {
"@ionic/react": "5.6.9",
"@ionic/react": "5.6.10",
"react": ">=16.8.6",
"react-dom": ">=16.8.6",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1"
},
"devDependencies": {
"@ionic/core": "5.6.9",
"@ionic/react": "5.6.9",
"@ionic/core": "5.6.10",
"@ionic/react": "5.6.10",
"@rollup/plugin-node-resolve": "^8.1.0",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2",

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/react",
"version": "5.6.9",
"version": "5.6.10",
"description": "React specific wrapper for @ionic/core",
"keywords": [
"ionic",
@ -39,7 +39,7 @@
"css/"
],
"dependencies": {
"@ionic/core": "5.6.9",
"@ionic/core": "5.6.10",
"ionicons": "^5.1.2",
"tslib": "*"
},

View File

@ -1,12 +1,12 @@
{
"name": "@ionic/vue-router",
"version": "5.6.9",
"version": "5.6.10",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/vue-router",
"version": "5.6.9",
"version": "5.6.10",
"license": "MIT",
"devDependencies": {
"@ionic/vue": "5.4.1",

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/vue-router",
"version": "5.6.9",
"version": "5.6.10",
"description": "Vue Router integration for @ionic/vue",
"scripts": {
"test.spec": "jest",

View File

@ -1,15 +1,15 @@
{
"name": "@ionic/vue",
"version": "5.6.9",
"version": "5.6.10",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/vue",
"version": "5.6.9",
"version": "5.6.10",
"license": "MIT",
"dependencies": {
"@ionic/core": "5.6.8",
"@ionic/core": "5.6.9",
"ionicons": "^5.1.2"
},
"devDependencies": {
@ -53,9 +53,9 @@
}
},
"node_modules/@ionic/core": {
"version": "5.6.8",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.6.8.tgz",
"integrity": "sha512-JWrRGzw4SyyemjycPEh516fAkgFVtLp6RMPTH3uzK8L+DLfqJ/QU4Uccu89QqdcG/TBD75r3wkUtbKL2YlL8PQ==",
"version": "5.6.9",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.6.9.tgz",
"integrity": "sha512-OFwlWFsei4r7rVJSQxIB7XbfeU5FI8aIEs9yDEsqBudLquph9b/EA/5MgKxfNX7ahs6/A8Och5zYhXg+dpa3zA==",
"dependencies": {
"@stencil/core": "^2.4.0",
"ionicons": "^5.5.1",
@ -633,9 +633,9 @@
}
},
"@ionic/core": {
"version": "5.6.8",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.6.8.tgz",
"integrity": "sha512-JWrRGzw4SyyemjycPEh516fAkgFVtLp6RMPTH3uzK8L+DLfqJ/QU4Uccu89QqdcG/TBD75r3wkUtbKL2YlL8PQ==",
"version": "5.6.9",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.6.9.tgz",
"integrity": "sha512-OFwlWFsei4r7rVJSQxIB7XbfeU5FI8aIEs9yDEsqBudLquph9b/EA/5MgKxfNX7ahs6/A8Och5zYhXg+dpa3zA==",
"requires": {
"@stencil/core": "^2.4.0",
"ionicons": "^5.5.1",

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/vue",
"version": "5.6.9",
"version": "5.6.10",
"description": "Vue specific wrapper for @ionic/core",
"scripts": {
"lint": "echo add linter",
@ -57,7 +57,7 @@
"vue-router": "^4.0.0-rc.4"
},
"dependencies": {
"@ionic/core": "5.6.9",
"@ionic/core": "5.6.10",
"ionicons": "^5.1.2"
},
"vetur": {