Skip to content

Commit d651dfa

Browse files
committed
Merge branch 'main' of github.com:ionic-team/ionic-framework into FW-6475
2 parents 60c715b + d52b253 commit d651dfa

27 files changed

+192
-178
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [8.6.1](https://github.com/ionic-team/ionic-framework/compare/v8.6.0...v8.6.1) (2025-06-11)
7+
8+
9+
### Bug Fixes
10+
11+
* **item-sliding:** check for side attribute to avoid an `undefined` value ([#29845](https://github.com/ionic-team/ionic-framework/issues/29845)) ([c38aa07](https://github.com/ionic-team/ionic-framework/commit/c38aa07cf8bfab200b3c071328d893bd1627cde7)), closes [#29499](https://github.com/ionic-team/ionic-framework/issues/29499)
12+
* **modal:** reset footer positioning after content drag and multi-footer support ([#30470](https://github.com/ionic-team/ionic-framework/issues/30470)) ([071b414](https://github.com/ionic-team/ionic-framework/commit/071b414a00f4497ed0baa1431f0bee4b3c7c13fb)), closes [#30468](https://github.com/ionic-team/ionic-framework/issues/30468)
13+
14+
15+
16+
17+
618
# [8.6.0](https://github.com/ionic-team/ionic-framework/compare/v8.5.9...v8.6.0) (2025-06-04)
719

820

core/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [8.6.1](https://github.com/ionic-team/ionic-framework/compare/v8.6.0...v8.6.1) (2025-06-11)
7+
8+
9+
### Bug Fixes
10+
11+
* **item-sliding:** check for side attribute to avoid an `undefined` value ([#29845](https://github.com/ionic-team/ionic-framework/issues/29845)) ([c38aa07](https://github.com/ionic-team/ionic-framework/commit/c38aa07cf8bfab200b3c071328d893bd1627cde7)), closes [#29499](https://github.com/ionic-team/ionic-framework/issues/29499)
12+
* **modal:** reset footer positioning after content drag and multi-footer support ([#30470](https://github.com/ionic-team/ionic-framework/issues/30470)) ([071b414](https://github.com/ionic-team/ionic-framework/commit/071b414a00f4497ed0baa1431f0bee4b3c7c13fb)), closes [#30468](https://github.com/ionic-team/ionic-framework/issues/30468)
13+
14+
15+
16+
17+
618
# [8.6.0](https://github.com/ionic-team/ionic-framework/compare/v8.5.9...v8.6.0) (2025-06-04)
719

820

core/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/core",
3-
"version": "8.6.0",
3+
"version": "8.6.1",
44
"description": "Base components for Ionic",
55
"keywords": [
66
"ionic",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"core",
44
"packages/*"
55
],
6-
"version": "8.6.0"
6+
"version": "8.6.1"
77
}

packages/angular-server/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [8.6.1](https://github.com/ionic-team/ionic-framework/compare/v8.6.0...v8.6.1) (2025-06-11)
7+
8+
**Note:** Version bump only for package @ionic/angular-server
9+
10+
11+
12+
13+
614
# [8.6.0](https://github.com/ionic-team/ionic-framework/compare/v8.5.9...v8.6.0) (2025-06-04)
715

816
**Note:** Version bump only for package @ionic/angular-server

packages/angular-server/package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/angular-server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/angular-server",
3-
"version": "8.6.0",
3+
"version": "8.6.1",
44
"description": "Angular SSR Module for Ionic",
55
"keywords": [
66
"ionic",
@@ -62,6 +62,6 @@
6262
},
6363
"prettier": "@ionic/prettier-config",
6464
"dependencies": {
65-
"@ionic/core": "^8.6.0"
65+
"@ionic/core": "^8.6.1"
6666
}
6767
}

packages/angular/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [8.6.1](https://github.com/ionic-team/ionic-framework/compare/v8.6.0...v8.6.1) (2025-06-11)
7+
8+
**Note:** Version bump only for package @ionic/angular
9+
10+
11+
12+
13+
614
# [8.6.0](https://github.com/ionic-team/ionic-framework/compare/v8.5.9...v8.6.0) (2025-06-04)
715

816

packages/angular/package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/angular",
3-
"version": "8.6.0",
3+
"version": "8.6.1",
44
"description": "Angular specific wrappers for @ionic/core",
55
"keywords": [
66
"ionic",
@@ -47,7 +47,7 @@
4747
}
4848
},
4949
"dependencies": {
50-
"@ionic/core": "^8.6.0",
50+
"@ionic/core": "^8.6.1",
5151
"ionicons": "^7.0.0",
5252
"jsonc-parser": "^3.0.0",
5353
"tslib": "^2.3.0"

packages/angular/src/index.ts

Lines changed: 23 additions & 89 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ export { BooleanValueAccessorDirective as BooleanValueAccessor } from './directi
33
export { NumericValueAccessorDirective as NumericValueAccessor } from './directives/control-value-accessors/numeric-value-accessor';
44
export { SelectValueAccessorDirective as SelectValueAccessor } from './directives/control-value-accessors/select-value-accessor';
55
export { TextValueAccessorDirective as TextValueAccessor } from './directives/control-value-accessors/text-value-accessor';
6-
export { IonTabs } from './directives/navigation/ion-tabs';
76
export { IonBackButton } from './directives/navigation/ion-back-button';
87
export { IonNav } from './directives/navigation/ion-nav';
98
export { IonRouterOutlet } from './directives/navigation/ion-router-outlet';
9+
export { IonTabs } from './directives/navigation/ion-tabs';
1010
export {
1111
RouterLinkDelegateDirective as RouterLinkDelegate,
12-
RouterLinkWithHrefDelegateDirective as RouterLinkWithHrefDelegate,
12+
RouterLinkWithHrefDelegateDirective as RouterLinkWithHrefDelegate
1313
} from './directives/navigation/router-link-delegate';
1414

1515
export { IonModal } from './directives/overlays/modal';
@@ -19,21 +19,13 @@ export * from './directives/validators';
1919

2020
// PROVIDERS
2121
export {
22-
DomController,
23-
NavController,
24-
Config,
25-
Platform,
26-
AngularDelegate,
27-
NavParams,
28-
IonicRouteStrategy,
29-
ViewWillEnter,
30-
ViewWillLeave,
31-
ViewDidEnter,
32-
ViewDidLeave,
22+
AngularDelegate, Config, DomController, IonicRouteStrategy, IonModalToken, NavController, NavParams, Platform, ViewDidEnter,
23+
ViewDidLeave, ViewWillEnter,
24+
ViewWillLeave
3325
} from '@ionic/angular/common';
26+
export { ActionSheetController } from './providers/action-sheet-controller';
3427
export { AlertController } from './providers/alert-controller';
3528
export { AnimationController } from './providers/animation-controller';
36-
export { ActionSheetController } from './providers/action-sheet-controller';
3729
export { GestureController } from './providers/gesture-controller';
3830
export { LoadingController } from './providers/loading-controller';
3931
export { MenuController } from './providers/menu-controller';
@@ -46,94 +38,36 @@ export { ToastController } from './providers/toast-controller';
4638
export { IonicModule } from './ionic-module';
4739

4840
export {
49-
// UTILS
50-
createAnimation,
51-
createGesture,
52-
iosTransitionAnimation,
53-
mdTransitionAnimation,
54-
IonicSlides,
55-
getPlatforms,
56-
isPlatform,
57-
getTimeGivenProgression,
58-
getIonPageElement,
41+
AccordionGroupChangeEventDetail, AccordionGroupCustomEvent, ActionSheetButton, ActionSheetOptions, AlertButton, AlertInput, AlertOptions,
5942
// TYPES
6043
Animation,
6144
AnimationBuilder,
6245
AnimationCallbackOptions,
6346
AnimationDirection,
6447
AnimationFill,
6548
AnimationKeyFrames,
66-
AnimationLifecycle,
67-
Gesture,
49+
AnimationLifecycle, BackButtonEvent, BreadcrumbCollapsedClickEventDetail, BreadcrumbCustomEvent, CheckboxChangeEventDetail, CheckboxCustomEvent,
50+
// UTILS
51+
createAnimation,
52+
createGesture, DatetimeChangeEventDetail, DatetimeCustomEvent, Gesture,
6853
GestureConfig,
69-
GestureDetail,
70-
NavComponentWithProps,
71-
SpinnerTypes,
72-
AccordionGroupCustomEvent,
73-
AccordionGroupChangeEventDetail,
74-
BreadcrumbCustomEvent,
75-
BreadcrumbCollapsedClickEventDetail,
76-
ActionSheetOptions,
77-
ActionSheetButton,
78-
AlertOptions,
79-
AlertInput,
80-
AlertButton,
81-
BackButtonEvent,
82-
CheckboxCustomEvent,
83-
CheckboxChangeEventDetail,
84-
DatetimeCustomEvent,
85-
DatetimeChangeEventDetail,
86-
InfiniteScrollCustomEvent,
87-
InputCustomEvent,
88-
InputChangeEventDetail,
89-
InputOtpCustomEvent,
90-
InputOtpChangeEventDetail,
91-
InputOtpCompleteEventDetail,
92-
InputOtpInputEventDetail,
93-
ItemReorderEventDetail,
94-
ItemReorderCustomEvent,
95-
ItemSlidingCustomEvent,
96-
IonicSafeString,
97-
LoadingOptions,
98-
MenuCustomEvent,
99-
ModalOptions,
100-
NavCustomEvent,
101-
PickerOptions,
102-
PickerButton,
54+
GestureDetail, getIonPageElement, getPlatforms, getTimeGivenProgression, InfiniteScrollCustomEvent, InputChangeEventDetail, InputCustomEvent, InputOtpChangeEventDetail,
55+
InputOtpCompleteEventDetail, InputOtpCustomEvent, InputOtpInputEventDetail, IonicSafeString, IonicSlides, iosTransitionAnimation, isPlatform, ItemReorderCustomEvent, ItemReorderEventDetail, ItemSlidingCustomEvent, LoadingOptions, mdTransitionAnimation, MenuCustomEvent,
56+
ModalOptions, NavComponentWithProps, NavCustomEvent, openURL, PickerButton,
10357
PickerColumn,
104-
PickerColumnOption,
105-
PlatformConfig,
106-
PopoverOptions,
107-
RadioGroupCustomEvent,
108-
RadioGroupChangeEventDetail,
109-
RangeCustomEvent,
110-
RangeChangeEventDetail,
111-
RangeKnobMoveStartEventDetail,
112-
RangeKnobMoveEndEventDetail,
113-
RefresherCustomEvent,
114-
RefresherEventDetail,
115-
RouterEventDetail,
116-
RouterCustomEvent,
117-
ScrollBaseCustomEvent,
118-
ScrollBaseDetail,
119-
ScrollDetail,
120-
ScrollCustomEvent,
121-
SearchbarCustomEvent,
122-
SearchbarChangeEventDetail,
123-
SearchbarInputEventDetail,
58+
PickerColumnOption, PickerOptions, PlatformConfig,
59+
PopoverOptions, RadioGroupChangeEventDetail, RadioGroupCustomEvent, RangeChangeEventDetail, RangeCustomEvent, RangeKnobMoveEndEventDetail, RangeKnobMoveStartEventDetail, RefresherCustomEvent,
60+
RefresherEventDetail, RouterCustomEvent, RouterEventDetail, ScrollBaseCustomEvent,
61+
ScrollBaseDetail, ScrollCustomEvent, ScrollDetail, SearchbarChangeEventDetail, SearchbarCustomEvent, SearchbarInputEventDetail,
12462
SegmentChangeEventDetail,
12563
SegmentCustomEvent,
12664
SegmentValue,
12765
SelectChangeEventDetail,
128-
SelectCustomEvent,
129-
TabsCustomEvent,
66+
SelectCustomEvent, SpinnerTypes, TabsCustomEvent,
13067
TextareaChangeEventDetail,
131-
TextareaCustomEvent,
132-
ToastOptions,
133-
ToastButton,
134-
ToastLayout,
135-
ToggleChangeEventDetail,
68+
TextareaCustomEvent, ToastButton,
69+
ToastLayout, ToastOptions, ToggleChangeEventDetail,
13670
ToggleCustomEvent,
137-
TransitionOptions,
138-
openURL,
71+
TransitionOptions
13972
} from '@ionic/core';
73+

packages/docs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [8.6.1](https://github.com/ionic-team/ionic-framework/compare/v8.6.0...v8.6.1) (2025-06-11)
7+
8+
**Note:** Version bump only for package @ionic/docs
9+
10+
11+
12+
13+
614
# [8.6.0](https://github.com/ionic-team/ionic-framework/compare/v8.5.9...v8.6.0) (2025-06-04)
715

816
**Note:** Version bump only for package @ionic/docs

0 commit comments

Comments
 (0)