Compare commits

...

1 Commits

Author SHA1 Message Date
ionitron
38f4616886 v7.0.11-nightly.20230606 2023-06-06 06:09:46 +00:00
26 changed files with 133 additions and 37 deletions

View File

@@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [7.0.11-nightly.20230606](https://github.com/ionic-team/ionic-framework/compare/v7.0.9...v7.0.11-nightly.20230606) (2023-06-06)
### Bug Fixes
* **angular:** remove invalid z-index style ([#27559](https://github.com/ionic-team/ionic-framework/issues/27559)) ([2ce00cf](https://github.com/ionic-team/ionic-framework/commit/2ce00cf292e01664e02ecaf64af229d6a371c480))
* **keyboard:** listen on correct events for keyboard lifecycle ([#27569](https://github.com/ionic-team/ionic-framework/issues/27569)) ([7871210](https://github.com/ionic-team/ionic-framework/commit/7871210e9e4ecc09353b821b60f977498a01ee8d)), closes [#27558](https://github.com/ionic-team/ionic-framework/issues/27558)
* **radio:** radio with modern syntax is keyboard navigable ([#27530](https://github.com/ionic-team/ionic-framework/issues/27530)) ([d87e692](https://github.com/ionic-team/ionic-framework/commit/d87e692c6c2c3d146514b093853d5e262137a9e5)), closes [#27268](https://github.com/ionic-team/ionic-framework/issues/27268)
* **select:** prevent click event from firing twice ([#27570](https://github.com/ionic-team/ionic-framework/issues/27570)) ([ba7e60e](https://github.com/ionic-team/ionic-framework/commit/ba7e60e8669b1980b9a0c6267617894e16b4a2d4))
### Performance Improvements
* passive event listener for focus visible ([#27568](https://github.com/ionic-team/ionic-framework/issues/27568)) ([e54bf14](https://github.com/ionic-team/ionic-framework/commit/e54bf142c39743913d982a1f1709629b4b034969)), closes [#27566](https://github.com/ionic-team/ionic-framework/issues/27566)
## [7.0.10](https://github.com/ionic-team/ionic-framework/compare/v7.0.9...v7.0.10) (2023-05-31)

View File

@@ -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.11-nightly.20230606](https://github.com/ionic-team/ionic-framework/compare/v7.0.9...v7.0.11-nightly.20230606) (2023-06-06)
### Bug Fixes
* **angular:** remove invalid z-index style ([#27559](https://github.com/ionic-team/ionic-framework/issues/27559)) ([2ce00cf](https://github.com/ionic-team/ionic-framework/commit/2ce00cf292e01664e02ecaf64af229d6a371c480))
## [7.0.10](https://github.com/ionic-team/ionic-framework/compare/v7.0.9...v7.0.10) (2023-05-31)

View File

@@ -1,15 +1,15 @@
{
"name": "@ionic/angular",
"version": "7.0.10",
"version": "7.0.11-nightly.20230606",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/angular",
"version": "7.0.10",
"version": "7.0.11-nightly.20230606",
"license": "MIT",
"dependencies": {
"@ionic/core": "^7.0.10",
"@ionic/core": "^7.0.11-nightly.20230606",
"ionicons": "^7.0.0",
"jsonc-parser": "^3.0.0",
"tslib": "^2.3.0"

View File

@@ -1,6 +1,6 @@
{
"name": "@ionic/angular",
"version": "7.0.10",
"version": "7.0.11-nightly.20230606",
"description": "Angular specific wrappers for @ionic/core",
"keywords": [
"ionic",
@@ -47,7 +47,7 @@
}
},
"dependencies": {
"@ionic/core": "^7.0.10",
"@ionic/core": "^7.0.11-nightly.20230606",
"ionicons": "^7.0.0",
"jsonc-parser": "^3.0.0",
"tslib": "^2.3.0"

View File

@@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [7.0.11-nightly.20230606](https://github.com/ionic-team/ionic-framework/compare/v7.0.9...v7.0.11-nightly.20230606) (2023-06-06)
### Bug Fixes
* **keyboard:** listen on correct events for keyboard lifecycle ([#27569](https://github.com/ionic-team/ionic-framework/issues/27569)) ([7871210](https://github.com/ionic-team/ionic-framework/commit/7871210e9e4ecc09353b821b60f977498a01ee8d)), closes [#27558](https://github.com/ionic-team/ionic-framework/issues/27558)
* **radio:** radio with modern syntax is keyboard navigable ([#27530](https://github.com/ionic-team/ionic-framework/issues/27530)) ([d87e692](https://github.com/ionic-team/ionic-framework/commit/d87e692c6c2c3d146514b093853d5e262137a9e5)), closes [#27268](https://github.com/ionic-team/ionic-framework/issues/27268)
* **select:** prevent click event from firing twice ([#27570](https://github.com/ionic-team/ionic-framework/issues/27570)) ([ba7e60e](https://github.com/ionic-team/ionic-framework/commit/ba7e60e8669b1980b9a0c6267617894e16b4a2d4))
### Performance Improvements
* passive event listener for focus visible ([#27568](https://github.com/ionic-team/ionic-framework/issues/27568)) ([e54bf14](https://github.com/ionic-team/ionic-framework/commit/e54bf142c39743913d982a1f1709629b4b034969)), closes [#27566](https://github.com/ionic-team/ionic-framework/issues/27566)
## [7.0.10](https://github.com/ionic-team/ionic-framework/compare/v7.0.9...v7.0.10) (2023-05-31)

View File

@@ -1,12 +1,12 @@
{
"name": "@ionic/core",
"version": "7.0.10",
"version": "7.0.11-nightly.20230606",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/core",
"version": "7.0.10",
"version": "7.0.11-nightly.20230606",
"license": "MIT",
"dependencies": {
"@stencil/core": "^3.3.0",

View File

@@ -1,6 +1,6 @@
{
"name": "@ionic/core",
"version": "7.0.10",
"version": "7.0.11-nightly.20230606",
"description": "Base components for Ionic",
"keywords": [
"ionic",

View File

@@ -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.11-nightly.20230606](https://github.com/ionic-team/ionic-framework/compare/v7.0.9...v7.0.11-nightly.20230606) (2023-06-06)
**Note:** Version bump only for package @ionic/docs
## [7.0.10](https://github.com/ionic-team/ionic-framework/compare/v7.0.9...v7.0.10) (2023-05-31)
**Note:** Version bump only for package @ionic/docs

View File

@@ -1,12 +1,12 @@
{
"name": "@ionic/docs",
"version": "7.0.10",
"version": "7.0.11-nightly.20230606",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/docs",
"version": "7.0.10",
"version": "7.0.11-nightly.20230606",
"license": "MIT"
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "@ionic/docs",
"version": "7.0.10",
"version": "7.0.11-nightly.20230606",
"description": "Pre-packaged API documentation for the Ionic docs.",
"main": "core.json",
"types": "core.d.ts",

View File

@@ -5,5 +5,5 @@
"angular",
"packages/*"
],
"version": "7.0.10"
"version": "7.0.11-nightly.20230606"
}

View File

@@ -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.11-nightly.20230606](https://github.com/ionic-team/ionic-framework/compare/v7.0.9...v7.0.11-nightly.20230606) (2023-06-06)
**Note:** Version bump only for package @ionic/angular-server
## [7.0.10](https://github.com/ionic-team/ionic-framework/compare/v7.0.9...v7.0.10) (2023-05-31)
**Note:** Version bump only for package @ionic/angular-server

View File

@@ -1,15 +1,15 @@
{
"name": "@ionic/angular-server",
"version": "7.0.10",
"version": "7.0.11-nightly.20230606",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/angular-server",
"version": "7.0.10",
"version": "7.0.11-nightly.20230606",
"license": "MIT",
"dependencies": {
"@ionic/core": "^7.0.10"
"@ionic/core": "^7.0.11-nightly.20230606"
},
"devDependencies": {
"@angular-eslint/eslint-plugin": "^14.0.0",

View File

@@ -1,6 +1,6 @@
{
"name": "@ionic/angular-server",
"version": "7.0.10",
"version": "7.0.11-nightly.20230606",
"description": "Angular SSR Module for Ionic",
"keywords": [
"ionic",
@@ -61,6 +61,6 @@
},
"prettier": "@ionic/prettier-config",
"dependencies": {
"@ionic/core": "^7.0.10"
"@ionic/core": "^7.0.11-nightly.20230606"
}
}

View File

@@ -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.11-nightly.20230606](https://github.com/ionic-team/ionic-framework/compare/v7.0.9...v7.0.11-nightly.20230606) (2023-06-06)
**Note:** Version bump only for package @ionic/react-router
## [7.0.10](https://github.com/ionic-team/ionic-framework/compare/v7.0.9...v7.0.10) (2023-05-31)
**Note:** Version bump only for package @ionic/react-router

View File

@@ -1,15 +1,15 @@
{
"name": "@ionic/react-router",
"version": "7.0.10",
"version": "7.0.11-nightly.20230606",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/react-router",
"version": "7.0.10",
"version": "7.0.11-nightly.20230606",
"license": "MIT",
"dependencies": {
"@ionic/react": "^7.0.10",
"@ionic/react": "^7.0.11-nightly.20230606",
"tslib": "*"
},
"devDependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "@ionic/react-router",
"version": "7.0.10",
"version": "7.0.11-nightly.20230606",
"description": "React Router wrapper for @ionic/react",
"keywords": [
"ionic",
@@ -37,7 +37,7 @@
"dist/"
],
"dependencies": {
"@ionic/react": "^7.0.10",
"@ionic/react": "^7.0.11-nightly.20230606",
"tslib": "*"
},
"peerDependencies": {

View File

@@ -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.11-nightly.20230606](https://github.com/ionic-team/ionic-framework/compare/v7.0.9...v7.0.11-nightly.20230606) (2023-06-06)
**Note:** Version bump only for package @ionic/react
## [7.0.10](https://github.com/ionic-team/ionic-framework/compare/v7.0.9...v7.0.10) (2023-05-31)
**Note:** Version bump only for package @ionic/react

View File

@@ -1,15 +1,15 @@
{
"name": "@ionic/react",
"version": "7.0.10",
"version": "7.0.11-nightly.20230606",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/react",
"version": "7.0.10",
"version": "7.0.11-nightly.20230606",
"license": "MIT",
"dependencies": {
"@ionic/core": "^7.0.10",
"@ionic/core": "^7.0.11-nightly.20230606",
"ionicons": "^7.0.0",
"tslib": "*"
},

View File

@@ -1,6 +1,6 @@
{
"name": "@ionic/react",
"version": "7.0.10",
"version": "7.0.11-nightly.20230606",
"description": "React specific wrapper for @ionic/core",
"keywords": [
"ionic",
@@ -41,7 +41,7 @@
"css/"
],
"dependencies": {
"@ionic/core": "^7.0.10",
"@ionic/core": "^7.0.11-nightly.20230606",
"ionicons": "^7.0.0",
"tslib": "*"
},

View File

@@ -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.11-nightly.20230606](https://github.com/ionic-team/ionic-framework/compare/v7.0.9...v7.0.11-nightly.20230606) (2023-06-06)
**Note:** Version bump only for package @ionic/vue-router
## [7.0.10](https://github.com/ionic-team/ionic-framework/compare/v7.0.9...v7.0.10) (2023-05-31)
**Note:** Version bump only for package @ionic/vue-router

View File

@@ -1,15 +1,15 @@
{
"name": "@ionic/vue-router",
"version": "7.0.10",
"version": "7.0.11-nightly.20230606",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/vue-router",
"version": "7.0.10",
"version": "7.0.11-nightly.20230606",
"license": "MIT",
"dependencies": {
"@ionic/vue": "^7.0.10"
"@ionic/vue": "^7.0.11-nightly.20230606"
},
"devDependencies": {
"@ionic/eslint-config": "^0.3.0",

View File

@@ -1,6 +1,6 @@
{
"name": "@ionic/vue-router",
"version": "7.0.10",
"version": "7.0.11-nightly.20230606",
"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.10"
"@ionic/vue": "^7.0.11-nightly.20230606"
},
"devDependencies": {
"@ionic/eslint-config": "^0.3.0",

View File

@@ -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.11-nightly.20230606](https://github.com/ionic-team/ionic-framework/compare/v7.0.9...v7.0.11-nightly.20230606) (2023-06-06)
**Note:** Version bump only for package @ionic/vue
## [7.0.10](https://github.com/ionic-team/ionic-framework/compare/v7.0.9...v7.0.10) (2023-05-31)
**Note:** Version bump only for package @ionic/vue

View File

@@ -1,15 +1,15 @@
{
"name": "@ionic/vue",
"version": "7.0.10",
"version": "7.0.11-nightly.20230606",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/vue",
"version": "7.0.10",
"version": "7.0.11-nightly.20230606",
"license": "MIT",
"dependencies": {
"@ionic/core": "^7.0.10",
"@ionic/core": "^7.0.11-nightly.20230606",
"ionicons": "^7.0.0"
},
"devDependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "@ionic/vue",
"version": "7.0.10",
"version": "7.0.11-nightly.20230606",
"description": "Vue specific wrapper for @ionic/core",
"scripts": {
"eslint": "eslint src",
@@ -66,7 +66,7 @@
"vue-router": "^4.0.16"
},
"dependencies": {
"@ionic/core": "^7.0.10",
"@ionic/core": "^7.0.11-nightly.20230606",
"ionicons": "^7.0.0"
},
"vetur": {