diff --git a/CHANGELOG.md b/CHANGELOG.md index b8b4e57e82..e30cc315c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# [6.0.0-beta.5](https://github.com/ionic-team/ionic/compare/v6.0.0-beta.4...v6.0.0-beta.5) (2021-09-01) + + +### Bug Fixes + +* **angular:** overlay interfaces are now properly exported ([#23847](https://github.com/ionic-team/ionic/issues/23847)) ([c925274](https://github.com/ionic-team/ionic/commit/c925274c3bb22532a323b2a07771d7448f7de542)), closes [#23846](https://github.com/ionic-team/ionic/issues/23846) +* **datetime:** prevent vertical page scroll on interaction ([#23780](https://github.com/ionic-team/ionic/issues/23780)) ([950350a](https://github.com/ionic-team/ionic/commit/950350a948320f889589a0c9d2ec9045637215e5)), closes [#23554](https://github.com/ionic-team/ionic/issues/23554) +* **item:** form validation states are now properly shown ([#23853](https://github.com/ionic-team/ionic/issues/23853)) ([5ca2ce9](https://github.com/ionic-team/ionic/commit/5ca2ce91971408218d7bdc52509ce61a6ebb46aa)), closes [#23733](https://github.com/ionic-team/ionic/issues/23733) [#23850](https://github.com/ionic-team/ionic/issues/23850) +* **overlays:** thrown errors are no longer suppressed ([#23831](https://github.com/ionic-team/ionic/issues/23831)) ([a212eb5](https://github.com/ionic-team/ionic/commit/a212eb52599e35d3706e2d3cef751e490e3a7259)), closes [#22724](https://github.com/ionic-team/ionic/issues/22724) + + +### Features + +* **modal:** add bottom sheet functionality ([#23828](https://github.com/ionic-team/ionic/issues/23828)) ([12216d3](https://github.com/ionic-team/ionic/commit/12216d378df091e16fd77d271b107e819278481c)), closes [#21039](https://github.com/ionic-team/ionic/issues/21039) +* **popover:** add ability to pass event to present method ([#23827](https://github.com/ionic-team/ionic/issues/23827)) ([1d2ee92](https://github.com/ionic-team/ionic/commit/1d2ee92ca01b77bcf87c7783b50d59efcf0a402a)), closes [#23813](https://github.com/ionic-team/ionic/issues/23813) + + + # [5.7.0 Potassium](https://github.com/ionic-team/ionic/compare/v5.6.14...v5.7.0) (2021-09-01) diff --git a/angular/package-lock.json b/angular/package-lock.json index bceb8010db..04292f56c6 100644 --- a/angular/package-lock.json +++ b/angular/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/angular", - "version": "6.0.0-beta.4", + "version": "6.0.0-beta.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/angular", - "version": "6.0.0-beta.4", + "version": "6.0.0-beta.5", "license": "MIT", "dependencies": { - "@ionic/core": "6.0.0-beta.3", + "@ionic/core": "6.0.0-beta.4", "tslib": "^1.9.3" }, "devDependencies": { @@ -204,9 +204,9 @@ } }, "node_modules/@ionic/core": { - "version": "6.0.0-beta.3", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0-beta.3.tgz", - "integrity": "sha512-lkSjMPdNwkqJ2rJfyTEy8W9WyTTq+rpvci5ZBKXhqNCBdIhXRxBKNPDHjI8B2qbleEKAu05hJMUFMZTGFSDN8w==", + "version": "6.0.0-beta.4", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0-beta.4.tgz", + "integrity": "sha512-yjw0v/NTdxUiBwyWydwOliFHHxE8t5iQy3Sl3TVLlKV9Dx6xuSRHJAiFf+p57KUeST+M8EvDwdgIffLAT9U93g==", "dependencies": { "@stencil/core": "^2.6.0", "ionicons": "^5.5.1", @@ -5156,9 +5156,9 @@ } }, "@ionic/core": { - "version": "6.0.0-beta.3", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0-beta.3.tgz", - "integrity": "sha512-lkSjMPdNwkqJ2rJfyTEy8W9WyTTq+rpvci5ZBKXhqNCBdIhXRxBKNPDHjI8B2qbleEKAu05hJMUFMZTGFSDN8w==", + "version": "6.0.0-beta.4", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0-beta.4.tgz", + "integrity": "sha512-yjw0v/NTdxUiBwyWydwOliFHHxE8t5iQy3Sl3TVLlKV9Dx6xuSRHJAiFf+p57KUeST+M8EvDwdgIffLAT9U93g==", "requires": { "@stencil/core": "^2.6.0", "ionicons": "^5.5.1", diff --git a/angular/package.json b/angular/package.json index b6ad95e367..fb04772565 100644 --- a/angular/package.json +++ b/angular/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/angular", - "version": "6.0.0-beta.4", + "version": "6.0.0-beta.5", "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.4", + "@ionic/core": "6.0.0-beta.5", "tslib": "^1.9.3" }, "peerDependencies": { diff --git a/core/package-lock.json b/core/package-lock.json index fb6c3fe53a..8835419454 100644 --- a/core/package-lock.json +++ b/core/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ionic/core", - "version": "6.0.0-beta.4", + "version": "6.0.0-beta.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/core", - "version": "6.0.0-beta.4", + "version": "6.0.0-beta.5", "license": "MIT", "dependencies": { "@stencil/core": "^2.6.0", diff --git a/core/package.json b/core/package.json index 57a1c0a596..432c4b853a 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/core", - "version": "6.0.0-beta.4", + "version": "6.0.0-beta.5", "description": "Base components for Ionic", "keywords": [ "ionic", diff --git a/docs/package.json b/docs/package.json index 7f2170e0b4..a60bb7c869 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/docs", - "version": "6.0.0-beta.4", + "version": "6.0.0-beta.5", "description": "Pre-packaged API documentation for the Ionic docs.", "main": "core.json", "types": "core.d.ts", diff --git a/packages/angular-server/package-lock.json b/packages/angular-server/package-lock.json index 5478f38b4d..aa13f1cefc 100644 --- a/packages/angular-server/package-lock.json +++ b/packages/angular-server/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ionic/angular-server", - "version": "6.0.0-beta.4", + "version": "6.0.0-beta.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/angular-server", - "version": "6.0.0-beta.4", + "version": "6.0.0-beta.5", "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.3", + "@ionic/core": "6.0.0-beta.4", "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.3", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0-beta.3.tgz", - "integrity": "sha512-lkSjMPdNwkqJ2rJfyTEy8W9WyTTq+rpvci5ZBKXhqNCBdIhXRxBKNPDHjI8B2qbleEKAu05hJMUFMZTGFSDN8w==", + "version": "6.0.0-beta.4", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0-beta.4.tgz", + "integrity": "sha512-yjw0v/NTdxUiBwyWydwOliFHHxE8t5iQy3Sl3TVLlKV9Dx6xuSRHJAiFf+p57KUeST+M8EvDwdgIffLAT9U93g==", "dev": true, "dependencies": { "@stencil/core": "^2.6.0", @@ -5424,9 +5424,9 @@ } }, "@ionic/core": { - "version": "6.0.0-beta.3", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0-beta.3.tgz", - "integrity": "sha512-lkSjMPdNwkqJ2rJfyTEy8W9WyTTq+rpvci5ZBKXhqNCBdIhXRxBKNPDHjI8B2qbleEKAu05hJMUFMZTGFSDN8w==", + "version": "6.0.0-beta.4", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0-beta.4.tgz", + "integrity": "sha512-yjw0v/NTdxUiBwyWydwOliFHHxE8t5iQy3Sl3TVLlKV9Dx6xuSRHJAiFf+p57KUeST+M8EvDwdgIffLAT9U93g==", "dev": true, "requires": { "@stencil/core": "^2.6.0", diff --git a/packages/angular-server/package.json b/packages/angular-server/package.json index 7500ed09e7..05bc4936d6 100644 --- a/packages/angular-server/package.json +++ b/packages/angular-server/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/angular-server", - "version": "6.0.0-beta.4", + "version": "6.0.0-beta.5", "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.4", + "@ionic/core": "6.0.0-beta.5", "ng-packagr": "5.7.1", "tslint": "^5.12.1", "tslint-ionic-rules": "0.0.21", diff --git a/packages/react-router/package.json b/packages/react-router/package.json index c01f2c4aa1..7b4a77b6d0 100644 --- a/packages/react-router/package.json +++ b/packages/react-router/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/react-router", - "version": "6.0.0-beta.4", + "version": "6.0.0-beta.5", "description": "React Router wrapper for @ionic/react", "keywords": [ "ionic", @@ -39,15 +39,15 @@ "tslib": "*" }, "peerDependencies": { - "@ionic/react": "6.0.0-beta.4", + "@ionic/react": "6.0.0-beta.5", "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.4", - "@ionic/react": "6.0.0-beta.4", + "@ionic/core": "6.0.0-beta.5", + "@ionic/react": "6.0.0-beta.5", "@rollup/plugin-node-resolve": "^8.1.0", "@testing-library/jest-dom": "^5.11.6", "@testing-library/react": "^11.2.2", diff --git a/packages/react/package.json b/packages/react/package.json index dad3edbb18..891ca059ce 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/react", - "version": "6.0.0-beta.4", + "version": "6.0.0-beta.5", "description": "React specific wrapper for @ionic/core", "keywords": [ "ionic", @@ -39,7 +39,7 @@ "css/" ], "dependencies": { - "@ionic/core": "6.0.0-beta.4", + "@ionic/core": "6.0.0-beta.5", "ionicons": "^5.1.2", "tslib": "*" }, diff --git a/packages/vue-router/package-lock.json b/packages/vue-router/package-lock.json index b1792a2fc8..5ae8ea77b2 100644 --- a/packages/vue-router/package-lock.json +++ b/packages/vue-router/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ionic/vue-router", - "version": "6.0.0-beta.4", + "version": "6.0.0-beta.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/vue-router", - "version": "6.0.0-beta.4", + "version": "6.0.0-beta.5", "license": "MIT", "devDependencies": { "@ionic/vue": "5.4.1", @@ -23,7 +23,7 @@ }, "../../core": { "name": "@ionic/core", - "version": "6.0.0-beta.3", + "version": "6.0.0-beta.4", "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/react-output-target": "^0.0.12", "@stencil/sass": "1.3.2", "@stencil/vue-output-target": "^0.5.1", "@types/jest": "^26.0.20", @@ -7289,6 +7290,7 @@ "@rollup/plugin-node-resolve": "^8.4.0", "@rollup/plugin-virtual": "^2.0.3", "@stencil/core": "^2.6.0", + "@stencil/react-output-target": "^0.0.12", "@stencil/sass": "1.3.2", "@stencil/vue-output-target": "^0.5.1", "@types/jest": "^26.0.20", diff --git a/packages/vue-router/package.json b/packages/vue-router/package.json index 14313aa808..730bdaebdb 100644 --- a/packages/vue-router/package.json +++ b/packages/vue-router/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/vue-router", - "version": "6.0.0-beta.4", + "version": "6.0.0-beta.5", "description": "Vue Router integration for @ionic/vue", "scripts": { "test.spec": "jest", diff --git a/packages/vue/package-lock.json b/packages/vue/package-lock.json index 30edfdc9d6..a82202f971 100644 --- a/packages/vue/package-lock.json +++ b/packages/vue/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/vue", - "version": "6.0.0-beta.4", + "version": "6.0.0-beta.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/vue", - "version": "6.0.0-beta.4", + "version": "6.0.0-beta.5", "license": "MIT", "dependencies": { - "@ionic/core": "6.0.0-beta.3", + "@ionic/core": "6.0.0-beta.4", "ionicons": "^5.1.2" }, "devDependencies": { @@ -53,9 +53,9 @@ } }, "node_modules/@ionic/core": { - "version": "6.0.0-beta.3", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0-beta.3.tgz", - "integrity": "sha512-lkSjMPdNwkqJ2rJfyTEy8W9WyTTq+rpvci5ZBKXhqNCBdIhXRxBKNPDHjI8B2qbleEKAu05hJMUFMZTGFSDN8w==", + "version": "6.0.0-beta.4", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0-beta.4.tgz", + "integrity": "sha512-yjw0v/NTdxUiBwyWydwOliFHHxE8t5iQy3Sl3TVLlKV9Dx6xuSRHJAiFf+p57KUeST+M8EvDwdgIffLAT9U93g==", "dependencies": { "@stencil/core": "^2.6.0", "ionicons": "^5.5.1", @@ -633,9 +633,9 @@ } }, "@ionic/core": { - "version": "6.0.0-beta.3", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0-beta.3.tgz", - "integrity": "sha512-lkSjMPdNwkqJ2rJfyTEy8W9WyTTq+rpvci5ZBKXhqNCBdIhXRxBKNPDHjI8B2qbleEKAu05hJMUFMZTGFSDN8w==", + "version": "6.0.0-beta.4", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0-beta.4.tgz", + "integrity": "sha512-yjw0v/NTdxUiBwyWydwOliFHHxE8t5iQy3Sl3TVLlKV9Dx6xuSRHJAiFf+p57KUeST+M8EvDwdgIffLAT9U93g==", "requires": { "@stencil/core": "^2.6.0", "ionicons": "^5.5.1", diff --git a/packages/vue/package.json b/packages/vue/package.json index e0dc09e870..c579349d45 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/vue", - "version": "6.0.0-beta.4", + "version": "6.0.0-beta.5", "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.4", + "@ionic/core": "6.0.0-beta.5", "ionicons": "^5.1.2" }, "vetur": {