diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bce6e5d34..906b729732 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ +# [6.0.0-beta.6](https://github.com/ionic-team/ionic/compare/v6.0.0-beta.5...v6.0.0-beta.6) (2021-09-15) + + +### Bug Fixes + +* **menu:** add console error for incorrect usage of contentId ([#23871](https://github.com/ionic-team/ionic/issues/23871)) ([879ab8e](https://github.com/ionic-team/ionic/commit/879ab8ebdacc1468ed206701c00b60100dbab9e4)), closes [#23810](https://github.com/ionic-team/ionic/issues/23810) +* **modal:** add sheet modal properties for angular ([#23899](https://github.com/ionic-team/ionic/issues/23899)) ([d1763fc](https://github.com/ionic-team/ionic/commit/d1763fc8b56c8cb5272224ae0faaebfe3e516fdb)) +* **modal:** expose breakpoint props in ModalOptions interface ([#23867](https://github.com/ionic-team/ionic/issues/23867)) ([5fd80fd](https://github.com/ionic-team/ionic/commit/5fd80fd43885a5d0cd65f0eef4e0ff15e82c4fe0)), closes [#23866](https://github.com/ionic-team/ionic/issues/23866) +* **modal:** handle on sheet modal can now be turned off ([#23900](https://github.com/ionic-team/ionic/issues/23900)) ([e2d2ad6](https://github.com/ionic-team/ionic/commit/e2d2ad6f8eaf798c6f4b4a69f2b8176f0ac22d32)) +* **modal:** modal displays in middle of screen on desktop ([#23911](https://github.com/ionic-team/ionic/issues/23911)) ([9d87028](https://github.com/ionic-team/ionic/commit/9d87028e81723a0f1498c8cf231319676078eda0)) +* **modal:** sheet animation works correctly if breakpoints value does not include 1 ([#23927](https://github.com/ionic-team/ionic/issues/23927)) ([414f246](https://github.com/ionic-team/ionic/commit/414f24685cbc67a7fff142b7786d33ce1cd67a0c)) +* **modal:** sheet modal handle is now positioned correctly ([#23901](https://github.com/ionic-team/ionic/issues/23901)) ([58a4ba2](https://github.com/ionic-team/ionic/commit/58a4ba285389e45276df49a0b4a3412daa95e92c)) +* **modal:** sheet modal now accounts for safe area ([#23884](https://github.com/ionic-team/ionic/issues/23884)) ([195d817](https://github.com/ionic-team/ionic/commit/195d8179676155315f8532636b6371dd2a63e4b9)), closes [#23874](https://github.com/ionic-team/ionic/issues/23874) + + +### Features + +* **datetime:** add ability to select only month, year, or month and year ([#23913](https://github.com/ionic-team/ionic/issues/23913)) ([4ae44b7](https://github.com/ionic-team/ionic/commit/4ae44b7a236004738d593406d7b1236600bc6d95)) +* **datetime:** add clear button ([#23920](https://github.com/ionic-team/ionic/issues/23920)) ([18765e7](https://github.com/ionic-team/ionic/commit/18765e7e39b9f205f47f394d26d6ecc4b53e17ef)), closes [#17482](https://github.com/ionic-team/ionic/issues/17482) +* **platform:** add ability to override platform detection methods ([#23915](https://github.com/ionic-team/ionic/issues/23915)) ([45cabae](https://github.com/ionic-team/ionic/commit/45cabae04bf9236cd069793fbf2ac8f68c372cc3)), closes [#19737](https://github.com/ionic-team/ionic/issues/19737) +* **react:** add custom elements bundle ([#23896](https://github.com/ionic-team/ionic/issues/23896)) ([c50d895](https://github.com/ionic-team/ionic/commit/c50d895370a56d0809019dc59fe32ec840b72f03)) + + + # [5.8.0 Calcium](https://github.com/ionic-team/ionic/compare/v5.7.0...v5.8.0) (2021-09-15) diff --git a/angular/package-lock.json b/angular/package-lock.json index 04292f56c6..cf55382a25 100644 --- a/angular/package-lock.json +++ b/angular/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/angular", - "version": "6.0.0-beta.5", + "version": "6.0.0-beta.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/angular", - "version": "6.0.0-beta.5", + "version": "6.0.0-beta.6", "license": "MIT", "dependencies": { - "@ionic/core": "6.0.0-beta.4", + "@ionic/core": "6.0.0-beta.5", "tslib": "^1.9.3" }, "devDependencies": { @@ -204,9 +204,9 @@ } }, "node_modules/@ionic/core": { - "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==", + "version": "6.0.0-beta.5", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0-beta.5.tgz", + "integrity": "sha512-RLK/ir4RMiAvn0gmHDCcnN4i1YvsSH1X1Ymgxayj9ePg7F0VhKepXNHHcglCBxeqPY5L8HYf6f5EdzFCzFXZfQ==", "dependencies": { "@stencil/core": "^2.6.0", "ionicons": "^5.5.1", @@ -5156,9 +5156,9 @@ } }, "@ionic/core": { - "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==", + "version": "6.0.0-beta.5", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0-beta.5.tgz", + "integrity": "sha512-RLK/ir4RMiAvn0gmHDCcnN4i1YvsSH1X1Ymgxayj9ePg7F0VhKepXNHHcglCBxeqPY5L8HYf6f5EdzFCzFXZfQ==", "requires": { "@stencil/core": "^2.6.0", "ionicons": "^5.5.1", diff --git a/angular/package.json b/angular/package.json index fb04772565..1141828961 100644 --- a/angular/package.json +++ b/angular/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/angular", - "version": "6.0.0-beta.5", + "version": "6.0.0-beta.6", "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.5", + "@ionic/core": "6.0.0-beta.6", "tslib": "^1.9.3" }, "peerDependencies": { diff --git a/core/package-lock.json b/core/package-lock.json index d981e9bd63..257f937c85 100644 --- a/core/package-lock.json +++ b/core/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ionic/core", - "version": "6.0.0-beta.5", + "version": "6.0.0-beta.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/core", - "version": "6.0.0-beta.5", + "version": "6.0.0-beta.6", "license": "MIT", "dependencies": { "@stencil/core": "^2.6.0", diff --git a/core/package.json b/core/package.json index f6cd634c08..23fd29995f 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/core", - "version": "6.0.0-beta.5", + "version": "6.0.0-beta.6", "description": "Base components for Ionic", "keywords": [ "ionic", diff --git a/docs/package.json b/docs/package.json index a60bb7c869..e4861d75c6 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/docs", - "version": "6.0.0-beta.5", + "version": "6.0.0-beta.6", "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 aa13f1cefc..faca9ed32e 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.5", + "version": "6.0.0-beta.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/angular-server", - "version": "6.0.0-beta.5", + "version": "6.0.0-beta.6", "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.4", + "@ionic/core": "6.0.0-beta.5", "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.4", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0-beta.4.tgz", - "integrity": "sha512-yjw0v/NTdxUiBwyWydwOliFHHxE8t5iQy3Sl3TVLlKV9Dx6xuSRHJAiFf+p57KUeST+M8EvDwdgIffLAT9U93g==", + "version": "6.0.0-beta.5", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0-beta.5.tgz", + "integrity": "sha512-RLK/ir4RMiAvn0gmHDCcnN4i1YvsSH1X1Ymgxayj9ePg7F0VhKepXNHHcglCBxeqPY5L8HYf6f5EdzFCzFXZfQ==", "dev": true, "dependencies": { "@stencil/core": "^2.6.0", @@ -5424,9 +5424,9 @@ } }, "@ionic/core": { - "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==", + "version": "6.0.0-beta.5", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0-beta.5.tgz", + "integrity": "sha512-RLK/ir4RMiAvn0gmHDCcnN4i1YvsSH1X1Ymgxayj9ePg7F0VhKepXNHHcglCBxeqPY5L8HYf6f5EdzFCzFXZfQ==", "dev": true, "requires": { "@stencil/core": "^2.6.0", diff --git a/packages/angular-server/package.json b/packages/angular-server/package.json index 05bc4936d6..3eed48f14d 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.5", + "version": "6.0.0-beta.6", "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.5", + "@ionic/core": "6.0.0-beta.6", "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 b49c493bf3..0f6bfbae66 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.5", + "version": "6.0.0-beta.6", "description": "React Router wrapper for @ionic/react", "keywords": [ "ionic", @@ -38,15 +38,15 @@ "tslib": "*" }, "peerDependencies": { - "@ionic/react": "6.0.0-beta.5", + "@ionic/react": "6.0.0-beta.6", "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.5", - "@ionic/react": "6.0.0-beta.5", + "@ionic/core": "6.0.0-beta.6", + "@ionic/react": "6.0.0-beta.6", "@rollup/plugin-node-resolve": "^8.1.0", "@types/node": "^14.0.14", "@types/react": "16.14.0", diff --git a/packages/react/package.json b/packages/react/package.json index 891ca059ce..6593e01f10 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/react", - "version": "6.0.0-beta.5", + "version": "6.0.0-beta.6", "description": "React specific wrapper for @ionic/core", "keywords": [ "ionic", @@ -39,7 +39,7 @@ "css/" ], "dependencies": { - "@ionic/core": "6.0.0-beta.5", + "@ionic/core": "6.0.0-beta.6", "ionicons": "^5.1.2", "tslib": "*" }, diff --git a/packages/vue-router/package-lock.json b/packages/vue-router/package-lock.json index 5ae8ea77b2..b26b4211c8 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.5", + "version": "6.0.0-beta.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/vue-router", - "version": "6.0.0-beta.5", + "version": "6.0.0-beta.6", "license": "MIT", "devDependencies": { "@ionic/vue": "5.4.1", @@ -23,7 +23,7 @@ }, "../../core": { "name": "@ionic/core", - "version": "6.0.0-beta.4", + "version": "6.0.0-beta.5", "dev": true, "license": "MIT", "dependencies": { @@ -36,7 +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/react-output-target": "^0.1.0", "@stencil/sass": "1.3.2", "@stencil/vue-output-target": "^0.5.1", "@types/jest": "^26.0.20", @@ -7290,7 +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/react-output-target": "^0.1.0", "@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 730bdaebdb..941381f9cd 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.5", + "version": "6.0.0-beta.6", "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 a82202f971..eeb2714572 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.5", + "version": "6.0.0-beta.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/vue", - "version": "6.0.0-beta.5", + "version": "6.0.0-beta.6", "license": "MIT", "dependencies": { - "@ionic/core": "6.0.0-beta.4", + "@ionic/core": "6.0.0-beta.5", "ionicons": "^5.1.2" }, "devDependencies": { @@ -53,9 +53,9 @@ } }, "node_modules/@ionic/core": { - "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==", + "version": "6.0.0-beta.5", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0-beta.5.tgz", + "integrity": "sha512-RLK/ir4RMiAvn0gmHDCcnN4i1YvsSH1X1Ymgxayj9ePg7F0VhKepXNHHcglCBxeqPY5L8HYf6f5EdzFCzFXZfQ==", "dependencies": { "@stencil/core": "^2.6.0", "ionicons": "^5.5.1", @@ -633,9 +633,9 @@ } }, "@ionic/core": { - "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==", + "version": "6.0.0-beta.5", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0-beta.5.tgz", + "integrity": "sha512-RLK/ir4RMiAvn0gmHDCcnN4i1YvsSH1X1Ymgxayj9ePg7F0VhKepXNHHcglCBxeqPY5L8HYf6f5EdzFCzFXZfQ==", "requires": { "@stencil/core": "^2.6.0", "ionicons": "^5.5.1", diff --git a/packages/vue/package.json b/packages/vue/package.json index c579349d45..bfe3a04f44 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/vue", - "version": "6.0.0-beta.5", + "version": "6.0.0-beta.6", "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.5", + "@ionic/core": "6.0.0-beta.6", "ionicons": "^5.1.2" }, "vetur": {