This commit is contained in:
Liam DeBeasi
2021-10-06 14:05:57 +00:00
parent b1ffdadbc3
commit fe9bec29d5
14 changed files with 61 additions and 47 deletions

View File

@ -1,3 +1,17 @@
## [5.8.2](https://github.com/ionic-team/ionic/compare/v5.8.1...v5.8.2) (2021-10-06)
### Bug Fixes
* **alert:** made it easier to tell if alert is scrollable in MD mode ([#23976](https://github.com/ionic-team/ionic/issues/23976)) ([a262753](https://github.com/ionic-team/ionic/commit/a26275378f10835343ad8a6cdea50303e6c10a14))
* **angular:** use initialize function when setting up ionic angular to avoid config errors ([#24004](https://github.com/ionic-team/ionic/issues/24004)) ([f112ad4](https://github.com/ionic-team/ionic/commit/f112ad4490dc4a179dc3feab495530e14e655e5a)), closes [#22853](https://github.com/ionic-team/ionic/issues/22853)
* **item-sliding:** closing an item can no longer be interrupted ([#23973](https://github.com/ionic-team/ionic/issues/23973)) ([3ca0419](https://github.com/ionic-team/ionic/commit/3ca04197a4186c85d04cdf04fa9cb2689ca1bbfb)), closes [#23969](https://github.com/ionic-team/ionic/issues/23969)
* **react:** overlay hooks memorised properly to prevent re-renders ([#24010](https://github.com/ionic-team/ionic/issues/24010)) ([2c97712](https://github.com/ionic-team/ionic/commit/2c977126012ae0231d4e4fa63cc76a528bde699b)), closes [#23741](https://github.com/ionic-team/ionic/issues/23741)
* **select-popover:** non-scrollable popovers no longer have forced overscroll ([#23972](https://github.com/ionic-team/ionic/issues/23972)) ([aa4ba89](https://github.com/ionic-team/ionic/commit/aa4ba890e9c18e8a911c5188b3e2e85433658be9)), closes [#23971](https://github.com/ionic-team/ionic/issues/23971)
* **status-bar:** tapping status bar correctly scrolls content to top ([#24001](https://github.com/ionic-team/ionic/issues/24001)) ([25eb8cd](https://github.com/ionic-team/ionic/commit/25eb8cdf98fe455433ca6185e89d9e1223a6d3ae)), closes [#20423](https://github.com/ionic-team/ionic/issues/20423)
## [5.8.1](https://github.com/ionic-team/ionic/compare/v5.8.0...v5.8.1) (2021-09-22)

View File

@ -1,15 +1,15 @@
{
"name": "@ionic/angular",
"version": "5.8.1",
"version": "5.8.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/angular",
"version": "5.8.1",
"version": "5.8.2",
"license": "MIT",
"dependencies": {
"@ionic/core": "5.8.0",
"@ionic/core": "5.8.1",
"tslib": "^1.9.3"
},
"devDependencies": {
@ -204,9 +204,9 @@
}
},
"node_modules/@ionic/core": {
"version": "5.8.0",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.8.0.tgz",
"integrity": "sha512-rzjAgS5pJgy/Ggtq1lgogl6thiEMMusnm96D6RsVLa4nxYrHIt9Oua062uIYrf0LdasqatekSxIqcU5Fl9YKEg==",
"version": "5.8.1",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.8.1.tgz",
"integrity": "sha512-twAPHhrGMYvHW0NgebMBfN70xDUkFxW+Zcxeus7jrhuJh1uWp/3MwawLi4InCwpyuFQiBo8yAaqC1hB1wTZmLA==",
"dependencies": {
"@stencil/core": "^2.4.0",
"ionicons": "^5.5.3",
@ -5156,9 +5156,9 @@
}
},
"@ionic/core": {
"version": "5.8.0",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.8.0.tgz",
"integrity": "sha512-rzjAgS5pJgy/Ggtq1lgogl6thiEMMusnm96D6RsVLa4nxYrHIt9Oua062uIYrf0LdasqatekSxIqcU5Fl9YKEg==",
"version": "5.8.1",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.8.1.tgz",
"integrity": "sha512-twAPHhrGMYvHW0NgebMBfN70xDUkFxW+Zcxeus7jrhuJh1uWp/3MwawLi4InCwpyuFQiBo8yAaqC1hB1wTZmLA==",
"requires": {
"@stencil/core": "^2.4.0",
"ionicons": "^5.5.3",

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/angular",
"version": "5.8.1",
"version": "5.8.2",
"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.8.1",
"@ionic/core": "5.8.2",
"tslib": "^1.9.3"
},
"peerDependencies": {

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/docs",
"version": "5.8.1",
"version": "5.8.2",
"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.8.1",
"version": "5.8.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/angular-server",
"version": "5.8.1",
"version": "5.8.2",
"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.8.0",
"@ionic/core": "5.8.1",
"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.8.0",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.8.0.tgz",
"integrity": "sha512-rzjAgS5pJgy/Ggtq1lgogl6thiEMMusnm96D6RsVLa4nxYrHIt9Oua062uIYrf0LdasqatekSxIqcU5Fl9YKEg==",
"version": "5.8.1",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.8.1.tgz",
"integrity": "sha512-twAPHhrGMYvHW0NgebMBfN70xDUkFxW+Zcxeus7jrhuJh1uWp/3MwawLi4InCwpyuFQiBo8yAaqC1hB1wTZmLA==",
"dev": true,
"dependencies": {
"@stencil/core": "^2.4.0",
@ -5424,9 +5424,9 @@
}
},
"@ionic/core": {
"version": "5.8.0",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.8.0.tgz",
"integrity": "sha512-rzjAgS5pJgy/Ggtq1lgogl6thiEMMusnm96D6RsVLa4nxYrHIt9Oua062uIYrf0LdasqatekSxIqcU5Fl9YKEg==",
"version": "5.8.1",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.8.1.tgz",
"integrity": "sha512-twAPHhrGMYvHW0NgebMBfN70xDUkFxW+Zcxeus7jrhuJh1uWp/3MwawLi4InCwpyuFQiBo8yAaqC1hB1wTZmLA==",
"dev": true,
"requires": {
"@stencil/core": "^2.4.0",

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/angular-server",
"version": "5.8.1",
"version": "5.8.2",
"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.8.1",
"@ionic/core": "5.8.2",
"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.8.1",
"version": "5.8.2",
"description": "React Router wrapper for @ionic/react",
"keywords": [
"ionic",
@ -39,15 +39,15 @@
"tslib": "*"
},
"peerDependencies": {
"@ionic/react": "5.8.1",
"@ionic/react": "5.8.2",
"react": ">=16.8.6",
"react-dom": ">=16.8.6",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1"
},
"devDependencies": {
"@ionic/core": "5.8.1",
"@ionic/react": "5.8.1",
"@ionic/core": "5.8.2",
"@ionic/react": "5.8.2",
"@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.8.1",
"version": "5.8.2",
"description": "React specific wrapper for @ionic/core",
"keywords": [
"ionic",
@ -39,7 +39,7 @@
"css/"
],
"dependencies": {
"@ionic/core": "5.8.1",
"@ionic/core": "5.8.2",
"ionicons": "^5.1.2",
"tslib": "*"
},

View File

@ -1,12 +1,12 @@
{
"name": "@ionic/vue-router",
"version": "5.8.1",
"version": "5.8.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/vue-router",
"version": "5.8.1",
"version": "5.8.2",
"license": "MIT",
"devDependencies": {
"@ionic/vue": "5.4.1",
@ -23,7 +23,7 @@
},
"../../core": {
"name": "@ionic/core",
"version": "5.8.0",
"version": "5.8.1",
"dev": true,
"license": "MIT",
"dependencies": {

View File

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

View File

@ -1,15 +1,15 @@
{
"name": "@ionic/vue",
"version": "5.8.1",
"version": "5.8.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/vue",
"version": "5.8.1",
"version": "5.8.2",
"license": "MIT",
"dependencies": {
"@ionic/core": "5.8.0",
"@ionic/core": "5.8.1",
"ionicons": "^5.1.2"
},
"devDependencies": {
@ -53,9 +53,9 @@
}
},
"node_modules/@ionic/core": {
"version": "5.8.0",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.8.0.tgz",
"integrity": "sha512-rzjAgS5pJgy/Ggtq1lgogl6thiEMMusnm96D6RsVLa4nxYrHIt9Oua062uIYrf0LdasqatekSxIqcU5Fl9YKEg==",
"version": "5.8.1",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.8.1.tgz",
"integrity": "sha512-twAPHhrGMYvHW0NgebMBfN70xDUkFxW+Zcxeus7jrhuJh1uWp/3MwawLi4InCwpyuFQiBo8yAaqC1hB1wTZmLA==",
"dependencies": {
"@stencil/core": "^2.4.0",
"ionicons": "^5.5.3",
@ -633,9 +633,9 @@
}
},
"@ionic/core": {
"version": "5.8.0",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.8.0.tgz",
"integrity": "sha512-rzjAgS5pJgy/Ggtq1lgogl6thiEMMusnm96D6RsVLa4nxYrHIt9Oua062uIYrf0LdasqatekSxIqcU5Fl9YKEg==",
"version": "5.8.1",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.8.1.tgz",
"integrity": "sha512-twAPHhrGMYvHW0NgebMBfN70xDUkFxW+Zcxeus7jrhuJh1uWp/3MwawLi4InCwpyuFQiBo8yAaqC1hB1wTZmLA==",
"requires": {
"@stencil/core": "^2.4.0",
"ionicons": "^5.5.3",

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/vue",
"version": "5.8.1",
"version": "5.8.2",
"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.8.1",
"@ionic/core": "5.8.2",
"ionicons": "^5.1.2"
},
"vetur": {