Skip to content

Commit 4b79bbe

Browse files
authored
chore: sync with main (#29267)
2 parents 02e05bd + ac7631a commit 4b79bbe

File tree

126 files changed

+574
-99
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

126 files changed

+574
-99
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -21,65 +21,22 @@
2121
/packages/angular-server @sean-perkins @thetaPC
2222
/packages/angular/test @thetaPC
2323

24-
## React
25-
26-
/packages/react/ @amandaejohnston
27-
/packages/react-router @amandaejohnston
28-
/packages/react/test-app/
29-
/packages/react-router/test-app/
30-
3124
## Vue
3225

33-
/packages/vue/ @liamdebeasi @thetaPC
26+
/packages/vue/ @thetaPC
3427
/packages/vue-router/ @liamdebeasi @thetaPC
3528
/packages/vue/test/ @thetaPC
3629
/packages/vue-router/__tests__ @thetaPC
3730

3831
# Components
3932

40-
/core/src/components/accordion/ @liamdebeasi
41-
/core/src/components/accordion-group/ @liamdebeasi
42-
43-
/core/src/components/checkbox/ @amandaejohnston
44-
45-
/core/src/components/datetime/ @liamdebeasi @amandaejohnston @sean-perkins
46-
/core/src/components/datetime-button/ @liamdebeasi
47-
48-
/core/src/components/item/ @brandyscarney
49-
50-
/core/src/components/menu/ @amandaejohnston
51-
/core/src/components/menu-toggle/ @amandaejohnston
33+
/core/src/components/datetime/ @sean-perkins
5234

5335
/core/src/components/nav/ @sean-perkins
5436
/core/src/components/nav-link/ @sean-perkins
5537

56-
/core/src/components/picker/ @liamdebeasi
57-
/core/src/components/picker-column/ @liamdebeasi
58-
59-
/core/src/components/radio/ @amandaejohnston
60-
/core/src/components/radio-group/ @amandaejohnston
61-
62-
/core/src/components/refresher/ @liamdebeasi
63-
/core/src/components/refresher-content/ @liamdebeasi
64-
65-
/core/src/components/searchbar/ @brandyscarney
66-
67-
/core/src/components/segment/ @brandyscarney
68-
/core/src/components/segment-button/ @brandyscarney
69-
70-
/core/src/components/skeleton-text/ @brandyscarney
71-
7238
# Utilities
7339

74-
/core/src/utils/animation/ @liamdebeasi
7540
/core/src/utils/content/ @sean-perkins
7641
/core/src/utils/gesture/ @liamdebeasi
7742
/core/src/utils/input-shims/ @liamdebeasi
78-
/core/src/utils/keyboard/ @liamdebeasi
79-
/core/src/utils/logging/ @amandaejohnston
80-
/core/src/utils/sanitization/ @liamdebeasi
81-
/core/src/utils/tap-click/ @liamdebeasi
82-
/core/src/utils/transition/ @liamdebeasi
83-
84-
/core/src/css/ @brandyscarney
85-
/core/src/themes/ @brandyscarney

.github/workflows/assign-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
- name: 'Auto-assign issue'
1414
uses: pozil/auto-assign-issue@edee9537367a8fbc625d27f9e10aa8bad47b8723 # v1.13.0
1515
with:
16-
assignees: liamdebeasi, sean-perkins, brandyscarney, amandaejohnston, mapsandapps, thetaPC
16+
assignees: liamdebeasi, sean-perkins, brandyscarney, amandaejohnston, thetaPC
1717
numOfAssignee: 1
1818
allowSelfAssign: false

.github/workflows/release-ionic.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
uses: ./.github/workflows/actions/upload-archive
4242
with:
4343
name: ionic-docs
44-
output: docs/DocsBuild.zip
45-
paths: docs/core.json docs/core.d.ts
44+
output: packages/docs/DocsBuild.zip
45+
paths: packages/docs/core.json packages/docs/core.d.ts
4646

4747
release-docs:
4848
needs: [release-core]
@@ -53,15 +53,15 @@ jobs:
5353
uses: ./.github/workflows/actions/download-archive
5454
with:
5555
name: ionic-docs
56-
path: ./docs
56+
path: ./packages/docs
5757
filename: DocsBuild.zip
5858
- uses: ./.github/workflows/actions/publish-npm
5959
with:
6060
scope: '@ionic/docs'
6161
tag: ${{ inputs.tag }}
6262
version: ${{ inputs.version }}
6363
preid: ${{ inputs.preid }}
64-
working-directory: 'docs'
64+
working-directory: 'packages/docs'
6565
token: ${{ secrets.NPM_TOKEN }}
6666

6767
release-angular:

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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+
7+
## [7.8.3](https://github.com/ionic-team/ionic-framework/compare/v7.8.2...v7.8.3) (2024-04-03)
8+
9+
10+
### Bug Fixes
11+
12+
* **button:** activated outline button in toolbar no longer blends into background on MD dark mode ([#29216](https://github.com/ionic-team/ionic-framework/issues/29216)) ([ee5da7a](https://github.com/ionic-team/ionic-framework/commit/ee5da7a747c0a0b420c5e371a9fe9ec4938d179e))
13+
* **popover:** viewport can be scrolled if no content present ([#29215](https://github.com/ionic-team/ionic-framework/issues/29215)) ([f08759c](https://github.com/ionic-team/ionic-framework/commit/f08759c2b8256ff66f8d1901bd8e0be4617db262)), closes [#29211](https://github.com/ionic-team/ionic-framework/issues/29211)
14+
15+
16+
17+
18+
619
# [8.0.0-rc.0](https://github.com/ionic-team/ionic-framework/compare/v8.0.0-beta.4...v8.0.0-rc.0) (2024-03-27)
720

821
**Note:** Version bump only for package ionic-framework

core/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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+
7+
## [7.8.3](https://github.com/ionic-team/ionic-framework/compare/v7.8.2...v7.8.3) (2024-04-03)
8+
9+
10+
### Bug Fixes
11+
12+
* **button:** activated outline button in toolbar no longer blends into background on MD dark mode ([#29216](https://github.com/ionic-team/ionic-framework/issues/29216)) ([ee5da7a](https://github.com/ionic-team/ionic-framework/commit/ee5da7a747c0a0b420c5e371a9fe9ec4938d179e))
13+
* **popover:** viewport can be scrolled if no content present ([#29215](https://github.com/ionic-team/ionic-framework/issues/29215)) ([f08759c](https://github.com/ionic-team/ionic-framework/commit/f08759c2b8256ff66f8d1901bd8e0be4617db262)), closes [#29211](https://github.com/ionic-team/ionic-framework/issues/29211)
14+
15+
16+
17+
18+
619
# [8.0.0-rc.0](https://github.com/ionic-team/ionic-framework/compare/v8.0.0-beta.4...v8.0.0-rc.0) (2024-03-27)
720

821
**Note:** Version bump only for package @ionic/core

core/package-lock.json

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

core/src/components/button/button.ios.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,3 +247,12 @@
247247
:host(.button-solid.ion-color.ion-activated) .button-native::after {
248248
background: #{current-color(shade)};
249249
}
250+
251+
252+
// Activated Button in Toolbar
253+
// --------------------------------------------------
254+
255+
:host(.button-outline.ion-activated.in-toolbar:not(.ion-color):not(.in-toolbar-color)) .button-native {
256+
background: var(--ion-toolbar-color, var(--color));
257+
color: #{var(--ion-toolbar-background, var(--background), ion-color(primary, contrast))};
258+
}

core/src/components/button/button.md.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,3 +196,12 @@
196196
background: #{current-color(base)};
197197
}
198198
}
199+
200+
201+
// Activated Button in Toolbar
202+
// --------------------------------------------------
203+
204+
:host(.button-outline.ion-activated.in-toolbar:not(.ion-color):not(.in-toolbar-color)) .button-native {
205+
background: var(--ion-toolbar-background, var(--color));
206+
color: #{var(--ion-toolbar-color, var(--background), ion-color(primary, contrast))};
207+
}

core/src/components/button/button.scss

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -325,11 +325,3 @@ ion-ripple-effect {
325325
background: #{var(--ion-toolbar-color, var(--background))};
326326
color: #{var(--ion-toolbar-background, var(--color))};
327327
}
328-
329-
// Activated Button in Toolbar
330-
// --------------------------------------------------
331-
332-
:host(.button-outline.ion-activated.in-toolbar:not(.ion-color):not(.in-toolbar-color)) .button-native {
333-
background: var(--ion-toolbar-color, var(--color));
334-
color: #{var(--ion-toolbar-background, var(--background), ion-color(primary, contrast))};
335-
}

core/src/components/popover/popover.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,6 @@
101101
display: flex;
102102

103103
flex-direction: column;
104-
105-
overflow: hidden;
106104
}
107105

108106
// Nested Popovers

0 commit comments

Comments
 (0)