mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
merge release-6.0.0-beta.7
Release 6.0.0 beta.7
This commit is contained in:
27
CHANGELOG.md
27
CHANGELOG.md
@@ -1,3 +1,30 @@
|
||||
# [6.0.0-beta.7](https://github.com/ionic-team/ionic/compare/v5.8.2...v6.0.0-beta.7) (2021-10-06)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **datetime:** ionBlur and ionFocus now fires correctly ([#23980](https://github.com/ionic-team/ionic/issues/23980)) ([86a77bd](https://github.com/ionic-team/ionic/commit/86a77bd379c6dca57d5feb9694d18afe6d82934d))
|
||||
* **datetime:** ionChange is no longer called for out of range dates ([#23940](https://github.com/ionic-team/ionic/issues/23940)) ([ea39c6e](https://github.com/ionic-team/ionic/commit/ea39c6e5b3781ceb4c87277cf4a5e0be9c75bc20)), closes [#23939](https://github.com/ionic-team/ionic/issues/23939)
|
||||
* **datetime:** time picker uses new iOS 15 style ([#23996](https://github.com/ionic-team/ionic/issues/23996)) ([0ab37b5](https://github.com/ionic-team/ionic/commit/0ab37b5061728bd60fd42781645b96add130a79f)), closes [#23768](https://github.com/ionic-team/ionic/issues/23768)
|
||||
* **modal:** backdropBreakpoint is now an exclusive value ([#23954](https://github.com/ionic-team/ionic/issues/23954)) ([ed455ab](https://github.com/ionic-team/ionic/commit/ed455ab4c6df73f801a3c941da21261c205c9634))
|
||||
* **react:** ensure inline modal content is visible ([#23968](https://github.com/ionic-team/ionic/issues/23968)) ([285a371](https://github.com/ionic-team/ionic/commit/285a371101e714e74d6df68701cbee9dfe23605e))
|
||||
* **reorder-group:** wait for content to render before getting scroll position ([#24007](https://github.com/ionic-team/ionic/issues/24007)) ([225a278](https://github.com/ionic-team/ionic/commit/225a2787407c5ce68a953ee3448647d00af26517)), closes [#23875](https://github.com/ionic-team/ionic/issues/23875)
|
||||
* **select:** ensure popover options with number values are searched for correctly ([#23998](https://github.com/ionic-team/ionic/issues/23998)) ([c204083](https://github.com/ionic-team/ionic/commit/c20408369bd332b5e225a3d50ec94978f6f5ec97))
|
||||
* **select:** focus selected item in popovers ([#23991](https://github.com/ionic-team/ionic/issues/23991)) ([2497a53](https://github.com/ionic-team/ionic/commit/2497a53255dc43052755bba842dfcf556d930dcd))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **all:** add CustomEvents types to components that emit events ([#23956](https://github.com/ionic-team/ionic/issues/23956)) ([8708095](https://github.com/ionic-team/ionic/commit/87080951112a409893a4bac2def1deca06642b16)), closes [#22925](https://github.com/ionic-team/ionic/issues/22925)
|
||||
* **header, footer:** add ios fading header style ([#24011](https://github.com/ionic-team/ionic/issues/24011)) ([7ce3959](https://github.com/ionic-team/ionic/commit/7ce3959b66a08e980c7dac3bb7d7df6bf0ae874e))
|
||||
|
||||
|
||||
### BREAKING CHANGES
|
||||
|
||||
* **radio:** The `RadioChangeEventDetail` interface has been removed in favor of `RadioGroupChangeEventDetail`.
|
||||
|
||||
|
||||
|
||||
## [5.8.2](https://github.com/ionic-team/ionic/compare/v5.8.1...v5.8.2) (2021-10-06)
|
||||
|
||||
|
||||
|
||||
18
angular/package-lock.json
generated
18
angular/package-lock.json
generated
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"name": "@ionic/angular",
|
||||
"version": "6.0.0-beta.6",
|
||||
"version": "6.0.0-beta.7",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@ionic/angular",
|
||||
"version": "6.0.0-beta.6",
|
||||
"version": "6.0.0-beta.7",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@ionic/core": "6.0.0-beta.5",
|
||||
"@ionic/core": "6.0.0-beta.6",
|
||||
"tslib": "^1.9.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -204,9 +204,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@ionic/core": {
|
||||
"version": "6.0.0-beta.5",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0-beta.5.tgz",
|
||||
"integrity": "sha512-RLK/ir4RMiAvn0gmHDCcnN4i1YvsSH1X1Ymgxayj9ePg7F0VhKepXNHHcglCBxeqPY5L8HYf6f5EdzFCzFXZfQ==",
|
||||
"version": "6.0.0-beta.6",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0-beta.6.tgz",
|
||||
"integrity": "sha512-AvZevAf++g0bdBoiqNl38A2i2XKIDMa4c8EDNtrCiHaro2phqv/5q2zvS2XszL67FuRi8rP8EmWSmF/NKO/FQw==",
|
||||
"dependencies": {
|
||||
"@stencil/core": "^2.6.0",
|
||||
"ionicons": "^5.5.1",
|
||||
@@ -5156,9 +5156,9 @@
|
||||
}
|
||||
},
|
||||
"@ionic/core": {
|
||||
"version": "6.0.0-beta.5",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0-beta.5.tgz",
|
||||
"integrity": "sha512-RLK/ir4RMiAvn0gmHDCcnN4i1YvsSH1X1Ymgxayj9ePg7F0VhKepXNHHcglCBxeqPY5L8HYf6f5EdzFCzFXZfQ==",
|
||||
"version": "6.0.0-beta.6",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0-beta.6.tgz",
|
||||
"integrity": "sha512-AvZevAf++g0bdBoiqNl38A2i2XKIDMa4c8EDNtrCiHaro2phqv/5q2zvS2XszL67FuRi8rP8EmWSmF/NKO/FQw==",
|
||||
"requires": {
|
||||
"@stencil/core": "^2.6.0",
|
||||
"ionicons": "^5.5.1",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ionic/angular",
|
||||
"version": "6.0.0-beta.6",
|
||||
"version": "6.0.0-beta.7",
|
||||
"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": "6.0.0-beta.6",
|
||||
"@ionic/core": "6.0.0-beta.7",
|
||||
"tslib": "^1.9.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
4
core/package-lock.json
generated
4
core/package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@ionic/core",
|
||||
"version": "6.0.0-beta.6",
|
||||
"version": "6.0.0-beta.7",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@ionic/core",
|
||||
"version": "6.0.0-beta.6",
|
||||
"version": "6.0.0-beta.7",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@stencil/core": "^2.6.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ionic/core",
|
||||
"version": "6.0.0-beta.6",
|
||||
"version": "6.0.0-beta.7",
|
||||
"description": "Base components for Ionic",
|
||||
"keywords": [
|
||||
"ionic",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ionic/docs",
|
||||
"version": "6.0.0-beta.6",
|
||||
"version": "6.0.0-beta.7",
|
||||
"description": "Pre-packaged API documentation for the Ionic docs.",
|
||||
"main": "core.json",
|
||||
"types": "core.d.ts",
|
||||
|
||||
18
packages/angular-server/package-lock.json
generated
18
packages/angular-server/package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@ionic/angular-server",
|
||||
"version": "6.0.0-beta.6",
|
||||
"version": "6.0.0-beta.7",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@ionic/angular-server",
|
||||
"version": "6.0.0-beta.6",
|
||||
"version": "6.0.0-beta.7",
|
||||
"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": "6.0.0-beta.5",
|
||||
"@ionic/core": "6.0.0-beta.6",
|
||||
"ng-packagr": "5.7.1",
|
||||
"tslint": "^5.12.1",
|
||||
"tslint-ionic-rules": "0.0.21",
|
||||
@@ -137,9 +137,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@ionic/core": {
|
||||
"version": "6.0.0-beta.5",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0-beta.5.tgz",
|
||||
"integrity": "sha512-RLK/ir4RMiAvn0gmHDCcnN4i1YvsSH1X1Ymgxayj9ePg7F0VhKepXNHHcglCBxeqPY5L8HYf6f5EdzFCzFXZfQ==",
|
||||
"version": "6.0.0-beta.6",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0-beta.6.tgz",
|
||||
"integrity": "sha512-AvZevAf++g0bdBoiqNl38A2i2XKIDMa4c8EDNtrCiHaro2phqv/5q2zvS2XszL67FuRi8rP8EmWSmF/NKO/FQw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@stencil/core": "^2.6.0",
|
||||
@@ -5424,9 +5424,9 @@
|
||||
}
|
||||
},
|
||||
"@ionic/core": {
|
||||
"version": "6.0.0-beta.5",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0-beta.5.tgz",
|
||||
"integrity": "sha512-RLK/ir4RMiAvn0gmHDCcnN4i1YvsSH1X1Ymgxayj9ePg7F0VhKepXNHHcglCBxeqPY5L8HYf6f5EdzFCzFXZfQ==",
|
||||
"version": "6.0.0-beta.6",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0-beta.6.tgz",
|
||||
"integrity": "sha512-AvZevAf++g0bdBoiqNl38A2i2XKIDMa4c8EDNtrCiHaro2phqv/5q2zvS2XszL67FuRi8rP8EmWSmF/NKO/FQw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@stencil/core": "^2.6.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ionic/angular-server",
|
||||
"version": "6.0.0-beta.6",
|
||||
"version": "6.0.0-beta.7",
|
||||
"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": "6.0.0-beta.6",
|
||||
"@ionic/core": "6.0.0-beta.7",
|
||||
"ng-packagr": "5.7.1",
|
||||
"tslint": "^5.12.1",
|
||||
"tslint-ionic-rules": "0.0.21",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ionic/react-router",
|
||||
"version": "6.0.0-beta.6",
|
||||
"version": "6.0.0-beta.7",
|
||||
"description": "React Router wrapper for @ionic/react",
|
||||
"keywords": [
|
||||
"ionic",
|
||||
@@ -38,15 +38,15 @@
|
||||
"tslib": "*"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@ionic/react": "6.0.0-beta.6",
|
||||
"@ionic/react": "6.0.0-beta.7",
|
||||
"react": ">=16.8.6",
|
||||
"react-dom": ">=16.8.6",
|
||||
"react-router": "^5.0.1",
|
||||
"react-router-dom": "^5.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ionic/core": "6.0.0-beta.6",
|
||||
"@ionic/react": "6.0.0-beta.6",
|
||||
"@ionic/core": "6.0.0-beta.7",
|
||||
"@ionic/react": "6.0.0-beta.7",
|
||||
"@rollup/plugin-node-resolve": "^8.1.0",
|
||||
"@types/node": "^14.0.14",
|
||||
"@types/react": "16.14.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ionic/react",
|
||||
"version": "6.0.0-beta.6",
|
||||
"version": "6.0.0-beta.7",
|
||||
"description": "React specific wrapper for @ionic/core",
|
||||
"keywords": [
|
||||
"ionic",
|
||||
@@ -39,7 +39,7 @@
|
||||
"css/"
|
||||
],
|
||||
"dependencies": {
|
||||
"@ionic/core": "6.0.0-beta.6",
|
||||
"@ionic/core": "6.0.0-beta.7",
|
||||
"ionicons": "^5.1.2",
|
||||
"tslib": "*"
|
||||
},
|
||||
|
||||
8
packages/vue-router/package-lock.json
generated
8
packages/vue-router/package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@ionic/vue-router",
|
||||
"version": "6.0.0-beta.6",
|
||||
"version": "6.0.0-beta.7",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@ionic/vue-router",
|
||||
"version": "6.0.0-beta.6",
|
||||
"version": "6.0.0-beta.7",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@ionic/vue": "5.4.1",
|
||||
@@ -23,7 +23,7 @@
|
||||
},
|
||||
"../../core": {
|
||||
"name": "@ionic/core",
|
||||
"version": "6.0.0-beta.5",
|
||||
"version": "6.0.0-beta.6",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
@@ -36,6 +36,7 @@
|
||||
"@jest/core": "^26.6.3",
|
||||
"@rollup/plugin-node-resolve": "^8.4.0",
|
||||
"@rollup/plugin-virtual": "^2.0.3",
|
||||
"@stencil/angular-output-target": "^0.2.0",
|
||||
"@stencil/react-output-target": "^0.1.0",
|
||||
"@stencil/sass": "1.3.2",
|
||||
"@stencil/vue-output-target": "^0.5.1",
|
||||
@@ -7289,6 +7290,7 @@
|
||||
"@jest/core": "^26.6.3",
|
||||
"@rollup/plugin-node-resolve": "^8.4.0",
|
||||
"@rollup/plugin-virtual": "^2.0.3",
|
||||
"@stencil/angular-output-target": "^0.2.0",
|
||||
"@stencil/core": "^2.6.0",
|
||||
"@stencil/react-output-target": "^0.1.0",
|
||||
"@stencil/sass": "1.3.2",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ionic/vue-router",
|
||||
"version": "6.0.0-beta.6",
|
||||
"version": "6.0.0-beta.7",
|
||||
"description": "Vue Router integration for @ionic/vue",
|
||||
"scripts": {
|
||||
"test.spec": "jest",
|
||||
|
||||
18
packages/vue/package-lock.json
generated
18
packages/vue/package-lock.json
generated
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"name": "@ionic/vue",
|
||||
"version": "6.0.0-beta.6",
|
||||
"version": "6.0.0-beta.7",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@ionic/vue",
|
||||
"version": "6.0.0-beta.6",
|
||||
"version": "6.0.0-beta.7",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@ionic/core": "6.0.0-beta.5",
|
||||
"@ionic/core": "6.0.0-beta.6",
|
||||
"ionicons": "^5.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -53,9 +53,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@ionic/core": {
|
||||
"version": "6.0.0-beta.5",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0-beta.5.tgz",
|
||||
"integrity": "sha512-RLK/ir4RMiAvn0gmHDCcnN4i1YvsSH1X1Ymgxayj9ePg7F0VhKepXNHHcglCBxeqPY5L8HYf6f5EdzFCzFXZfQ==",
|
||||
"version": "6.0.0-beta.6",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0-beta.6.tgz",
|
||||
"integrity": "sha512-AvZevAf++g0bdBoiqNl38A2i2XKIDMa4c8EDNtrCiHaro2phqv/5q2zvS2XszL67FuRi8rP8EmWSmF/NKO/FQw==",
|
||||
"dependencies": {
|
||||
"@stencil/core": "^2.6.0",
|
||||
"ionicons": "^5.5.1",
|
||||
@@ -633,9 +633,9 @@
|
||||
}
|
||||
},
|
||||
"@ionic/core": {
|
||||
"version": "6.0.0-beta.5",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0-beta.5.tgz",
|
||||
"integrity": "sha512-RLK/ir4RMiAvn0gmHDCcnN4i1YvsSH1X1Ymgxayj9ePg7F0VhKepXNHHcglCBxeqPY5L8HYf6f5EdzFCzFXZfQ==",
|
||||
"version": "6.0.0-beta.6",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0-beta.6.tgz",
|
||||
"integrity": "sha512-AvZevAf++g0bdBoiqNl38A2i2XKIDMa4c8EDNtrCiHaro2phqv/5q2zvS2XszL67FuRi8rP8EmWSmF/NKO/FQw==",
|
||||
"requires": {
|
||||
"@stencil/core": "^2.6.0",
|
||||
"ionicons": "^5.5.1",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ionic/vue",
|
||||
"version": "6.0.0-beta.6",
|
||||
"version": "6.0.0-beta.7",
|
||||
"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": "6.0.0-beta.6",
|
||||
"@ionic/core": "6.0.0-beta.7",
|
||||
"ionicons": "^5.1.2"
|
||||
},
|
||||
"vetur": {
|
||||
|
||||
Reference in New Issue
Block a user