mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
merge release-7.0.0-rc.1
Release 7.0.0 rc.1
This commit is contained in:
15
CHANGELOG.md
15
CHANGELOG.md
@@ -3,6 +3,21 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [7.0.0-rc.1](https://github.com/ionic-team/ionic-framework/compare/v7.0.0-rc.0...v7.0.0-rc.1) (2023-03-08)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **input, textarea:** disabled state is applied when true ([#26892](https://github.com/ionic-team/ionic-framework/issues/26892)) ([569401b](https://github.com/ionic-team/ionic-framework/commit/569401b1c8959f236ab6931e7c58063d4681402a)), closes [#26881](https://github.com/ionic-team/ionic-framework/issues/26881)
|
||||
* **item:** prevent slotted form controls from taking whole width of item ([#26897](https://github.com/ionic-team/ionic-framework/issues/26897)) ([78f5d96](https://github.com/ionic-team/ionic-framework/commit/78f5d960cf4a056b52f65d4731a7ee0771031306))
|
||||
* **many:** add aria-hidden to decorative icons ([#26922](https://github.com/ionic-team/ionic-framework/issues/26922)) ([78303dc](https://github.com/ionic-team/ionic-framework/commit/78303dccaa2b3e7e6fb107a5c0f0f213d8e39a7c))
|
||||
* **select:** popover is full width when used with floating/stacked labels ([#26907](https://github.com/ionic-team/ionic-framework/issues/26907)) ([7bc22f2](https://github.com/ionic-team/ionic-framework/commit/7bc22f2bbfa1d170f05d66f44b53cd28c4038bc5)), closes [#26903](https://github.com/ionic-team/ionic-framework/issues/26903)
|
||||
* **vue:** input components update refs on ionInput ([#26876](https://github.com/ionic-team/ionic-framework/issues/26876)) ([7d9ce74](https://github.com/ionic-team/ionic-framework/commit/7d9ce7420a4c041a6d21041c15680e809cd55e8d)), closes [#26700](https://github.com/ionic-team/ionic-framework/issues/26700)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [6.6.1](https://github.com/ionic-team/ionic-framework/compare/v6.6.0...v6.6.1) (2023-03-08)
|
||||
|
||||
* **angular:** keepContentsMounted modal is sized correctly ([#26917](https://github.com/ionic-team/ionic-framework/issues/26917)) ([8d184c8](https://github.com/ionic-team/ionic-framework/commit/8d184c8c1b91dba9d6d5bbaf1b4a8480b75a3572)), closes [#26916](https://github.com/ionic-team/ionic-framework/issues/26916)
|
||||
|
||||
@@ -3,6 +3,17 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [7.0.0-rc.1](https://github.com/ionic-team/ionic/compare/v7.0.0-rc.0...v7.0.0-rc.1) (2023-03-08)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **many:** add aria-hidden to decorative icons ([#26922](https://github.com/ionic-team/ionic/issues/26922)) ([78303dc](https://github.com/ionic-team/ionic/commit/78303dccaa2b3e7e6fb107a5c0f0f213d8e39a7c))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [6.6.1](https://github.com/ionic-team/ionic/compare/v6.6.0...v6.6.1) (2023-03-08)
|
||||
|
||||
|
||||
|
||||
57
angular/package-lock.json
generated
57
angular/package-lock.json
generated
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"name": "@ionic/angular",
|
||||
"version": "7.0.0-rc.0",
|
||||
"version": "7.0.0-rc.1",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@ionic/angular",
|
||||
"version": "7.0.0-rc.0",
|
||||
"version": "7.0.0-rc.1",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@ionic/core": "^7.0.0-rc.0",
|
||||
"@ionic/core": "^7.0.0-rc.1",
|
||||
"ionicons": "^7.0.0",
|
||||
"jsonc-parser": "^3.0.0",
|
||||
"tslib": "^2.3.0"
|
||||
@@ -1227,12 +1227,12 @@
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/@ionic/core": {
|
||||
"version": "7.0.0-rc.0",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.0-rc.0.tgz",
|
||||
"integrity": "sha512-WXPq8qNej2jh6sGNc9JXaieyq6x6UCrxaI5iVs6eXqLGn4P0gSWfCyej3RxNw3s9x7qU4s/I6rWuUobxeVOk7A==",
|
||||
"version": "7.0.0-rc.1",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.0-rc.1.tgz",
|
||||
"integrity": "sha512-lmJNq6EkPQC+keA/xtcvDTsRPaDbHdg8aAVpF16yyHY2GCk+o47dCluDgJrYpi/brhgQv4iSNL12TRLDZWRTXQ==",
|
||||
"dependencies": {
|
||||
"@stencil/core": "^3.1.0",
|
||||
"ionicons": "^6.1.1",
|
||||
"ionicons": "^7.0.0",
|
||||
"tslib": "^2.1.0"
|
||||
}
|
||||
},
|
||||
@@ -1248,26 +1248,6 @@
|
||||
"npm": ">=6.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@ionic/core/node_modules/ionicons": {
|
||||
"version": "6.1.3",
|
||||
"resolved": "https://registry.npmjs.org/ionicons/-/ionicons-6.1.3.tgz",
|
||||
"integrity": "sha512-ptzz38dd/Yq+PgjhXegh7yhb/SLIk1bvL9vQDtLv1aoSc7alO6mX2DIMgcKYzt9vrNWkRu1f9Jr78zIFFyOXqw==",
|
||||
"dependencies": {
|
||||
"@stencil/core": "^2.18.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@ionic/core/node_modules/ionicons/node_modules/@stencil/core": {
|
||||
"version": "2.22.2",
|
||||
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.22.2.tgz",
|
||||
"integrity": "sha512-r+vbxsGNcBaV1VDOYW25lv4QfXTlNoIb5GpUX7rZ+cr59yqYCZC5tlV+IzX6YgHKW62ulCc9M3RYtTfHtNbNNw==",
|
||||
"bin": {
|
||||
"stencil": "bin/stencil"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=12.10.0",
|
||||
"npm": ">=6.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@ionic/eslint-config": {
|
||||
"version": "0.3.0",
|
||||
"dev": true,
|
||||
@@ -8124,12 +8104,12 @@
|
||||
"dev": true
|
||||
},
|
||||
"@ionic/core": {
|
||||
"version": "7.0.0-rc.0",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.0-rc.0.tgz",
|
||||
"integrity": "sha512-WXPq8qNej2jh6sGNc9JXaieyq6x6UCrxaI5iVs6eXqLGn4P0gSWfCyej3RxNw3s9x7qU4s/I6rWuUobxeVOk7A==",
|
||||
"version": "7.0.0-rc.1",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.0-rc.1.tgz",
|
||||
"integrity": "sha512-lmJNq6EkPQC+keA/xtcvDTsRPaDbHdg8aAVpF16yyHY2GCk+o47dCluDgJrYpi/brhgQv4iSNL12TRLDZWRTXQ==",
|
||||
"requires": {
|
||||
"@stencil/core": "^3.1.0",
|
||||
"ionicons": "^6.1.1",
|
||||
"ionicons": "^7.0.0",
|
||||
"tslib": "^2.1.0"
|
||||
},
|
||||
"dependencies": {
|
||||
@@ -8137,21 +8117,6 @@
|
||||
"version": "3.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.1.0.tgz",
|
||||
"integrity": "sha512-Zfe+evaw9m2L/HkTO97Hu8go2ThXrObyWkVqa7V3HjTnq+8TUd/nwld9PC0bOItC/eyMRXsWHdEDCpJAZ1tEVQ=="
|
||||
},
|
||||
"ionicons": {
|
||||
"version": "6.1.3",
|
||||
"resolved": "https://registry.npmjs.org/ionicons/-/ionicons-6.1.3.tgz",
|
||||
"integrity": "sha512-ptzz38dd/Yq+PgjhXegh7yhb/SLIk1bvL9vQDtLv1aoSc7alO6mX2DIMgcKYzt9vrNWkRu1f9Jr78zIFFyOXqw==",
|
||||
"requires": {
|
||||
"@stencil/core": "^2.18.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@stencil/core": {
|
||||
"version": "2.22.2",
|
||||
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.22.2.tgz",
|
||||
"integrity": "sha512-r+vbxsGNcBaV1VDOYW25lv4QfXTlNoIb5GpUX7rZ+cr59yqYCZC5tlV+IzX6YgHKW62ulCc9M3RYtTfHtNbNNw=="
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ionic/angular",
|
||||
"version": "7.0.0-rc.0",
|
||||
"version": "7.0.0-rc.1",
|
||||
"description": "Angular specific wrappers for @ionic/core",
|
||||
"keywords": [
|
||||
"ionic",
|
||||
@@ -47,7 +47,7 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@ionic/core": "^7.0.0-rc.0",
|
||||
"@ionic/core": "^7.0.0-rc.1",
|
||||
"ionicons": "^7.0.0",
|
||||
"jsonc-parser": "^3.0.0",
|
||||
"tslib": "^2.3.0"
|
||||
|
||||
@@ -3,6 +3,21 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [7.0.0-rc.1](https://github.com/ionic-team/ionic/compare/v7.0.0-rc.0...v7.0.0-rc.1) (2023-03-08)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **input, textarea:** disabled state is applied when true ([#26892](https://github.com/ionic-team/ionic/issues/26892)) ([569401b](https://github.com/ionic-team/ionic/commit/569401b1c8959f236ab6931e7c58063d4681402a)), closes [#26881](https://github.com/ionic-team/ionic/issues/26881)
|
||||
* **item:** prevent slotted form controls from taking whole width of item ([#26897](https://github.com/ionic-team/ionic/issues/26897)) ([78f5d96](https://github.com/ionic-team/ionic/commit/78f5d960cf4a056b52f65d4731a7ee0771031306))
|
||||
* **many:** add aria-hidden to decorative icons ([#26922](https://github.com/ionic-team/ionic/issues/26922)) ([78303dc](https://github.com/ionic-team/ionic/commit/78303dccaa2b3e7e6fb107a5c0f0f213d8e39a7c))
|
||||
* **select:** popover is full width when used with floating/stacked labels ([#26907](https://github.com/ionic-team/ionic/issues/26907)) ([7bc22f2](https://github.com/ionic-team/ionic/commit/7bc22f2bbfa1d170f05d66f44b53cd28c4038bc5)), closes [#26903](https://github.com/ionic-team/ionic/issues/26903)
|
||||
* **vue:** input components update refs on ionInput ([#26876](https://github.com/ionic-team/ionic/issues/26876)) ([7d9ce74](https://github.com/ionic-team/ionic/commit/7d9ce7420a4c041a6d21041c15680e809cd55e8d)), closes [#26700](https://github.com/ionic-team/ionic/issues/26700)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [6.6.1](https://github.com/ionic-team/ionic/compare/v6.6.0...v6.6.1) (2023-03-08)
|
||||
|
||||
|
||||
|
||||
4
core/package-lock.json
generated
4
core/package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@ionic/core",
|
||||
"version": "7.0.0-rc.0",
|
||||
"version": "7.0.0-rc.1",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@ionic/core",
|
||||
"version": "7.0.0-rc.0",
|
||||
"version": "7.0.0-rc.1",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@stencil/core": "^3.1.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ionic/core",
|
||||
"version": "7.0.0-rc.0",
|
||||
"version": "7.0.0-rc.1",
|
||||
"description": "Base components for Ionic",
|
||||
"keywords": [
|
||||
"ionic",
|
||||
|
||||
@@ -3,6 +3,15 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [7.0.0-rc.1](https://github.com/ionic-team/ionic-docs/compare/v7.0.0-rc.0...v7.0.0-rc.1) (2023-03-08)
|
||||
|
||||
|
||||
**Note:** Version bump only for package @ionic/docs
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [6.6.1](https://github.com/ionic-team/ionic-docs/compare/v6.6.0...v6.6.1) (2023-03-08)
|
||||
|
||||
|
||||
|
||||
4
docs/package-lock.json
generated
4
docs/package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@ionic/docs",
|
||||
"version": "7.0.0-rc.0",
|
||||
"version": "7.0.0-rc.1",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@ionic/docs",
|
||||
"version": "7.0.0-rc.0",
|
||||
"version": "7.0.0-rc.1",
|
||||
"license": "MIT"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ionic/docs",
|
||||
"version": "7.0.0-rc.0",
|
||||
"version": "7.0.0-rc.1",
|
||||
"description": "Pre-packaged API documentation for the Ionic docs.",
|
||||
"main": "core.json",
|
||||
"types": "core.d.ts",
|
||||
|
||||
@@ -5,5 +5,5 @@
|
||||
"angular",
|
||||
"packages/*"
|
||||
],
|
||||
"version": "7.0.0-rc.0"
|
||||
"version": "7.0.0-rc.1"
|
||||
}
|
||||
|
||||
@@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [7.0.0-rc.1](https://github.com/ionic-team/ionic/compare/v7.0.0-rc.0...v7.0.0-rc.1) (2023-03-08)
|
||||
|
||||
**Note:** Version bump only for package @ionic/angular-server
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [6.6.1](https://github.com/ionic-team/ionic/compare/v6.6.0...v6.6.1) (2023-03-08)
|
||||
|
||||
**Note:** Version bump only for package @ionic/angular-server
|
||||
|
||||
34
packages/angular-server/package-lock.json
generated
34
packages/angular-server/package-lock.json
generated
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"name": "@ionic/angular-server",
|
||||
"version": "7.0.0-rc.0",
|
||||
"version": "7.0.0-rc.1",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@ionic/angular-server",
|
||||
"version": "7.0.0-rc.0",
|
||||
"version": "7.0.0-rc.1",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@ionic/core": "^7.0.0-rc.0"
|
||||
"@ionic/core": "^7.0.0-rc.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-eslint/eslint-plugin": "^14.0.0",
|
||||
@@ -1060,12 +1060,12 @@
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/@ionic/core": {
|
||||
"version": "7.0.0-rc.0",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.0-rc.0.tgz",
|
||||
"integrity": "sha512-WXPq8qNej2jh6sGNc9JXaieyq6x6UCrxaI5iVs6eXqLGn4P0gSWfCyej3RxNw3s9x7qU4s/I6rWuUobxeVOk7A==",
|
||||
"version": "7.0.0-rc.1",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.0-rc.1.tgz",
|
||||
"integrity": "sha512-lmJNq6EkPQC+keA/xtcvDTsRPaDbHdg8aAVpF16yyHY2GCk+o47dCluDgJrYpi/brhgQv4iSNL12TRLDZWRTXQ==",
|
||||
"dependencies": {
|
||||
"@stencil/core": "^3.1.0",
|
||||
"ionicons": "^6.1.1",
|
||||
"ionicons": "^7.0.0",
|
||||
"tslib": "^2.1.0"
|
||||
}
|
||||
},
|
||||
@@ -3935,9 +3935,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/ionicons": {
|
||||
"version": "6.1.3",
|
||||
"resolved": "https://registry.npmjs.org/ionicons/-/ionicons-6.1.3.tgz",
|
||||
"integrity": "sha512-ptzz38dd/Yq+PgjhXegh7yhb/SLIk1bvL9vQDtLv1aoSc7alO6mX2DIMgcKYzt9vrNWkRu1f9Jr78zIFFyOXqw==",
|
||||
"version": "7.0.0",
|
||||
"resolved": "https://registry.npmjs.org/ionicons/-/ionicons-7.0.0.tgz",
|
||||
"integrity": "sha512-5G9gBxaUfJm0aAr/Kg5Eb/d7d+pMC65yiHjlkGATLrHSZgAzlc9l6ho0dCSdfq3wGef2QiZeNsvyChPVggfXwQ==",
|
||||
"dependencies": {
|
||||
"@stencil/core": "^2.18.0"
|
||||
}
|
||||
@@ -7342,12 +7342,12 @@
|
||||
"dev": true
|
||||
},
|
||||
"@ionic/core": {
|
||||
"version": "7.0.0-rc.0",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.0-rc.0.tgz",
|
||||
"integrity": "sha512-WXPq8qNej2jh6sGNc9JXaieyq6x6UCrxaI5iVs6eXqLGn4P0gSWfCyej3RxNw3s9x7qU4s/I6rWuUobxeVOk7A==",
|
||||
"version": "7.0.0-rc.1",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.0-rc.1.tgz",
|
||||
"integrity": "sha512-lmJNq6EkPQC+keA/xtcvDTsRPaDbHdg8aAVpF16yyHY2GCk+o47dCluDgJrYpi/brhgQv4iSNL12TRLDZWRTXQ==",
|
||||
"requires": {
|
||||
"@stencil/core": "^3.1.0",
|
||||
"ionicons": "^6.1.1",
|
||||
"ionicons": "^7.0.0",
|
||||
"tslib": "^2.1.0"
|
||||
},
|
||||
"dependencies": {
|
||||
@@ -9152,9 +9152,9 @@
|
||||
}
|
||||
},
|
||||
"ionicons": {
|
||||
"version": "6.1.3",
|
||||
"resolved": "https://registry.npmjs.org/ionicons/-/ionicons-6.1.3.tgz",
|
||||
"integrity": "sha512-ptzz38dd/Yq+PgjhXegh7yhb/SLIk1bvL9vQDtLv1aoSc7alO6mX2DIMgcKYzt9vrNWkRu1f9Jr78zIFFyOXqw==",
|
||||
"version": "7.0.0",
|
||||
"resolved": "https://registry.npmjs.org/ionicons/-/ionicons-7.0.0.tgz",
|
||||
"integrity": "sha512-5G9gBxaUfJm0aAr/Kg5Eb/d7d+pMC65yiHjlkGATLrHSZgAzlc9l6ho0dCSdfq3wGef2QiZeNsvyChPVggfXwQ==",
|
||||
"requires": {
|
||||
"@stencil/core": "^2.18.0"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ionic/angular-server",
|
||||
"version": "7.0.0-rc.0",
|
||||
"version": "7.0.0-rc.1",
|
||||
"description": "Angular SSR Module for Ionic",
|
||||
"keywords": [
|
||||
"ionic",
|
||||
@@ -61,6 +61,6 @@
|
||||
},
|
||||
"prettier": "@ionic/prettier-config",
|
||||
"dependencies": {
|
||||
"@ionic/core": "^7.0.0-rc.0"
|
||||
"@ionic/core": "^7.0.0-rc.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [7.0.0-rc.1](https://github.com/ionic-team/ionic/compare/v7.0.0-rc.0...v7.0.0-rc.1) (2023-03-08)
|
||||
|
||||
**Note:** Version bump only for package @ionic/react-router
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [6.6.1](https://github.com/ionic-team/ionic/compare/v6.6.0...v6.6.1) (2023-03-08)
|
||||
|
||||
|
||||
|
||||
54
packages/react-router/package-lock.json
generated
54
packages/react-router/package-lock.json
generated
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"name": "@ionic/react-router",
|
||||
"version": "7.0.0-rc.0",
|
||||
"version": "7.0.0-rc.1",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@ionic/react-router",
|
||||
"version": "7.0.0-rc.0",
|
||||
"version": "7.0.0-rc.1",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@ionic/react": "^7.0.0-rc.0",
|
||||
"@ionic/react": "^7.0.0-rc.1",
|
||||
"tslib": "*"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -205,12 +205,12 @@
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/@ionic/core": {
|
||||
"version": "7.0.0-rc.0",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.0-rc.0.tgz",
|
||||
"integrity": "sha512-WXPq8qNej2jh6sGNc9JXaieyq6x6UCrxaI5iVs6eXqLGn4P0gSWfCyej3RxNw3s9x7qU4s/I6rWuUobxeVOk7A==",
|
||||
"version": "7.0.0-rc.1",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.0-rc.1.tgz",
|
||||
"integrity": "sha512-lmJNq6EkPQC+keA/xtcvDTsRPaDbHdg8aAVpF16yyHY2GCk+o47dCluDgJrYpi/brhgQv4iSNL12TRLDZWRTXQ==",
|
||||
"dependencies": {
|
||||
"@stencil/core": "^3.1.0",
|
||||
"ionicons": "^6.1.1",
|
||||
"ionicons": "^7.0.0",
|
||||
"tslib": "^2.1.0"
|
||||
}
|
||||
},
|
||||
@@ -381,12 +381,12 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@ionic/react": {
|
||||
"version": "7.0.0-rc.0",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/react/-/react-7.0.0-rc.0.tgz",
|
||||
"integrity": "sha512-vU8SKRtCS4+s25vcbnVavmJAPv47qYz3UJ7F8zObN/vRQUqftKH2X1tGl0vmwTAgfaHiBSgElzY8DzxfBDA4YQ==",
|
||||
"version": "7.0.0-rc.1",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/react/-/react-7.0.0-rc.1.tgz",
|
||||
"integrity": "sha512-naD/rToPOSZv06GnVsan1qFUIhEneRL4/e7Sh1LBFMadVleNZHXDK16ZppwD3gIYFSZDSZ2uuIRQ513W8OqRqw==",
|
||||
"dependencies": {
|
||||
"@ionic/core": "7.0.0-rc.0",
|
||||
"ionicons": "^6.1.3",
|
||||
"@ionic/core": "7.0.0-rc.1",
|
||||
"ionicons": "^7.0.0",
|
||||
"tslib": "*"
|
||||
},
|
||||
"peerDependencies": {
|
||||
@@ -2161,9 +2161,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/ionicons": {
|
||||
"version": "6.1.3",
|
||||
"resolved": "https://registry.npmjs.org/ionicons/-/ionicons-6.1.3.tgz",
|
||||
"integrity": "sha512-ptzz38dd/Yq+PgjhXegh7yhb/SLIk1bvL9vQDtLv1aoSc7alO6mX2DIMgcKYzt9vrNWkRu1f9Jr78zIFFyOXqw==",
|
||||
"version": "7.0.0",
|
||||
"resolved": "https://registry.npmjs.org/ionicons/-/ionicons-7.0.0.tgz",
|
||||
"integrity": "sha512-5G9gBxaUfJm0aAr/Kg5Eb/d7d+pMC65yiHjlkGATLrHSZgAzlc9l6ho0dCSdfq3wGef2QiZeNsvyChPVggfXwQ==",
|
||||
"dependencies": {
|
||||
"@stencil/core": "^2.18.0"
|
||||
}
|
||||
@@ -3642,12 +3642,12 @@
|
||||
"dev": true
|
||||
},
|
||||
"@ionic/core": {
|
||||
"version": "7.0.0-rc.0",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.0-rc.0.tgz",
|
||||
"integrity": "sha512-WXPq8qNej2jh6sGNc9JXaieyq6x6UCrxaI5iVs6eXqLGn4P0gSWfCyej3RxNw3s9x7qU4s/I6rWuUobxeVOk7A==",
|
||||
"version": "7.0.0-rc.1",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.0-rc.1.tgz",
|
||||
"integrity": "sha512-lmJNq6EkPQC+keA/xtcvDTsRPaDbHdg8aAVpF16yyHY2GCk+o47dCluDgJrYpi/brhgQv4iSNL12TRLDZWRTXQ==",
|
||||
"requires": {
|
||||
"@stencil/core": "^3.1.0",
|
||||
"ionicons": "^6.1.1",
|
||||
"ionicons": "^7.0.0",
|
||||
"tslib": "^2.1.0"
|
||||
}
|
||||
},
|
||||
@@ -3748,12 +3748,12 @@
|
||||
"requires": {}
|
||||
},
|
||||
"@ionic/react": {
|
||||
"version": "7.0.0-rc.0",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/react/-/react-7.0.0-rc.0.tgz",
|
||||
"integrity": "sha512-vU8SKRtCS4+s25vcbnVavmJAPv47qYz3UJ7F8zObN/vRQUqftKH2X1tGl0vmwTAgfaHiBSgElzY8DzxfBDA4YQ==",
|
||||
"version": "7.0.0-rc.1",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/react/-/react-7.0.0-rc.1.tgz",
|
||||
"integrity": "sha512-naD/rToPOSZv06GnVsan1qFUIhEneRL4/e7Sh1LBFMadVleNZHXDK16ZppwD3gIYFSZDSZ2uuIRQ513W8OqRqw==",
|
||||
"requires": {
|
||||
"@ionic/core": "7.0.0-rc.0",
|
||||
"ionicons": "^6.1.3",
|
||||
"@ionic/core": "7.0.0-rc.1",
|
||||
"ionicons": "^7.0.0",
|
||||
"tslib": "*"
|
||||
}
|
||||
},
|
||||
@@ -5001,9 +5001,9 @@
|
||||
}
|
||||
},
|
||||
"ionicons": {
|
||||
"version": "6.1.3",
|
||||
"resolved": "https://registry.npmjs.org/ionicons/-/ionicons-6.1.3.tgz",
|
||||
"integrity": "sha512-ptzz38dd/Yq+PgjhXegh7yhb/SLIk1bvL9vQDtLv1aoSc7alO6mX2DIMgcKYzt9vrNWkRu1f9Jr78zIFFyOXqw==",
|
||||
"version": "7.0.0",
|
||||
"resolved": "https://registry.npmjs.org/ionicons/-/ionicons-7.0.0.tgz",
|
||||
"integrity": "sha512-5G9gBxaUfJm0aAr/Kg5Eb/d7d+pMC65yiHjlkGATLrHSZgAzlc9l6ho0dCSdfq3wGef2QiZeNsvyChPVggfXwQ==",
|
||||
"requires": {
|
||||
"@stencil/core": "^2.18.0"
|
||||
},
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ionic/react-router",
|
||||
"version": "7.0.0-rc.0",
|
||||
"version": "7.0.0-rc.1",
|
||||
"description": "React Router wrapper for @ionic/react",
|
||||
"keywords": [
|
||||
"ionic",
|
||||
@@ -37,7 +37,7 @@
|
||||
"dist/"
|
||||
],
|
||||
"dependencies": {
|
||||
"@ionic/react": "^7.0.0-rc.0",
|
||||
"@ionic/react": "^7.0.0-rc.1",
|
||||
"tslib": "*"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
@@ -3,6 +3,17 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [7.0.0-rc.1](https://github.com/ionic-team/ionic/compare/v7.0.0-rc.0...v7.0.0-rc.1) (2023-03-08)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **many:** add aria-hidden to decorative icons ([#26922](https://github.com/ionic-team/ionic/issues/26922)) ([78303dc](https://github.com/ionic-team/ionic/commit/78303dccaa2b3e7e6fb107a5c0f0f213d8e39a7c))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [6.6.1](https://github.com/ionic-team/ionic/compare/v6.6.0...v6.6.1) (2023-03-08)
|
||||
|
||||
|
||||
|
||||
57
packages/react/package-lock.json
generated
57
packages/react/package-lock.json
generated
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"name": "@ionic/react",
|
||||
"version": "7.0.0-rc.0",
|
||||
"version": "7.0.0-rc.1",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@ionic/react",
|
||||
"version": "7.0.0-rc.0",
|
||||
"version": "7.0.0-rc.1",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@ionic/core": "^7.0.0-rc.0",
|
||||
"@ionic/core": "^7.0.0-rc.1",
|
||||
"ionicons": "^7.0.0",
|
||||
"tslib": "*"
|
||||
},
|
||||
@@ -697,12 +697,12 @@
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/@ionic/core": {
|
||||
"version": "7.0.0-rc.0",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.0-rc.0.tgz",
|
||||
"integrity": "sha512-WXPq8qNej2jh6sGNc9JXaieyq6x6UCrxaI5iVs6eXqLGn4P0gSWfCyej3RxNw3s9x7qU4s/I6rWuUobxeVOk7A==",
|
||||
"version": "7.0.0-rc.1",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.0-rc.1.tgz",
|
||||
"integrity": "sha512-lmJNq6EkPQC+keA/xtcvDTsRPaDbHdg8aAVpF16yyHY2GCk+o47dCluDgJrYpi/brhgQv4iSNL12TRLDZWRTXQ==",
|
||||
"dependencies": {
|
||||
"@stencil/core": "^3.1.0",
|
||||
"ionicons": "^6.1.1",
|
||||
"ionicons": "^7.0.0",
|
||||
"tslib": "^2.1.0"
|
||||
}
|
||||
},
|
||||
@@ -718,26 +718,6 @@
|
||||
"npm": ">=6.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@ionic/core/node_modules/ionicons": {
|
||||
"version": "6.1.3",
|
||||
"resolved": "https://registry.npmjs.org/ionicons/-/ionicons-6.1.3.tgz",
|
||||
"integrity": "sha512-ptzz38dd/Yq+PgjhXegh7yhb/SLIk1bvL9vQDtLv1aoSc7alO6mX2DIMgcKYzt9vrNWkRu1f9Jr78zIFFyOXqw==",
|
||||
"dependencies": {
|
||||
"@stencil/core": "^2.18.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@ionic/core/node_modules/ionicons/node_modules/@stencil/core": {
|
||||
"version": "2.22.2",
|
||||
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.22.2.tgz",
|
||||
"integrity": "sha512-r+vbxsGNcBaV1VDOYW25lv4QfXTlNoIb5GpUX7rZ+cr59yqYCZC5tlV+IzX6YgHKW62ulCc9M3RYtTfHtNbNNw==",
|
||||
"bin": {
|
||||
"stencil": "bin/stencil"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=12.10.0",
|
||||
"npm": ">=6.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@ionic/eslint-config": {
|
||||
"version": "0.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/eslint-config/-/eslint-config-0.3.0.tgz",
|
||||
@@ -11797,12 +11777,12 @@
|
||||
"dev": true
|
||||
},
|
||||
"@ionic/core": {
|
||||
"version": "7.0.0-rc.0",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.0-rc.0.tgz",
|
||||
"integrity": "sha512-WXPq8qNej2jh6sGNc9JXaieyq6x6UCrxaI5iVs6eXqLGn4P0gSWfCyej3RxNw3s9x7qU4s/I6rWuUobxeVOk7A==",
|
||||
"version": "7.0.0-rc.1",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.0-rc.1.tgz",
|
||||
"integrity": "sha512-lmJNq6EkPQC+keA/xtcvDTsRPaDbHdg8aAVpF16yyHY2GCk+o47dCluDgJrYpi/brhgQv4iSNL12TRLDZWRTXQ==",
|
||||
"requires": {
|
||||
"@stencil/core": "^3.1.0",
|
||||
"ionicons": "^6.1.1",
|
||||
"ionicons": "^7.0.0",
|
||||
"tslib": "^2.1.0"
|
||||
},
|
||||
"dependencies": {
|
||||
@@ -11810,21 +11790,6 @@
|
||||
"version": "3.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.1.0.tgz",
|
||||
"integrity": "sha512-Zfe+evaw9m2L/HkTO97Hu8go2ThXrObyWkVqa7V3HjTnq+8TUd/nwld9PC0bOItC/eyMRXsWHdEDCpJAZ1tEVQ=="
|
||||
},
|
||||
"ionicons": {
|
||||
"version": "6.1.3",
|
||||
"resolved": "https://registry.npmjs.org/ionicons/-/ionicons-6.1.3.tgz",
|
||||
"integrity": "sha512-ptzz38dd/Yq+PgjhXegh7yhb/SLIk1bvL9vQDtLv1aoSc7alO6mX2DIMgcKYzt9vrNWkRu1f9Jr78zIFFyOXqw==",
|
||||
"requires": {
|
||||
"@stencil/core": "^2.18.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@stencil/core": {
|
||||
"version": "2.22.2",
|
||||
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.22.2.tgz",
|
||||
"integrity": "sha512-r+vbxsGNcBaV1VDOYW25lv4QfXTlNoIb5GpUX7rZ+cr59yqYCZC5tlV+IzX6YgHKW62ulCc9M3RYtTfHtNbNNw=="
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ionic/react",
|
||||
"version": "7.0.0-rc.0",
|
||||
"version": "7.0.0-rc.1",
|
||||
"description": "React specific wrapper for @ionic/core",
|
||||
"keywords": [
|
||||
"ionic",
|
||||
@@ -41,7 +41,7 @@
|
||||
"css/"
|
||||
],
|
||||
"dependencies": {
|
||||
"@ionic/core": "^7.0.0-rc.0",
|
||||
"@ionic/core": "^7.0.0-rc.1",
|
||||
"ionicons": "^7.0.0",
|
||||
"tslib": "*"
|
||||
},
|
||||
|
||||
@@ -3,6 +3,13 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [7.0.0-rc.1](https://github.com/ionic-team/ionic/compare/v7.0.0-rc.0...v7.0.0-rc.1) (2023-03-08)
|
||||
|
||||
**Note:** Version bump only for package @ionic/vue-router
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [6.6.1](https://github.com/ionic-team/ionic/compare/v6.6.0...v6.6.1) (2023-03-08)
|
||||
|
||||
|
||||
54
packages/vue-router/package-lock.json
generated
54
packages/vue-router/package-lock.json
generated
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"name": "@ionic/vue-router",
|
||||
"version": "7.0.0-rc.0",
|
||||
"version": "7.0.0-rc.1",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@ionic/vue-router",
|
||||
"version": "7.0.0-rc.0",
|
||||
"version": "7.0.0-rc.1",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@ionic/vue": "^7.0.0-rc.0"
|
||||
"@ionic/vue": "^7.0.0-rc.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ionic/eslint-config": "^0.3.0",
|
||||
@@ -660,12 +660,12 @@
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/@ionic/core": {
|
||||
"version": "7.0.0-rc.0",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.0-rc.0.tgz",
|
||||
"integrity": "sha512-WXPq8qNej2jh6sGNc9JXaieyq6x6UCrxaI5iVs6eXqLGn4P0gSWfCyej3RxNw3s9x7qU4s/I6rWuUobxeVOk7A==",
|
||||
"version": "7.0.0-rc.1",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.0-rc.1.tgz",
|
||||
"integrity": "sha512-lmJNq6EkPQC+keA/xtcvDTsRPaDbHdg8aAVpF16yyHY2GCk+o47dCluDgJrYpi/brhgQv4iSNL12TRLDZWRTXQ==",
|
||||
"dependencies": {
|
||||
"@stencil/core": "^3.1.0",
|
||||
"ionicons": "^6.1.1",
|
||||
"ionicons": "^7.0.0",
|
||||
"tslib": "^2.1.0"
|
||||
}
|
||||
},
|
||||
@@ -851,12 +851,12 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@ionic/vue": {
|
||||
"version": "7.0.0-rc.0",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-7.0.0-rc.0.tgz",
|
||||
"integrity": "sha512-TjfsI6NL3NRpgDN8xHNwRADzY/W/ApuypoFlE5vHcRWKypStUS4db4tMfrBFfowLeSqXQoivkDfRzFBqQ06fUg==",
|
||||
"version": "7.0.0-rc.1",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-7.0.0-rc.1.tgz",
|
||||
"integrity": "sha512-m/ZcA9g5o3jYMbe36OuM2WQn6jEBz7gPY+m7VWz0xcPNYXZvz7dbvV4J36Hb/sko2pDJjWt0Z23aDKk1xyBGPg==",
|
||||
"dependencies": {
|
||||
"@ionic/core": "7.0.0-rc.0",
|
||||
"ionicons": "^6.1.3"
|
||||
"@ionic/core": "7.0.0-rc.1",
|
||||
"ionicons": "^7.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@istanbuljs/load-nyc-config": {
|
||||
@@ -4066,9 +4066,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/ionicons": {
|
||||
"version": "6.1.3",
|
||||
"resolved": "https://registry.npmjs.org/ionicons/-/ionicons-6.1.3.tgz",
|
||||
"integrity": "sha512-ptzz38dd/Yq+PgjhXegh7yhb/SLIk1bvL9vQDtLv1aoSc7alO6mX2DIMgcKYzt9vrNWkRu1f9Jr78zIFFyOXqw==",
|
||||
"version": "7.0.0",
|
||||
"resolved": "https://registry.npmjs.org/ionicons/-/ionicons-7.0.0.tgz",
|
||||
"integrity": "sha512-5G9gBxaUfJm0aAr/Kg5Eb/d7d+pMC65yiHjlkGATLrHSZgAzlc9l6ho0dCSdfq3wGef2QiZeNsvyChPVggfXwQ==",
|
||||
"dependencies": {
|
||||
"@stencil/core": "^2.18.0"
|
||||
}
|
||||
@@ -7677,12 +7677,12 @@
|
||||
"dev": true
|
||||
},
|
||||
"@ionic/core": {
|
||||
"version": "7.0.0-rc.0",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.0-rc.0.tgz",
|
||||
"integrity": "sha512-WXPq8qNej2jh6sGNc9JXaieyq6x6UCrxaI5iVs6eXqLGn4P0gSWfCyej3RxNw3s9x7qU4s/I6rWuUobxeVOk7A==",
|
||||
"version": "7.0.0-rc.1",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.0-rc.1.tgz",
|
||||
"integrity": "sha512-lmJNq6EkPQC+keA/xtcvDTsRPaDbHdg8aAVpF16yyHY2GCk+o47dCluDgJrYpi/brhgQv4iSNL12TRLDZWRTXQ==",
|
||||
"requires": {
|
||||
"@stencil/core": "^3.1.0",
|
||||
"ionicons": "^6.1.1",
|
||||
"ionicons": "^7.0.0",
|
||||
"tslib": "^2.1.0"
|
||||
}
|
||||
},
|
||||
@@ -7792,12 +7792,12 @@
|
||||
"requires": {}
|
||||
},
|
||||
"@ionic/vue": {
|
||||
"version": "7.0.0-rc.0",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-7.0.0-rc.0.tgz",
|
||||
"integrity": "sha512-TjfsI6NL3NRpgDN8xHNwRADzY/W/ApuypoFlE5vHcRWKypStUS4db4tMfrBFfowLeSqXQoivkDfRzFBqQ06fUg==",
|
||||
"version": "7.0.0-rc.1",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-7.0.0-rc.1.tgz",
|
||||
"integrity": "sha512-m/ZcA9g5o3jYMbe36OuM2WQn6jEBz7gPY+m7VWz0xcPNYXZvz7dbvV4J36Hb/sko2pDJjWt0Z23aDKk1xyBGPg==",
|
||||
"requires": {
|
||||
"@ionic/core": "7.0.0-rc.0",
|
||||
"ionicons": "^6.1.3"
|
||||
"@ionic/core": "7.0.0-rc.1",
|
||||
"ionicons": "^7.0.0"
|
||||
}
|
||||
},
|
||||
"@istanbuljs/load-nyc-config": {
|
||||
@@ -10201,9 +10201,9 @@
|
||||
}
|
||||
},
|
||||
"ionicons": {
|
||||
"version": "6.1.3",
|
||||
"resolved": "https://registry.npmjs.org/ionicons/-/ionicons-6.1.3.tgz",
|
||||
"integrity": "sha512-ptzz38dd/Yq+PgjhXegh7yhb/SLIk1bvL9vQDtLv1aoSc7alO6mX2DIMgcKYzt9vrNWkRu1f9Jr78zIFFyOXqw==",
|
||||
"version": "7.0.0",
|
||||
"resolved": "https://registry.npmjs.org/ionicons/-/ionicons-7.0.0.tgz",
|
||||
"integrity": "sha512-5G9gBxaUfJm0aAr/Kg5Eb/d7d+pMC65yiHjlkGATLrHSZgAzlc9l6ho0dCSdfq3wGef2QiZeNsvyChPVggfXwQ==",
|
||||
"requires": {
|
||||
"@stencil/core": "^2.18.0"
|
||||
},
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ionic/vue-router",
|
||||
"version": "7.0.0-rc.0",
|
||||
"version": "7.0.0-rc.1",
|
||||
"description": "Vue Router integration for @ionic/vue",
|
||||
"scripts": {
|
||||
"test.spec": "jest",
|
||||
@@ -45,7 +45,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/ionic-team/ionic#readme",
|
||||
"dependencies": {
|
||||
"@ionic/vue": "^7.0.0-rc.0"
|
||||
"@ionic/vue": "^7.0.0-rc.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ionic/eslint-config": "^0.3.0",
|
||||
|
||||
@@ -3,6 +3,18 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [7.0.0-rc.1](https://github.com/ionic-team/ionic/compare/v7.0.0-rc.0...v7.0.0-rc.1) (2023-03-08)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **many:** add aria-hidden to decorative icons ([#26922](https://github.com/ionic-team/ionic/issues/26922)) ([78303dc](https://github.com/ionic-team/ionic/commit/78303dccaa2b3e7e6fb107a5c0f0f213d8e39a7c))
|
||||
* **vue:** input components update refs on ionInput ([#26876](https://github.com/ionic-team/ionic/issues/26876)) ([7d9ce74](https://github.com/ionic-team/ionic/commit/7d9ce7420a4c041a6d21041c15680e809cd55e8d)), closes [#26700](https://github.com/ionic-team/ionic/issues/26700)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [6.6.1](https://github.com/ionic-team/ionic/compare/v6.6.0...v6.6.1) (2023-03-08)
|
||||
|
||||
**Note:** Version bump only for package @ionic/vue
|
||||
@@ -21,7 +33,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
||||
|
||||
# [7.0.0-beta.6](https://github.com/ionic-team/ionic/compare/v7.0.0-beta.5...v7.0.0-beta.6) (2023-03-01)
|
||||
|
||||
**Note:** Version bump only for package @ionic/vue]
|
||||
**Note:** Version bump only for package @ionic/vue
|
||||
|
||||
|
||||
|
||||
|
||||
57
packages/vue/package-lock.json
generated
57
packages/vue/package-lock.json
generated
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"name": "@ionic/vue",
|
||||
"version": "7.0.0-rc.0",
|
||||
"version": "7.0.0-rc.1",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@ionic/vue",
|
||||
"version": "7.0.0-rc.0",
|
||||
"version": "7.0.0-rc.1",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@ionic/core": "^7.0.0-rc.0",
|
||||
"@ionic/core": "^7.0.0-rc.1",
|
||||
"ionicons": "^7.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -208,12 +208,12 @@
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/@ionic/core": {
|
||||
"version": "7.0.0-rc.0",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.0-rc.0.tgz",
|
||||
"integrity": "sha512-WXPq8qNej2jh6sGNc9JXaieyq6x6UCrxaI5iVs6eXqLGn4P0gSWfCyej3RxNw3s9x7qU4s/I6rWuUobxeVOk7A==",
|
||||
"version": "7.0.0-rc.1",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.0-rc.1.tgz",
|
||||
"integrity": "sha512-lmJNq6EkPQC+keA/xtcvDTsRPaDbHdg8aAVpF16yyHY2GCk+o47dCluDgJrYpi/brhgQv4iSNL12TRLDZWRTXQ==",
|
||||
"dependencies": {
|
||||
"@stencil/core": "^3.1.0",
|
||||
"ionicons": "^6.1.1",
|
||||
"ionicons": "^7.0.0",
|
||||
"tslib": "^2.1.0"
|
||||
}
|
||||
},
|
||||
@@ -229,26 +229,6 @@
|
||||
"npm": ">=6.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@ionic/core/node_modules/ionicons": {
|
||||
"version": "6.1.3",
|
||||
"resolved": "https://registry.npmjs.org/ionicons/-/ionicons-6.1.3.tgz",
|
||||
"integrity": "sha512-ptzz38dd/Yq+PgjhXegh7yhb/SLIk1bvL9vQDtLv1aoSc7alO6mX2DIMgcKYzt9vrNWkRu1f9Jr78zIFFyOXqw==",
|
||||
"dependencies": {
|
||||
"@stencil/core": "^2.18.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@ionic/core/node_modules/ionicons/node_modules/@stencil/core": {
|
||||
"version": "2.22.2",
|
||||
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.22.2.tgz",
|
||||
"integrity": "sha512-r+vbxsGNcBaV1VDOYW25lv4QfXTlNoIb5GpUX7rZ+cr59yqYCZC5tlV+IzX6YgHKW62ulCc9M3RYtTfHtNbNNw==",
|
||||
"bin": {
|
||||
"stencil": "bin/stencil"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=12.10.0",
|
||||
"npm": ">=6.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@ionic/core/node_modules/tslib": {
|
||||
"version": "2.2.0",
|
||||
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz",
|
||||
@@ -3796,12 +3776,12 @@
|
||||
"dev": true
|
||||
},
|
||||
"@ionic/core": {
|
||||
"version": "7.0.0-rc.0",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.0-rc.0.tgz",
|
||||
"integrity": "sha512-WXPq8qNej2jh6sGNc9JXaieyq6x6UCrxaI5iVs6eXqLGn4P0gSWfCyej3RxNw3s9x7qU4s/I6rWuUobxeVOk7A==",
|
||||
"version": "7.0.0-rc.1",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.0-rc.1.tgz",
|
||||
"integrity": "sha512-lmJNq6EkPQC+keA/xtcvDTsRPaDbHdg8aAVpF16yyHY2GCk+o47dCluDgJrYpi/brhgQv4iSNL12TRLDZWRTXQ==",
|
||||
"requires": {
|
||||
"@stencil/core": "^3.1.0",
|
||||
"ionicons": "^6.1.1",
|
||||
"ionicons": "^7.0.0",
|
||||
"tslib": "^2.1.0"
|
||||
},
|
||||
"dependencies": {
|
||||
@@ -3810,21 +3790,6 @@
|
||||
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.1.0.tgz",
|
||||
"integrity": "sha512-Zfe+evaw9m2L/HkTO97Hu8go2ThXrObyWkVqa7V3HjTnq+8TUd/nwld9PC0bOItC/eyMRXsWHdEDCpJAZ1tEVQ=="
|
||||
},
|
||||
"ionicons": {
|
||||
"version": "6.1.3",
|
||||
"resolved": "https://registry.npmjs.org/ionicons/-/ionicons-6.1.3.tgz",
|
||||
"integrity": "sha512-ptzz38dd/Yq+PgjhXegh7yhb/SLIk1bvL9vQDtLv1aoSc7alO6mX2DIMgcKYzt9vrNWkRu1f9Jr78zIFFyOXqw==",
|
||||
"requires": {
|
||||
"@stencil/core": "^2.18.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@stencil/core": {
|
||||
"version": "2.22.2",
|
||||
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.22.2.tgz",
|
||||
"integrity": "sha512-r+vbxsGNcBaV1VDOYW25lv4QfXTlNoIb5GpUX7rZ+cr59yqYCZC5tlV+IzX6YgHKW62ulCc9M3RYtTfHtNbNNw=="
|
||||
}
|
||||
}
|
||||
},
|
||||
"tslib": {
|
||||
"version": "2.2.0",
|
||||
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ionic/vue",
|
||||
"version": "7.0.0-rc.0",
|
||||
"version": "7.0.0-rc.1",
|
||||
"description": "Vue specific wrapper for @ionic/core",
|
||||
"scripts": {
|
||||
"eslint": "eslint src",
|
||||
@@ -67,7 +67,7 @@
|
||||
"vue-router": "^4.0.16"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ionic/core": "^7.0.0-rc.0",
|
||||
"@ionic/core": "^7.0.0-rc.1",
|
||||
"ionicons": "^7.0.0"
|
||||
},
|
||||
"vetur": {
|
||||
|
||||
Reference in New Issue
Block a user