Compare commits

..

12 Commits

Author SHA1 Message Date
ionitron
27ba6300a9 v6.7.5 2023-06-08 17:31:17 +00:00
Liam DeBeasi
3f5e893444 fix(refresher): scroll styles are reset when using non-native refresher (#27619)
resolves #27601 

Co-authored-by: Michael Rahn <mrahn24@users.noreply.github.com>
2023-06-08 12:23:53 -04:00
Liam DeBeasi
ca4b4a7e3e merge release-6.7.4
Release 6.7.4
2023-04-19 10:13:41 -04:00
ionitron
d510c7b8c5 chore(): update package lock files 2023-04-19 13:19:43 +00:00
ionitron
1013082f73 v6.7.4 2023-04-19 13:19:31 +00:00
Liam DeBeasi
ae9689bf3e fix(segment-button): update checked state on render (#27183)
This backports https://github.com/ionic-team/ionic-framework/pull/26970
to v6.

resolves https://github.com/ionic-team/ionic-framework/issues/26830

Co-authored-by: Sean Perkins <sean@ionic.io>
2023-04-12 12:16:19 -04:00
Liam DeBeasi
d619b85a54 merge release-6.7.3
Release 6.7.3
2023-04-12 10:05:56 -04:00
Liam DeBeasi
047b047572 chore(): update package lock files 2023-04-12 09:27:24 -04:00
ionitron
029d1e4649 v6.7.3 2023-04-12 13:23:35 +00:00
Liam DeBeasi
ab6cdff97e fix(menu): refs are not destroyed on unmount (#27158) 2023-04-10 15:38:46 -04:00
Liam DeBeasi
a5f7fe546a merge release-6.7.2
Release 6.7.2
2023-04-05 09:52:32 -04:00
ionitron
db6e7854f0 chore(): update package lock files 2023-04-05 13:35:06 +00:00
30 changed files with 398 additions and 99 deletions

View File

@@ -3,6 +3,39 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [6.7.5](https://github.com/ionic-team/ionic-framework/compare/v6.7.4...v6.7.5) (2023-06-08)
### Bug Fixes
* **refresher:** scroll styles are reset when using non-native refresher ([#27619](https://github.com/ionic-team/ionic-framework/issues/27619)) ([3f5e893](https://github.com/ionic-team/ionic-framework/commit/3f5e8934448c728318056be841e30bff8b4294a4)), closes [#27601](https://github.com/ionic-team/ionic-framework/issues/27601)
## [6.7.4](https://github.com/ionic-team/ionic-framework/compare/v6.7.3...v6.7.4) (2023-04-19)
### Bug Fixes
* **segment-button:** update checked state on render ([#27183](https://github.com/ionic-team/ionic-framework/issues/27183)) ([ae9689b](https://github.com/ionic-team/ionic-framework/commit/ae9689bf3e185749dd2e0b27864b1c99b129820e))
## [6.7.3](https://github.com/ionic-team/ionic-framework/compare/v6.7.2...v6.7.3) (2023-04-12)
### Bug Fixes
* **menu:** refs are not destroyed on unmount ([#27158](https://github.com/ionic-team/ionic-framework/issues/27158)) ([ab6cdff](https://github.com/ionic-team/ionic-framework/commit/ab6cdff97e710da47b113642f9bcb735a515375e))
## [6.7.2](https://github.com/ionic-team/ionic-framework/compare/v6.7.1...v6.7.2) (2023-04-05)

View File

@@ -3,6 +3,30 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [6.7.5](https://github.com/ionic-team/ionic/compare/v6.7.4...v6.7.5) (2023-06-08)
**Note:** Version bump only for package @ionic/angular
## [6.7.4](https://github.com/ionic-team/ionic/compare/v6.7.3...v6.7.4) (2023-04-19)
**Note:** Version bump only for package @ionic/angular
## [6.7.3](https://github.com/ionic-team/ionic/compare/v6.7.2...v6.7.3) (2023-04-12)
**Note:** Version bump only for package @ionic/angular
## [6.7.2](https://github.com/ionic-team/ionic/compare/v6.7.1...v6.7.2) (2023-04-05)

View File

@@ -1,15 +1,15 @@
{
"name": "@ionic/angular",
"version": "6.7.2",
"version": "6.7.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/angular",
"version": "6.7.2",
"version": "6.7.5",
"license": "MIT",
"dependencies": {
"@ionic/core": "^6.7.2",
"@ionic/core": "^6.7.5",
"ionicons": "^6.1.3",
"jsonc-parser": "^3.0.0",
"tslib": "^2.0.0"
@@ -1006,9 +1006,9 @@
"license": "BSD-3-Clause"
},
"node_modules/@ionic/core": {
"version": "6.7.1",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.7.1.tgz",
"integrity": "sha512-nUuSFV8gT+Ilb2w37gGlV34tVwpGloQMVbjnoNT/ItrQtckGVjKxEzwt27PFlJxKIT7f3OXIccKoW5l3A5NLMg==",
"version": "6.7.4",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.7.4.tgz",
"integrity": "sha512-IG6vQtt4xrJdas6k1CwqahD/BWsYK6Gi/BAIN8TumBmtfNMu38iOG6Dh05q4hCQzmDm2xDS/BVD3Qz7AmOKArA==",
"dependencies": {
"@stencil/core": "^2.18.0",
"ionicons": "^6.1.3",
@@ -7335,9 +7335,9 @@
"dev": true
},
"@ionic/core": {
"version": "6.7.1",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.7.1.tgz",
"integrity": "sha512-nUuSFV8gT+Ilb2w37gGlV34tVwpGloQMVbjnoNT/ItrQtckGVjKxEzwt27PFlJxKIT7f3OXIccKoW5l3A5NLMg==",
"version": "6.7.4",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.7.4.tgz",
"integrity": "sha512-IG6vQtt4xrJdas6k1CwqahD/BWsYK6Gi/BAIN8TumBmtfNMu38iOG6Dh05q4hCQzmDm2xDS/BVD3Qz7AmOKArA==",
"requires": {
"@stencil/core": "^2.18.0",
"ionicons": "^6.1.3",

View File

@@ -1,6 +1,6 @@
{
"name": "@ionic/angular",
"version": "6.7.2",
"version": "6.7.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.7.2",
"@ionic/core": "^6.7.5",
"ionicons": "^6.1.3",
"jsonc-parser": "^3.0.0",
"tslib": "^2.0.0"

View File

@@ -3,6 +3,39 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [6.7.5](https://github.com/ionic-team/ionic/compare/v6.7.4...v6.7.5) (2023-06-08)
### Bug Fixes
* **refresher:** scroll styles are reset when using non-native refresher ([#27619](https://github.com/ionic-team/ionic/issues/27619)) ([3f5e893](https://github.com/ionic-team/ionic/commit/3f5e8934448c728318056be841e30bff8b4294a4)), closes [#27601](https://github.com/ionic-team/ionic/issues/27601)
## [6.7.4](https://github.com/ionic-team/ionic/compare/v6.7.3...v6.7.4) (2023-04-19)
### Bug Fixes
* **segment-button:** update checked state on render ([#27183](https://github.com/ionic-team/ionic/issues/27183)) ([ae9689b](https://github.com/ionic-team/ionic/commit/ae9689bf3e185749dd2e0b27864b1c99b129820e))
## [6.7.3](https://github.com/ionic-team/ionic/compare/v6.7.2...v6.7.3) (2023-04-12)
### Bug Fixes
* **menu:** refs are not destroyed on unmount ([#27158](https://github.com/ionic-team/ionic/issues/27158)) ([ab6cdff](https://github.com/ionic-team/ionic/commit/ab6cdff97e710da47b113642f9bcb735a515375e))
## [6.7.2](https://github.com/ionic-team/ionic/compare/v6.7.1...v6.7.2) (2023-04-05)

View File

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

View File

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

View File

@@ -234,7 +234,16 @@ export class Menu implements ComponentInterface, MenuI {
this.updateState();
}
disconnectedCallback() {
async disconnectedCallback() {
/**
* The menu should be closed when it is
* unmounted from the DOM.
* This is an async call, so we need to wait for
* this to finish otherwise contentEl
* will not have MENU_CONTENT_OPEN removed.
*/
await this.close(false);
this.blocker.destroy();
menuController._unregister(this);
if (this.animation) {
@@ -246,7 +255,7 @@ export class Menu implements ComponentInterface, MenuI {
}
this.animation = undefined;
this.contentEl = this.backdropEl = this.menuInnerEl = undefined;
this.contentEl = undefined;
}
@Listen('ionSplitPaneVisible', { target: 'body' })

View File

@@ -685,6 +685,16 @@ export class Refresher implements ComponentInterface {
// and close the refresher
// set that the refresh is actively cancelling
this.cancel();
} else if (this.state === RefresherState.Inactive) {
/**
* The pull to refresh gesture was aborted
* so we should immediately restore any overflow styles
* that have been modified. Do not call this.cancel
* because the styles will only be reset after a timeout.
* If the gesture is aborted then scrolling should be
* available right away.
*/
this.restoreOverflowStyle();
}
}
@@ -709,7 +719,12 @@ export class Refresher implements ComponentInterface {
this.state = RefresherState.Inactive;
this.progress = 0;
this.didStart = false;
this.setCss(0, '0ms', false, '');
/**
* Reset any overflow styles so the
* user can scroll again.
*/
this.setCss(0, '0ms', false, '', true);
}, 600);
// reset the styles on the scroll element
@@ -718,7 +733,13 @@ export class Refresher implements ComponentInterface {
this.setCss(0, this.closeDuration, true, delay);
}
private setCss(y: number, duration: string, overflowVisible: boolean, delay: string) {
private setCss(
y: number,
duration: string,
overflowVisible: boolean,
delay: string,
shouldRestoreOverflowStyle = false
) {
if (this.nativeRefresher) {
return;
}
@@ -731,11 +752,18 @@ export class Refresher implements ComponentInterface {
scrollStyle.transform = backgroundStyle.transform = y > 0 ? `translateY(${y}px) translateZ(0px)` : '';
scrollStyle.transitionDuration = backgroundStyle.transitionDuration = duration;
scrollStyle.transitionDelay = backgroundStyle.transitionDelay = delay;
if (overflowVisible) {
scrollStyle.overflow = 'hidden';
} else {
this.restoreOverflowStyle();
}
scrollStyle.overflow = overflowVisible ? 'hidden' : '';
}
/**
* Reset the overflow styles only once
* the pull to refresh effect has been closed.
* This ensures that the gesture is done
* and the refresh operation has either
* been aborted or has completed.
*/
if (shouldRestoreOverflowStyle) {
this.restoreOverflowStyle();
}
});
}

View File

@@ -1,5 +1,5 @@
import type { ComponentInterface } from '@stencil/core';
import { Component, Element, Host, Prop, Method, State, forceUpdate, h } from '@stencil/core';
import { Component, Element, Host, Prop, Method, State, Watch, forceUpdate, h } from '@stencil/core';
import { getIonMode } from '../../global/ionic-global';
import type { SegmentButtonLayout } from '../../interface';
@@ -53,6 +53,10 @@ export class SegmentButton implements ComponentInterface, ButtonInterface {
* The value of the segment button.
*/
@Prop() value: string = 'ion-sb-' + ids++;
@Watch('value')
valueChanged() {
this.updateState();
}
connectedCallback() {
const segmentEl = (this.segmentEl = this.el.closest('ion-segment'));

View File

@@ -0,0 +1,24 @@
import { newSpecPage } from '@stencil/core/testing';
import { SegmentButton } from '../../segment-button/segment-button';
import { Segment } from '../segment';
it('should set checked state when value is set asynchronously', async () => {
const page = await newSpecPage({
components: [Segment, SegmentButton],
html: `
<ion-segment value="first">
<ion-segment-button>First</ion-segment-button>
</ion-segment>
`,
});
const segmentButton = page.root.querySelector('ion-segment-button');
expect(segmentButton.classList.contains('segment-button-checked')).toBe(false);
segmentButton.value = 'first';
await page.waitForChanges();
expect(segmentButton.classList.contains('segment-button-checked')).toBe(true);
});

View File

@@ -3,6 +3,30 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [6.7.5](https://github.com/ionic-team/ionic-docs/compare/v6.7.4...v6.7.5) (2023-06-08)
**Note:** Version bump only for package @ionic/docs
## [6.7.4](https://github.com/ionic-team/ionic-docs/compare/v6.7.3...v6.7.4) (2023-04-19)
**Note:** Version bump only for package @ionic/docs
## [6.7.3](https://github.com/ionic-team/ionic-docs/compare/v6.7.2...v6.7.3) (2023-04-12)
**Note:** Version bump only for package @ionic/docs
## [6.7.2](https://github.com/ionic-team/ionic-docs/compare/v6.7.1...v6.7.2) (2023-04-05)

View File

@@ -1,12 +1,12 @@
{
"name": "@ionic/docs",
"version": "6.7.2",
"version": "6.7.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/docs",
"version": "6.7.2",
"version": "6.7.5",
"license": "MIT"
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "@ionic/docs",
"version": "6.7.2",
"version": "6.7.5",
"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": "6.7.2"
"version": "6.7.5"
}

View File

@@ -3,6 +3,30 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [6.7.5](https://github.com/ionic-team/ionic/compare/v6.7.4...v6.7.5) (2023-06-08)
**Note:** Version bump only for package @ionic/angular-server
## [6.7.4](https://github.com/ionic-team/ionic/compare/v6.7.3...v6.7.4) (2023-04-19)
**Note:** Version bump only for package @ionic/angular-server
## [6.7.3](https://github.com/ionic-team/ionic/compare/v6.7.2...v6.7.3) (2023-04-12)
**Note:** Version bump only for package @ionic/angular-server
## [6.7.2](https://github.com/ionic-team/ionic/compare/v6.7.1...v6.7.2) (2023-04-05)

View File

@@ -1,15 +1,15 @@
{
"name": "@ionic/angular-server",
"version": "6.7.2",
"version": "6.7.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/angular-server",
"version": "6.7.2",
"version": "6.7.5",
"license": "MIT",
"dependencies": {
"@ionic/core": "^6.7.2"
"@ionic/core": "^6.7.5"
},
"devDependencies": {
"@angular-eslint/eslint-plugin": "^12.6.1",
@@ -742,9 +742,9 @@
"dev": true
},
"node_modules/@ionic/core": {
"version": "6.7.1",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.7.1.tgz",
"integrity": "sha512-nUuSFV8gT+Ilb2w37gGlV34tVwpGloQMVbjnoNT/ItrQtckGVjKxEzwt27PFlJxKIT7f3OXIccKoW5l3A5NLMg==",
"version": "6.7.4",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.7.4.tgz",
"integrity": "sha512-IG6vQtt4xrJdas6k1CwqahD/BWsYK6Gi/BAIN8TumBmtfNMu38iOG6Dh05q4hCQzmDm2xDS/BVD3Qz7AmOKArA==",
"dependencies": {
"@stencil/core": "^2.18.0",
"ionicons": "^6.1.3",
@@ -7201,9 +7201,9 @@
"dev": true
},
"@ionic/core": {
"version": "6.7.1",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.7.1.tgz",
"integrity": "sha512-nUuSFV8gT+Ilb2w37gGlV34tVwpGloQMVbjnoNT/ItrQtckGVjKxEzwt27PFlJxKIT7f3OXIccKoW5l3A5NLMg==",
"version": "6.7.4",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.7.4.tgz",
"integrity": "sha512-IG6vQtt4xrJdas6k1CwqahD/BWsYK6Gi/BAIN8TumBmtfNMu38iOG6Dh05q4hCQzmDm2xDS/BVD3Qz7AmOKArA==",
"requires": {
"@stencil/core": "^2.18.0",
"ionicons": "^6.1.3",

View File

@@ -1,6 +1,6 @@
{
"name": "@ionic/angular-server",
"version": "6.7.2",
"version": "6.7.5",
"description": "Angular SSR Module for Ionic",
"keywords": [
"ionic",
@@ -69,6 +69,6 @@
},
"prettier": "@ionic/prettier-config",
"dependencies": {
"@ionic/core": "^6.7.2"
"@ionic/core": "^6.7.5"
}
}

View File

@@ -3,6 +3,30 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [6.7.5](https://github.com/ionic-team/ionic/compare/v6.7.4...v6.7.5) (2023-06-08)
**Note:** Version bump only for package @ionic/react-router
## [6.7.4](https://github.com/ionic-team/ionic/compare/v6.7.3...v6.7.4) (2023-04-19)
**Note:** Version bump only for package @ionic/react-router
## [6.7.3](https://github.com/ionic-team/ionic/compare/v6.7.2...v6.7.3) (2023-04-12)
**Note:** Version bump only for package @ionic/react-router
## [6.7.2](https://github.com/ionic-team/ionic/compare/v6.7.1...v6.7.2) (2023-04-05)

View File

@@ -1,15 +1,15 @@
{
"name": "@ionic/react-router",
"version": "6.7.2",
"version": "6.7.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/react-router",
"version": "6.7.2",
"version": "6.7.5",
"license": "MIT",
"dependencies": {
"@ionic/react": "^6.7.2",
"@ionic/react": "^6.7.5",
"tslib": "*"
},
"devDependencies": {
@@ -205,9 +205,9 @@
"dev": true
},
"node_modules/@ionic/core": {
"version": "6.7.1",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.7.1.tgz",
"integrity": "sha512-nUuSFV8gT+Ilb2w37gGlV34tVwpGloQMVbjnoNT/ItrQtckGVjKxEzwt27PFlJxKIT7f3OXIccKoW5l3A5NLMg==",
"version": "6.7.4",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.7.4.tgz",
"integrity": "sha512-IG6vQtt4xrJdas6k1CwqahD/BWsYK6Gi/BAIN8TumBmtfNMu38iOG6Dh05q4hCQzmDm2xDS/BVD3Qz7AmOKArA==",
"dependencies": {
"@stencil/core": "^2.18.0",
"ionicons": "^6.1.3",
@@ -381,11 +381,11 @@
}
},
"node_modules/@ionic/react": {
"version": "6.7.1",
"resolved": "https://registry.npmjs.org/@ionic/react/-/react-6.7.1.tgz",
"integrity": "sha512-ZbohhaMpXtPm9IbQigUcx9DlAchSFPVoo3KYdA2O87MLDEdnj8n5+x6GwIiMErfX8BHOu3hv1FAZTkYStteFPA==",
"version": "6.7.4",
"resolved": "https://registry.npmjs.org/@ionic/react/-/react-6.7.4.tgz",
"integrity": "sha512-+TLGgwB/rqcgQ/48q6wyds1aNDwVEo8MC1c0zoposKcGow4ic/oh+2j5U7+a2/XHc6sQn5dXAHX4Nf6rMjJWhw==",
"dependencies": {
"@ionic/core": "6.7.1",
"@ionic/core": "6.7.4",
"ionicons": "^6.1.3",
"tslib": "*"
},
@@ -3630,9 +3630,9 @@
"dev": true
},
"@ionic/core": {
"version": "6.7.1",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.7.1.tgz",
"integrity": "sha512-nUuSFV8gT+Ilb2w37gGlV34tVwpGloQMVbjnoNT/ItrQtckGVjKxEzwt27PFlJxKIT7f3OXIccKoW5l3A5NLMg==",
"version": "6.7.4",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.7.4.tgz",
"integrity": "sha512-IG6vQtt4xrJdas6k1CwqahD/BWsYK6Gi/BAIN8TumBmtfNMu38iOG6Dh05q4hCQzmDm2xDS/BVD3Qz7AmOKArA==",
"requires": {
"@stencil/core": "^2.18.0",
"ionicons": "^6.1.3",
@@ -3736,11 +3736,11 @@
"requires": {}
},
"@ionic/react": {
"version": "6.7.1",
"resolved": "https://registry.npmjs.org/@ionic/react/-/react-6.7.1.tgz",
"integrity": "sha512-ZbohhaMpXtPm9IbQigUcx9DlAchSFPVoo3KYdA2O87MLDEdnj8n5+x6GwIiMErfX8BHOu3hv1FAZTkYStteFPA==",
"version": "6.7.4",
"resolved": "https://registry.npmjs.org/@ionic/react/-/react-6.7.4.tgz",
"integrity": "sha512-+TLGgwB/rqcgQ/48q6wyds1aNDwVEo8MC1c0zoposKcGow4ic/oh+2j5U7+a2/XHc6sQn5dXAHX4Nf6rMjJWhw==",
"requires": {
"@ionic/core": "6.7.1",
"@ionic/core": "6.7.4",
"ionicons": "^6.1.3",
"tslib": "*"
}

View File

@@ -1,6 +1,6 @@
{
"name": "@ionic/react-router",
"version": "6.7.2",
"version": "6.7.5",
"description": "React Router wrapper for @ionic/react",
"keywords": [
"ionic",
@@ -38,7 +38,7 @@
"dist/"
],
"dependencies": {
"@ionic/react": "^6.7.2",
"@ionic/react": "^6.7.5",
"tslib": "*"
},
"peerDependencies": {

View File

@@ -3,6 +3,30 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [6.7.5](https://github.com/ionic-team/ionic/compare/v6.7.4...v6.7.5) (2023-06-08)
**Note:** Version bump only for package @ionic/react
## [6.7.4](https://github.com/ionic-team/ionic/compare/v6.7.3...v6.7.4) (2023-04-19)
**Note:** Version bump only for package @ionic/react
## [6.7.3](https://github.com/ionic-team/ionic/compare/v6.7.2...v6.7.3) (2023-04-12)
**Note:** Version bump only for package @ionic/react
## [6.7.2](https://github.com/ionic-team/ionic/compare/v6.7.1...v6.7.2) (2023-04-05)

View File

@@ -1,15 +1,15 @@
{
"name": "@ionic/react",
"version": "6.7.2",
"version": "6.7.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/react",
"version": "6.7.2",
"version": "6.7.5",
"license": "MIT",
"dependencies": {
"@ionic/core": "^6.7.2",
"@ionic/core": "^6.7.5",
"ionicons": "^6.1.3",
"tslib": "*"
},
@@ -697,9 +697,9 @@
"dev": true
},
"node_modules/@ionic/core": {
"version": "6.7.1",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.7.1.tgz",
"integrity": "sha512-nUuSFV8gT+Ilb2w37gGlV34tVwpGloQMVbjnoNT/ItrQtckGVjKxEzwt27PFlJxKIT7f3OXIccKoW5l3A5NLMg==",
"version": "6.7.4",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.7.4.tgz",
"integrity": "sha512-IG6vQtt4xrJdas6k1CwqahD/BWsYK6Gi/BAIN8TumBmtfNMu38iOG6Dh05q4hCQzmDm2xDS/BVD3Qz7AmOKArA==",
"dependencies": {
"@stencil/core": "^2.18.0",
"ionicons": "^6.1.3",
@@ -11765,9 +11765,9 @@
"dev": true
},
"@ionic/core": {
"version": "6.7.1",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.7.1.tgz",
"integrity": "sha512-nUuSFV8gT+Ilb2w37gGlV34tVwpGloQMVbjnoNT/ItrQtckGVjKxEzwt27PFlJxKIT7f3OXIccKoW5l3A5NLMg==",
"version": "6.7.4",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.7.4.tgz",
"integrity": "sha512-IG6vQtt4xrJdas6k1CwqahD/BWsYK6Gi/BAIN8TumBmtfNMu38iOG6Dh05q4hCQzmDm2xDS/BVD3Qz7AmOKArA==",
"requires": {
"@stencil/core": "^2.18.0",
"ionicons": "^6.1.3",

View File

@@ -1,6 +1,6 @@
{
"name": "@ionic/react",
"version": "6.7.2",
"version": "6.7.5",
"description": "React specific wrapper for @ionic/core",
"keywords": [
"ionic",
@@ -42,7 +42,7 @@
"css/"
],
"dependencies": {
"@ionic/core": "^6.7.2",
"@ionic/core": "^6.7.5",
"ionicons": "^6.1.3",
"tslib": "*"
},

View File

@@ -3,6 +3,30 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [6.7.5](https://github.com/ionic-team/ionic/compare/v6.7.4...v6.7.5) (2023-06-08)
**Note:** Version bump only for package @ionic/vue-router
## [6.7.4](https://github.com/ionic-team/ionic/compare/v6.7.3...v6.7.4) (2023-04-19)
**Note:** Version bump only for package @ionic/vue-router
## [6.7.3](https://github.com/ionic-team/ionic/compare/v6.7.2...v6.7.3) (2023-04-12)
**Note:** Version bump only for package @ionic/vue-router
## [6.7.2](https://github.com/ionic-team/ionic/compare/v6.7.1...v6.7.2) (2023-04-05)

View File

@@ -1,15 +1,15 @@
{
"name": "@ionic/vue-router",
"version": "6.7.2",
"version": "6.7.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/vue-router",
"version": "6.7.2",
"version": "6.7.5",
"license": "MIT",
"dependencies": {
"@ionic/vue": "^6.7.2"
"@ionic/vue": "^6.7.5"
},
"devDependencies": {
"@ionic/eslint-config": "^0.3.0",
@@ -660,9 +660,9 @@
"dev": true
},
"node_modules/@ionic/core": {
"version": "6.7.1",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.7.1.tgz",
"integrity": "sha512-nUuSFV8gT+Ilb2w37gGlV34tVwpGloQMVbjnoNT/ItrQtckGVjKxEzwt27PFlJxKIT7f3OXIccKoW5l3A5NLMg==",
"version": "6.7.4",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.7.4.tgz",
"integrity": "sha512-IG6vQtt4xrJdas6k1CwqahD/BWsYK6Gi/BAIN8TumBmtfNMu38iOG6Dh05q4hCQzmDm2xDS/BVD3Qz7AmOKArA==",
"dependencies": {
"@stencil/core": "^2.18.0",
"ionicons": "^6.1.3",
@@ -851,11 +851,11 @@
}
},
"node_modules/@ionic/vue": {
"version": "6.7.1",
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-6.7.1.tgz",
"integrity": "sha512-S7a4pc8WJvSC4iCtPYwz5eoyNRsqTxwDvN3Q1641CMpj+43iGby1KipwWRDkGV66uYMTD/Jxbk6FsfXSyP7BJQ==",
"version": "6.7.4",
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-6.7.4.tgz",
"integrity": "sha512-fpuFT0wobAknMTkWp0s8jmKjOONbuM6jBM56FjThcPHKSKP0m8gxd1iSGP4am9GfNFHHxOTTxCzlmG1pbl+gAQ==",
"dependencies": {
"@ionic/core": "6.7.1",
"@ionic/core": "6.7.4",
"ionicons": "^6.1.3"
}
},
@@ -7665,9 +7665,9 @@
"dev": true
},
"@ionic/core": {
"version": "6.7.1",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.7.1.tgz",
"integrity": "sha512-nUuSFV8gT+Ilb2w37gGlV34tVwpGloQMVbjnoNT/ItrQtckGVjKxEzwt27PFlJxKIT7f3OXIccKoW5l3A5NLMg==",
"version": "6.7.4",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.7.4.tgz",
"integrity": "sha512-IG6vQtt4xrJdas6k1CwqahD/BWsYK6Gi/BAIN8TumBmtfNMu38iOG6Dh05q4hCQzmDm2xDS/BVD3Qz7AmOKArA==",
"requires": {
"@stencil/core": "^2.18.0",
"ionicons": "^6.1.3",
@@ -7780,11 +7780,11 @@
"requires": {}
},
"@ionic/vue": {
"version": "6.7.1",
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-6.7.1.tgz",
"integrity": "sha512-S7a4pc8WJvSC4iCtPYwz5eoyNRsqTxwDvN3Q1641CMpj+43iGby1KipwWRDkGV66uYMTD/Jxbk6FsfXSyP7BJQ==",
"version": "6.7.4",
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-6.7.4.tgz",
"integrity": "sha512-fpuFT0wobAknMTkWp0s8jmKjOONbuM6jBM56FjThcPHKSKP0m8gxd1iSGP4am9GfNFHHxOTTxCzlmG1pbl+gAQ==",
"requires": {
"@ionic/core": "6.7.1",
"@ionic/core": "6.7.4",
"ionicons": "^6.1.3"
}
},

View File

@@ -1,6 +1,6 @@
{
"name": "@ionic/vue-router",
"version": "6.7.2",
"version": "6.7.5",
"description": "Vue Router integration for @ionic/vue",
"scripts": {
"test.spec": "jest",
@@ -46,7 +46,7 @@
},
"homepage": "https://github.com/ionic-team/ionic#readme",
"dependencies": {
"@ionic/vue": "^6.7.2"
"@ionic/vue": "^6.7.5"
},
"devDependencies": {
"@ionic/eslint-config": "^0.3.0",

View File

@@ -3,6 +3,30 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [6.7.5](https://github.com/ionic-team/ionic/compare/v6.7.4...v6.7.5) (2023-06-08)
**Note:** Version bump only for package @ionic/vue
## [6.7.4](https://github.com/ionic-team/ionic/compare/v6.7.3...v6.7.4) (2023-04-19)
**Note:** Version bump only for package @ionic/vue
## [6.7.3](https://github.com/ionic-team/ionic/compare/v6.7.2...v6.7.3) (2023-04-12)
**Note:** Version bump only for package @ionic/vue
## [6.7.2](https://github.com/ionic-team/ionic/compare/v6.7.1...v6.7.2) (2023-04-05)

View File

@@ -1,15 +1,15 @@
{
"name": "@ionic/vue",
"version": "6.7.2",
"version": "6.7.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/vue",
"version": "6.7.2",
"version": "6.7.5",
"license": "MIT",
"dependencies": {
"@ionic/core": "^6.7.2",
"@ionic/core": "^6.7.5",
"ionicons": "^6.1.3"
},
"devDependencies": {
@@ -207,9 +207,9 @@
"dev": true
},
"node_modules/@ionic/core": {
"version": "6.7.1",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.7.1.tgz",
"integrity": "sha512-nUuSFV8gT+Ilb2w37gGlV34tVwpGloQMVbjnoNT/ItrQtckGVjKxEzwt27PFlJxKIT7f3OXIccKoW5l3A5NLMg==",
"version": "6.7.4",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.7.4.tgz",
"integrity": "sha512-IG6vQtt4xrJdas6k1CwqahD/BWsYK6Gi/BAIN8TumBmtfNMu38iOG6Dh05q4hCQzmDm2xDS/BVD3Qz7AmOKArA==",
"dependencies": {
"@stencil/core": "^2.18.0",
"ionicons": "^6.1.3",
@@ -3746,9 +3746,9 @@
"dev": true
},
"@ionic/core": {
"version": "6.7.1",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.7.1.tgz",
"integrity": "sha512-nUuSFV8gT+Ilb2w37gGlV34tVwpGloQMVbjnoNT/ItrQtckGVjKxEzwt27PFlJxKIT7f3OXIccKoW5l3A5NLMg==",
"version": "6.7.4",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.7.4.tgz",
"integrity": "sha512-IG6vQtt4xrJdas6k1CwqahD/BWsYK6Gi/BAIN8TumBmtfNMu38iOG6Dh05q4hCQzmDm2xDS/BVD3Qz7AmOKArA==",
"requires": {
"@stencil/core": "^2.18.0",
"ionicons": "^6.1.3",

View File

@@ -1,6 +1,6 @@
{
"name": "@ionic/vue",
"version": "6.7.2",
"version": "6.7.5",
"description": "Vue specific wrapper for @ionic/core",
"scripts": {
"eslint": "eslint src",
@@ -67,7 +67,7 @@
"vue-router": "^4.0.16"
},
"dependencies": {
"@ionic/core": "^6.7.2",
"@ionic/core": "^6.7.5",
"ionicons": "^6.1.3"
},
"vetur": {