Skip to content

Commit 99fa7b0

Browse files
authored
merge release-8.3.3 (#29944)
v8.3.3
2 parents 09b2ed0 + c67e629 commit 99fa7b0

33 files changed

+380
-233
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.3.3](https://github.com/ionic-team/ionic-framework/compare/v8.3.2...v8.3.3) (2024-10-16)
7+
8+
9+
### Bug Fixes
10+
11+
* **tabs, tab-bar:** use standalone tab bar in Vue, React ([#29940](https://github.com/ionic-team/ionic-framework/issues/29940)) ([b7b383b](https://github.com/ionic-team/ionic-framework/commit/b7b383bee080b72de2e6307ff9a9a051314c69ed)), closes [#29885](https://github.com/ionic-team/ionic-framework/issues/29885) [#29924](https://github.com/ionic-team/ionic-framework/issues/29924)
12+
13+
14+
15+
16+
617
## [8.3.2](https://github.com/ionic-team/ionic-framework/compare/v8.3.1...v8.3.2) (2024-10-02)
718

819

core/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.3.3](https://github.com/ionic-team/ionic-framework/compare/v8.3.2...v8.3.3) (2024-10-16)
7+
8+
**Note:** Version bump only for package @ionic/core
9+
10+
11+
12+
13+
614
## [8.3.2](https://github.com/ionic-team/ionic-framework/compare/v8.3.1...v8.3.2) (2024-10-02)
715

816

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.3.2",
3+
"version": "8.3.3",
44
"description": "Base components for Ionic",
55
"keywords": [
66
"ionic",

core/scripts/testing/styles.css

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

core/src/components/popover/test/size/index.html

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
ion-app > ion-content {
1717
--background: #dddddd;
1818
}
19-
ion-content button {
19+
ion-content button.trigger {
2020
padding: 12px 16px;
2121
}
2222
.grid {
@@ -57,26 +57,30 @@
5757
<div class="grid">
5858
<div class="grid-item">
5959
<h2>Cover</h2>
60-
<button id="cover-trigger">Trigger</button>
60+
<button id="cover-trigger" class="trigger">Trigger</button>
6161
<ion-popover show-backdrop="false" class="cover-popover" trigger="cover-trigger" size="cover">
6262
<ion-content class="ion-padding"> My really really really really long content </ion-content>
6363
</ion-popover>
6464
</div>
6565
<div class="grid-item">
6666
<h2>With Event</h2>
67-
<button id="event-trigger" onclick="openPopover('event-popover', event, 'false')">Trigger</button>
67+
<button id="event-trigger" class="trigger" onclick="openPopover('event-popover', event, 'false')">
68+
Trigger
69+
</button>
6870
</div>
6971

7072
<div class="grid-item">
7173
<h2>Auto</h2>
72-
<button id="auto-trigger">Trigger</button>
74+
<button id="auto-trigger" class="trigger">Trigger</button>
7375
<ion-popover show-backdrop="false" class="auto-popover" trigger="auto-trigger">
7476
<ion-content class="ion-padding"> My really really really really long content </ion-content>
7577
</ion-popover>
7678
</div>
7779
<div class="grid-item">
7880
<h2>No Event</h2>
79-
<button id="no-event-trigger" onclick="openPopover('no-event-popover', null, 'true')">Trigger</button>
81+
<button id="no-event-trigger" class="trigger" onclick="openPopover('no-event-popover', null, 'true')">
82+
Trigger
83+
</button>
8084
</div>
8185
</div>
8286
</ion-content>

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.3.2"
6+
"version": "8.3.3"
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.3.3](https://github.com/ionic-team/ionic-framework/compare/v8.3.2...v8.3.3) (2024-10-16)
7+
8+
**Note:** Version bump only for package @ionic/angular-server
9+
10+
11+
12+
13+
614
## [8.3.2](https://github.com/ionic-team/ionic-framework/compare/v8.3.1...v8.3.2) (2024-10-02)
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.3.2",
3+
"version": "8.3.3",
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.3.2"
65+
"@ionic/core": "^8.3.3"
6666
}
6767
}

0 commit comments

Comments
 (0)