Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
8083 commits
Select commit Hold shift + click to select a range
2149ba2
fix(capacitor): use proper types for capacitor v7 support (#30228)
ShaneK Mar 6, 2025
4df0e0f
fix(alert): change focused element and improve keyboard navigation (#…
joselrio Mar 6, 2025
3223193
fix(range): handle unsupported values for range min and max (#30070)
fudom Mar 7, 2025
ba8d8f4
fix(toggle): trigger focus and blur on click (#30234)
thetaPC Mar 10, 2025
9fe4455
Merge branch 'main' into chore-feat-8.5-main
brandyscarney Mar 10, 2025
57b784a
chore(git): update feature-8.5 from main (#30238)
brandyscarney Mar 10, 2025
335672d
refactor(modal): allow dragging when expandToScroll is false (#30235)
thetaPC Mar 10, 2025
99d2f1c
feat(checkbox): add helperText and errorText properties (#30140)
brandyscarney Mar 10, 2025
94ca2e5
feat(toggle): add helperText and errorText properties (#30161)
brandyscarney Mar 10, 2025
bbdaec0
feat(select): add helperText and errorText properties (#30143)
brandyscarney Mar 10, 2025
18e26ac
feat(radio-group): add helperText and errorText properties (#30222)
brandyscarney Mar 10, 2025
11554a5
fix(vue): update output target and properly emit events (#30227)
christian-bromann Mar 11, 2025
504fb6a
feat(input, textarea): dir is inherited to native form control (#30102)
mehran-prs Mar 11, 2025
6dcb143
fix(vue): update output target and resolve type issues (#30239)
christian-bromann Mar 13, 2025
4b10d7d
v8.4.4
Ionitron Mar 13, 2025
267e21d
chore(): update package lock files
Ionitron Mar 13, 2025
b04aea6
chore(): update package lock files & changelog files
brandyscarney Mar 13, 2025
c6deb51
merge release-8.4.4 (#30247)
brandyscarney Mar 13, 2025
3799d45
fix(vue): pin Vue output target to latest release (#30248)
christian-bromann Mar 13, 2025
0844857
v8.4.5
Ionitron Mar 13, 2025
6b33d19
chore(): update package lock files
Ionitron Mar 13, 2025
14698f7
chore(): update package lock files
brandyscarney Mar 13, 2025
fd1ef60
merge release-8.4.5 (#30250)
brandyscarney Mar 13, 2025
1145142
Merge branch 'main' into chore-update-feat-8.5-main
brandyscarney Mar 13, 2025
4c01edc
chore(git): merge main into feature-8.5 (#30252)
brandyscarney Mar 13, 2025
09d16ef
v8.5.0
Ionitron Mar 13, 2025
a6437b2
chore(): update package lock files
Ionitron Mar 13, 2025
e91a9ad
chore(): update package lock files
brandyscarney Mar 13, 2025
b8ce56b
merge release-8.5.0 (#30253)
brandyscarney Mar 13, 2025
c63ec2e
chore(deps): update playwright (#29840)
renovate[bot] Mar 14, 2025
39f636f
test(infinite): disable flaky test when running in CI (#30264)
thetaPC Mar 17, 2025
d36283e
chore(snapshots): use default value for cmd line argument (#30263)
thetaPC Mar 17, 2025
68be8e9
fix(modal): consider scrollable content while dragging when expandToS…
kumibrr Mar 18, 2025
f4186c6
fix(vue): update output target and fix incorrect types (#30259)
christian-bromann Mar 18, 2025
484cc27
chore(deps): update mcr.microsoft.com/playwright docker tag to v1.51.…
renovate[bot] Mar 18, 2025
2018a04
chore(deps): update dependency @capacitor/core to v7.1.0 (#30258)
renovate[bot] Mar 18, 2025
b67259e
feat(datetime): add showAdjacentDays to display days from the previou…
JoaoFerreira-FrontEnd Mar 19, 2025
c4b9212
perf(sheet): fixing performance regression on modal sheets when expan…
ShaneK Mar 19, 2025
9496c19
v8.5.1
Ionitron Mar 19, 2025
75f5e9d
chore(): update package lock files
Ionitron Mar 19, 2025
6550fca
chore(): update package lock files
brandyscarney Mar 19, 2025
743eb25
docs(changelog): include hotfix release
brandyscarney Mar 19, 2025
b0fc4e4
docs(changelog): update component name
brandyscarney Mar 19, 2025
21f49b0
merge release-8.5.1 (#30274)
brandyscarney Mar 19, 2025
9e11fcb
test(angular): fixing over-import of RouterModule in the standalone r…
ShaneK Mar 20, 2025
0f23526
chore(deps): update dependency @playwright/test to ^1.51.1 (#30289)
renovate[bot] Mar 24, 2025
7789bb5
fix(range): emit ionInput when value changes (#30293)
thetaPC Mar 24, 2025
1cfa915
fix(segment-button): ensure consistent disabled state for segment-con…
thetaPC Mar 25, 2025
ac6e6a0
fix(datetime): support typing time values in a 24-hour format (#30147)
vunizhona Mar 26, 2025
0893703
test(angular): add a landing page to go between lazy and standalone a…
brandyscarney Mar 26, 2025
4fb15fe
v8.5.2
Ionitron Mar 26, 2025
ca51d64
chore(): update package lock files
Ionitron Mar 26, 2025
27816d1
chore(): update package lock files
brandyscarney Mar 26, 2025
23b7a29
merge release-8.5.2 (#30314)
brandyscarney Mar 26, 2025
bb40a1e
fix(checkbox): ensure proper visual selection when navigating via Voi…
ShaneK Mar 28, 2025
e140b90
feat(datetime): add animation to adjacent days selection (#30298)
JoaoFerreira-FrontEnd Mar 28, 2025
78df64c
Merge remote-tracking branch 'origin/main' into chore-sync-feature-8.…
thetaPC Mar 31, 2025
e27bb2c
test(datetime): update snapshots and use waitFor
thetaPC Mar 31, 2025
91477cf
chore(git): sync main (#30322)
thetaPC Mar 31, 2025
7f9df7a
fix(overlays): exclude backdrop-no-scroll class when toast is present…
tobiloeb Apr 1, 2025
105796f
fix(segment-view): prevent vertical scroll while scrolling horizontal…
thetaPC Apr 2, 2025
28e29c3
v8.5.3
Ionitron Apr 2, 2025
3213bf4
chore(): update package lock files
Ionitron Apr 2, 2025
37fb269
chore(): update package lock files
brandyscarney Apr 2, 2025
4317da0
merge release-8.5.3 (#30330)
brandyscarney Apr 2, 2025
835ad52
fix(config): properly export LogLevel (#30335)
brandyscarney Apr 4, 2025
796e007
feat(toggle): add iOS 18 haptic feedback (#29945)
jedlikowski Apr 4, 2025
43b707e
Merge branch 'main' into bc/update-feature-8-6
brandyscarney Apr 9, 2025
2667ee3
merge main (#30346)
brandyscarney Apr 9, 2025
d197489
v8.5.4
Ionitron Apr 9, 2025
fd4ffdd
chore(): update package lock files
Ionitron Apr 9, 2025
51de007
chore(): update package lock files
brandyscarney Apr 9, 2025
1bc4f59
merge release-8.5.4 (#30347)
brandyscarney Apr 9, 2025
b1bc58f
fix(toggle): ensure proper visual selection when navigating via Voice…
ShaneK Apr 11, 2025
396ff3d
chore(deps): update dependency @capacitor/core to v7.2.0 (#30336)
renovate[bot] Apr 11, 2025
e1a4512
chore(deps): update dependency node to v22 (#30326)
renovate[bot] Apr 11, 2025
44efdb0
chore(deps): update dependency @clack/prompts to v0.10.1 (#30351)
renovate[bot] Apr 11, 2025
8dd566b
fix(modal): add expandToScroll property to ModalOptions (#30357)
luisbytes Apr 14, 2025
d52fca0
fix(config): allow LogLevel to work with isolatedModules and update a…
brandyscarney Apr 16, 2025
cad1c61
fix(select): update icon color and use correct focused class (#30342)
thetaPC Apr 16, 2025
c5c4d1d
v8.5.5
Ionitron Apr 16, 2025
4fc1366
chore(): update package lock files
Ionitron Apr 16, 2025
5a564d6
merge release-8.5.5 (#30365)
brandyscarney Apr 16, 2025
b0d88ea
chore(deps): update capacitor to v7.0.1 (#30358)
renovate[bot] Apr 16, 2025
808c60c
chore(deps): update stencil core (#30132)
christian-bromann Apr 23, 2025
3f0e43d
docs(core): update Docker to Rancher desktop (#30372)
brandyscarney Apr 25, 2025
8ef79cf
chore(deps): update playwright (#30367)
renovate[bot] Apr 29, 2025
7a9d138
fix(item): emit click event once when clicking padded space on item a…
brandyscarney Apr 30, 2025
fbbb5e3
v8.5.6
Ionitron Apr 30, 2025
e6e6483
chore(): update package lock files
Ionitron Apr 30, 2025
bf396c9
merge release-8.5.6 (#30381)
brandyscarney Apr 30, 2025
6307441
Merge branch 'main' into chore/merge-main
brandyscarney May 1, 2025
d8582e4
chore(): add updated snapshots
Ionitron May 1, 2025
b740070
merge main (#30387)
brandyscarney May 1, 2025
7d639b0
fix(labels): prevent clicking a label from triggering onClick twice o…
ShaneK May 2, 2025
af6b865
v8.5.7
Ionitron May 7, 2025
54bc6cc
chore(): update package lock files
Ionitron May 7, 2025
c3ad15b
merge release-8.5.7 (#30396)
brandyscarney May 7, 2025
00beab4
chore(docs): remove redundant word in comment (#30415)
pengqiseven May 20, 2025
2dea607
fix(scroll-assist): allow focus on input's siblings (#30409)
thetaPC May 27, 2025
4e38700
fix(input-password-toggle, button): force update aria attributes (#30…
thetaPC May 27, 2025
975abc5
chore(deps): update dependency @clack/prompts to ^0.11.0 (#30425)
renovate[bot] May 27, 2025
57f8666
v8.5.8
Ionitron May 28, 2025
b587ccd
chore(): update package lock files
Ionitron May 28, 2025
61abc2b
merge release-8.5.8 (#30436)
ShaneK May 28, 2025
4d6a067
feat(input-otp): add new input-otp component (#30386)
brandyscarney May 29, 2025
14f32f8
fix(datetime): set working parts to last selected value (#29610)
sean-perkins May 30, 2025
c62590a
chore(git): improve Ionitron to stop closing issues that have the 'ne…
gnbm Jun 2, 2025
b77447b
fix(input-otp): correctly handle autofill by splitting the values int…
brandyscarney Jun 3, 2025
4cbbbb0
fix(sheet): move sheet footers instead of cloning while dragging (#30…
ShaneK Jun 3, 2025
1563b7b
chore(deps): update dependency @stencil/core to v4.33.1 (#30450)
brandyscarney Jun 3, 2025
3b1a0eb
v8.5.9
Ionitron Jun 4, 2025
4e76bd3
chore(): update package lock files
Ionitron Jun 4, 2025
0b1abf7
docs(changelog): improve description of fix for datetime
brandyscarney Jun 4, 2025
2a22181
docs(changelog): add missing closed issues
brandyscarney Jun 4, 2025
87c96fa
merge release-8.5.9 (#30452)
brandyscarney Jun 4, 2025
6afcd53
Merge branch 'main' into chore/update-from-main
brandyscarney Jun 4, 2025
9674438
merge main (#30454)
brandyscarney Jun 4, 2025
3e76b83
v8.6.0
Ionitron Jun 4, 2025
fed4d62
chore(): update package lock files
Ionitron Jun 4, 2025
1d3e12c
merge release-8.6.0 (#30455)
brandyscarney Jun 4, 2025
2df6d2c
chore(git): purge JSDelivr cache for all major versions (#30457)
brandyscarney Jun 4, 2025
907506b
test(fab): skip flaky custom size test (#30463)
brandyscarney Jun 9, 2025
8bec166
chore(deps): update dependency @axe-core/playwright to ^4.10.2 (#30460)
renovate[bot] Jun 9, 2025
7da26d0
test(popover): skip flaky no event popover test (#30464)
brandyscarney Jun 9, 2025
5ca8fc8
chore(deps): update dependency @capacitor/core to v7.3.0 (#30461)
renovate[bot] Jun 9, 2025
071b414
fix(modal): reset footer positioning after content drag and multi-foo…
ShaneK Jun 10, 2025
c38aa07
fix(item-sliding): check for side attribute to avoid an `undefined` v…
brandyscarney Jun 10, 2025
446b64e
v8.6.1
Ionitron Jun 11, 2025
e27c14a
chore(): update package lock files
Ionitron Jun 11, 2025
d52b253
merge release-8.6.1 (#30475)
thetaPC Jun 11, 2025
6811fe5
fix(range): improve focus and blur handling for dual knobs (#30482)
ShaneK Jun 13, 2025
6ae2907
fix(picker-column): fallback to elementFromPoint for iOS 16 Shadow DO…
thetaPC Jun 18, 2025
0ea65fe
v8.6.2
Ionitron Jun 18, 2025
bc36d44
chore(): update package lock files
Ionitron Jun 18, 2025
55017a3
merge release-8.6.2 (#30499)
ShaneK Jun 18, 2025
91937f8
chore(renovate): group playwright npm packages and docker (#30483)
brandyscarney Jun 23, 2025
cc9e211
chore(deps): update dependency @capacitor/core to v7.4.0 (#30505)
renovate[bot] Jun 23, 2025
4b5753a
test(angular): add ng20 test app (#30507)
thetaPC Jun 24, 2025
db915bf
docs(methods): update component method documentation #4145 (#30495)
soundproofboot Jun 26, 2025
327b254
chore(renovate): remove allowedVersions restriction from playwright g…
brandyscarney Jun 27, 2025
98de908
chore(renovate): remove minimumReleaseAge and stencil allowedVersions…
brandyscarney Jun 27, 2025
ee871ed
chore(renovate): separate docker & npm playwright updates (#30515)
brandyscarney Jun 27, 2025
bcc730c
chore(angular): update typescript to support Angular 20 (#30516)
thetaPC Jun 27, 2025
72a5cdf
chore(deps): update dependency @stencil/vue-output-target to v0.10.8 …
renovate[bot] Jun 30, 2025
ee47660
fix(modal): add conditional tabIndex for handle cycling (#30510)
ShaneK Jun 30, 2025
ac81383
test(breadcrumbs): update Playwright tests to use setContent (#30518)
brandyscarney Jun 30, 2025
4b8863b
chore(deps): update playwright (#30513)
renovate[bot] Jun 30, 2025
7b9f306
chore(angular): upgrade test apps to latest (#30517)
thetaPC Jun 30, 2025
80a111c
fix(select): focus the correct selected item in an action sheet inter…
crazyserver Jul 1, 2025
08e3e7a
fix(angular): update schematics to support Angular's latest build sys…
brandyscarney Jul 2, 2025
a3c51e5
v8.6.3
Ionitron Jul 2, 2025
ffdb2c1
chore(): update package lock files
Ionitron Jul 2, 2025
29ec454
merge release-8.6.3 (#30526)
brandyscarney Jul 2, 2025
b5b4c35
chore(deps): update dependency @capacitor/core to v7.4.1 (#30530)
renovate[bot] Jul 7, 2025
498f7c7
chore(ci): update PR title check to exclude chore and release titles …
brandyscarney Jul 8, 2025
73f7b3f
test(item-sliding): add test for side issue with CDN (#30469)
brandyscarney Jul 8, 2025
0fd9e82
fix(modal): support iOS card view transitions for viewport changes (#…
ShaneK Jul 9, 2025
d2aa07f
v8.6.4
Ionitron Jul 9, 2025
be543c1
chore(): update package lock files
Ionitron Jul 9, 2025
a4dea39
merge release-8.6.4 (#30535)
ShaneK Jul 9, 2025
f1defba
fix(input): prevent layout shift when hiding password toggle (#30533)
soundproofboot Jul 9, 2025
8bfd6d9
chore(deps): update dependency @capacitor/core to v7.4.2 (#30538)
renovate[bot] Jul 11, 2025
9b0099f
fix(modal): dismiss child modals when parent is dismissed (#30540)
ShaneK Jul 11, 2025
8b4023d
fix(input-otp): improve autofill detection and invalid character hand…
brandyscarney Jul 11, 2025
5ce5f7d
chore(assign-issues): remove maria until OOO ends (#30542)
thetaPC Jul 13, 2025
b3b93c1
chore(deps): update mcr.microsoft.com/playwright docker tag to v1.53.…
renovate[bot] Jul 14, 2025
850338c
fix(modal): dismiss modal when parent element is removed from DOM (#3…
ShaneK Jul 14, 2025
3f730ab
fix(item): allow nested content to be conditionally interactive (#30519)
soundproofboot Jul 15, 2025
d37b9b8
fix(modal): improve card modal background transition from portrait to…
ShaneK Jul 15, 2025
68ad860
chore(deps): update playwright (#30548)
renovate[bot] Jul 15, 2025
d14311f
fix(segment-view): scroll to correct content when height is not set (…
brandyscarney Jul 16, 2025
5a3ad9c
v8.6.5
Ionitron Jul 16, 2025
75df162
chore(): update package lock files
Ionitron Jul 16, 2025
5f12cf8
merge release-8.6.5 (#30554)
brandyscarney Jul 16, 2025
dd68369
chore(deps): update dependency @stencil/core to v4.36.1 (#30524)
renovate[bot] Jul 29, 2025
5780a95
chore(deps): update dependency @stencil/core to v4.36.2 (#30574)
renovate[bot] Jul 30, 2025
708d584
v8.6.6
Ionitron Jul 30, 2025
baed347
chore(): update package lock files
Ionitron Jul 30, 2025
31c5416
docs(changelog): include stencil version bump
brandyscarney Jul 30, 2025
0f7dd51
merge release-8.6.6 (#30575)
brandyscarney Jul 30, 2025
dc71316
chore(deps): downgrade Stencil to v4.33.1 (#30579)
brandyscarney Jul 30, 2025
759147f
v8.6.7
Ionitron Jul 30, 2025
ffcf5d0
chore(): update package lock files
Ionitron Jul 30, 2025
244f9a1
docs(changelog): add in deps updates
brandyscarney Jul 30, 2025
d25b8a3
merge release-8.6.7 (#30580)
brandyscarney Jul 30, 2025
b154f4e
feat(reorder-group): add ionReorderStart, ionReorderMove, ionReorderE…
brandyscarney Jun 23, 2025
30d1910
feat(modal): add IonModalToken for injecting modal elements in Angula…
ShaneK Jun 23, 2025
74cd71a
feat(deps): update ionicons to v8 (#30390)
christian-bromann Jul 9, 2025
d5627c7
feat(datetime): add border property to highlightedDates (#30534)
brandyscarney Jul 9, 2025
75f6c05
feat(css): add new css utility classes for display and flex utils (#3…
brandyscarney Jul 28, 2025
cbb4ad5
v8.7.0
Ionitron Jul 30, 2025
227d637
chore(): update package lock files
Ionitron Jul 30, 2025
fdb7796
merge release-8.7.0 (#30583)
brandyscarney Jul 30, 2025
6203b88
chore(deps): update @stencil/core to v4.36.2 (#30587)
brandyscarney Jul 31, 2025
e4c0428
v8.7.1
Ionitron Jul 31, 2025
8d39ea0
chore(): update package lock files
Ionitron Jul 31, 2025
a62d382
docs(changelog): include stencil update
brandyscarney Jul 31, 2025
a00a389
merge release-8.7.1 (#30588)
brandyscarney Jul 31, 2025
95a7d71
chore(deps): update dependency chalk to v5.5.0 (#30597)
renovate[bot] Aug 4, 2025
56265e3
test(core): fix flaky datetime and input-otp tests (#30598)
brandyscarney Aug 4, 2025
a2e803a
fix(tabs): add fallback to select tab if router integration fails (#3…
ShaneK Aug 4, 2025
05026c5
test(angular): migrate to playwright (#30594)
brandyscarney Aug 5, 2025
1cd81b9
fix(reorder-group): add children fallback for framework compatibilit…
brandyscarney Aug 5, 2025
dc764e4
test(react): general navigation improvement (#30602)
ShaneK Aug 5, 2025
b9013c9
chore(deps): update capacitor to v7.0.2 (#30604)
renovate[bot] Aug 6, 2025
a671b74
chore(deps): update dependency @stencil/vue-output-target to v0.11.8 …
renovate[bot] Aug 6, 2025
f1e6a4b
chore(deps): update actions/download-artifact action to v5 (#30605)
renovate[bot] Aug 6, 2025
895ef47
chore(deps): update playwright (#30596)
renovate[bot] Aug 6, 2025
67a1800
chore(deps): update dependency @stencil/angular-output-target to v1 (…
renovate[bot] Aug 6, 2025
7075808
v8.7.2
Ionitron Aug 6, 2025
4c1d012
chore(): update package lock files
Ionitron Aug 6, 2025
d91edcf
merge release-8.7.2 (#30607)
brandyscarney Aug 6, 2025
a6b19f4
chore(deps): downgrade @stencil/angular-output-target and @stencil/vu…
brandyscarney Aug 7, 2025
2229c24
test(vue): improve test app (#30610)
brandyscarney Aug 8, 2025
8b0769c
chore(github): update archive to include proxies (#30623)
brandyscarney Aug 11, 2025
e5ed8a1
chore(deps): update actions/checkout action to v5 (#30624)
renovate[bot] Aug 12, 2025
ed13318
chore(deps): update amannn/action-semantic-pull-request action to v6 …
renovate[bot] Aug 15, 2025
e9e6605
fix(checkbox): add aria attributes to ignore checkbox icon (#30633)
ShaneK Aug 18, 2025
aadf06c
chore(deps): update dependency chalk to v5.6.0 (#30637)
renovate[bot] Aug 18, 2025
1899b49
fix(refresher): prevent focus-related scroll jumps on refresh (#30636)
ShaneK Aug 18, 2025
92ad4ca
chore(bot): remove labels that move issues (#30639)
brandyscarney Aug 19, 2025
ac6968c
v8.7.3
Ionitron Aug 20, 2025
b57a7c1
chore(): update package lock files
Ionitron Aug 20, 2025
8675198
merge release-8.7.3 (#30645)
brandyscarney Aug 20, 2025
58d9445
chore(deps): update dependency @capacitor/core to v7.4.3 (#30649)
renovate[bot] Aug 21, 2025
b49ba6b
chore(deps): update playwright (#30643)
renovate[bot] Aug 22, 2025
49f96d7
fix(overlays,picker): remove invalid aria-hidden attribute (#30563)
joselrio Sep 3, 2025
c339bc3
fix(input): improve error text accessibility (#30635)
ShaneK Sep 4, 2025
66f517d
fix(segment-view): scroll and select the right item when the componen…
JoaoFerreira-FrontEnd Sep 11, 2025
be1f3f3
v8.7.4
Ionitron Sep 17, 2025
b3b0241
chore(): update package lock files
Ionitron Sep 17, 2025
4c77460
merge release-8.7.4 (#30682)
ShaneK Sep 17, 2025
2847681
chore(deps): update dependency chalk to v5.6.2 (#30672)
renovate[bot] Sep 22, 2025
6d4cb0f
chore(deps): update capacitor to v7.0.3 (#30671)
renovate[bot] Sep 22, 2025
9e36172
chore(deps): update actions/labeler action to v6 (#30668)
renovate[bot] Sep 22, 2025
36c56e7
chore(deps): update actions/setup-node action to v5 (#30664)
renovate[bot] Sep 22, 2025
024d090
fix(vue): emit component-specific overlay events (#30688)
ShaneK Sep 23, 2025
49f7cc7
chore: add Maria back (#30691)
thetaPC Sep 23, 2025
5a06503
chore(deps): update playwright (#30693)
renovate[bot] Sep 24, 2025
a40d957
fix(modal): allow sheet modals to skip focus trap (#30689)
ShaneK Sep 24, 2025
515249d
v8.7.5
Ionitron Sep 24, 2025
99d2b73
chore(): update package lock files
Ionitron Sep 24, 2025
3b80473
merge release-8.7.5 (#30695)
ShaneK Sep 24, 2025
7bb9535
fix(tabs): respect stencil lifecycle order for tab selection (#30702)
ShaneK Oct 6, 2025
003de2d
chore(deps): do not group stencil with output targets (#30711)
brandyscarney Oct 7, 2025
daf311f
chore(deps): update dependency @stencil/core to v4.38.0 (#30615)
renovate[bot] Oct 7, 2025
2156f99
v8.7.6
Ionitron Oct 8, 2025
ce048a5
chore(): update package lock files
Ionitron Oct 8, 2025
2586284
merge release-8.7.6 (#30719)
brandyscarney Oct 8, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto eol=lf
14 changes: 14 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Lines starting with '#' are comments.
# Each line is a file pattern followed by one or more owners.

# More details are here: https://help.github.com/articles/about-codeowners/

# The '*' pattern is global owners.

# Order is important. The last matching pattern has the most precedence.
# The folders are ordered as follows:

# In each subsection folders are ordered first by depth, then alphabetically.
# This should make it easy to add new rules without breaking existing ones.

* @ionic-team/framework
146 changes: 0 additions & 146 deletions .github/CONTRIBUTING.md

This file was deleted.

45 changes: 30 additions & 15 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
**Ionic version:** (check one with "x")
[ ] **1.x** (For Ionic 1.x issues, please use https://github.com/ionic-team/ionic-v1)
[ ] **2.x**
[ ] **3.x**
<!-- Before submitting an issue, please consult our docs (https://ionicframework.com/docs/) and API reference (https://ionicframework.com/docs/api/) -->

**I'm submitting a ...** (check one with "x")
<!-- Please make sure you are posting an issue pertaining to the Ionic Framework. If you are having an issue with the Ionic Appflow services (Ionic View, Ionic Deploy, etc.) please consult the Ionic Appflow support portal (https://ionic.zendesk.com/hc/en-us) -->

<!-- Please do not submit support requests or "How to" questions here. Instead, please use one of these channels: https://forum.ionicframework.com/ or https://ionic.link/discord/ -->

<!-- ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. -->

**Ionic version:**
<!-- (For Ionic 1.x issues, please use https://github.com/ionic-team/ionic-v1) -->
<!-- (For Ionic 2.x & 3.x issues, please use https://github.com/ionic-team/ionic-v3) -->
[x] **4.x**
[ ] **5.x**

**I'm submitting a ...**
<!-- (check one with "x") -->
[ ] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or http://ionicworldwide.herokuapp.com/

<!-- Please do not submit support requests or "How to" questions here. Instead, please use one of these channels: https://forum.ionicframework.com/ or https://ionic.link/discord -->

**Current behavior:**
<!-- Describe how the bug manifests. -->
Expand All @@ -15,26 +26,30 @@
<!-- Describe what the behavior would be without the bug. -->

**Steps to reproduce:**
<!-- If you are able to illustrate the bug or feature request with an example, please provide steps to reproduce and if possible a demo using one of the following templates:
<!-- Please explain the steps required to duplicate the issue, especially if you are able to provide a sample application. -->

For Ionic V1 issues - http://plnkr.co/edit/Xo1QyAUx35ny1Xf9ODHx?p=preview
**Related code:**

For Ionic issues - http://plnkr.co/edit/z0DzVL?p=preview
-->
<!-- If you are able to illustrate the bug or feature request with an example, please provide a sample application via one of the following means:

**Related code:**
A sample application via GitHub

StackBlitz (https://stackblitz.com)

Plunker (http://plnkr.co/edit/cpeRJs?p=preview)

-->

```
insert any relevant code here
insert short code snippets here
```

**Other information:**
<!-- List any other information that is relevant to your issue. Stack traces, related issues, suggestions on how to fix, Stack Overflow links, forum links, etc. -->

**Ionic info:** (run `ionic info` from a terminal/cmd prompt and paste output below):
**Ionic info:**
<!-- (run `ionic info` from a terminal/cmd prompt and paste output below): -->

```
insert the output from ionic info here
```


86 changes: 86 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
name: 🐛 Bug Report
description: Create a report to help us improve Ionic Framework
title: 'bug: '

body:
- type: checkboxes
id: prerequisites
attributes:
label: Prerequisites
description: Please ensure you have completed all of the following.
options:
- label: I have read the [Contributing Guidelines](https://github.com/ionic-team/ionic-framework/blob/main/docs/CONTRIBUTING.md#creating-an-issue).
required: true
- label: I agree to follow the [Code of Conduct](https://ionicframework.com/code-of-conduct).
required: true
- label: I have searched for [existing issues](https://github.com/ionic-team/ionic-framework/issues) that already report this problem, without success.
required: true

- type: dropdown
id: affected-versions
attributes:
label: Ionic Framework Version
description: Which version(s) of Ionic Framework does this issue impact? [Ionic Framework 1.x to 6.x are no longer supported](https://ionicframework.com/docs/reference/support#framework-maintenance-and-support-status). For extended support, considering visiting [Ionic's Enterprise offering](https://ionic.io/enterprise).
options:
- v7.x
- v8.x
- Nightly
multiple: true
validations:
required: true

- type: textarea
id: current-behavior
attributes:
label: Current Behavior
description: A clear description of what the bug is and how it manifests.
validations:
required: true

- type: textarea
id: expected-behavior
attributes:
label: Expected Behavior
description: A clear description of what you expected to happen.
validations:
required: true

- type: textarea
id: steps-to-reproduce
attributes:
label: Steps to Reproduce
description: Explain the steps required to reproduce this issue.
placeholder: |
1. Go to '...'
2. Click on '...'
3. Observe: '...'
validations:
required: true

- type: input
id: reproduction-url
attributes:
label: Code Reproduction URL
description: |
Reproduce this issue in a blank [Ionic Framework starter application](https://ionicframework.com/start#basics) or a Stackblitz example.

You can use the Stackblitz button available on any of the [component playgrounds](https://ionicframework.com/docs/components) to open an editable example. Remember to save your changes to obtain a link to copy.

Reproductions cases must be minimal and focused around the specific problem you are experiencing. This is the best way to ensure this issue is triaged quickly. Issues without a code reproduction may be closed if the Ionic Team cannot reproduce the issue you are reporting.
placeholder: https://github.com/...
validations:
required: true

- type: textarea
id: ionic-info
attributes:
label: Ionic Info
description: Please run `ionic info` from within your Ionic Framework project directory and paste the output below.
validations:
required: true

- type: textarea
id: additional-information
attributes:
label: Additional Information
description: List any other information that is relevant to your issue. Stack traces, related issues, suggestions on how to fix, Stack Overflow links, forum links, etc.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
contact_links:
- name: 📚 Documentation
url: https://github.com/ionic-team/ionic-docs/issues/new/choose
about: This issue tracker is not for documentation issues. Please file documentation issues on the Ionic Docs repo.
- name: 💻 CLI
url: https://github.com/ionic-team/ionic-cli/issues/new/choose
about: This issue tracker is not for CLI issues. Please file CLI issues on the Ionic CLI repo.
- name: 🤔 Support Question
url: https://forum.ionicframework.com/
about: This issue tracker is not for support questions. Please post your question on the Ionic Forums.
57 changes: 57 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
name: 💡 Feature Request
description: Suggest an idea for Ionic Framework
title: 'feat: '
body:

- type: checkboxes
id: prerequisites
attributes:
label: Prerequisites
description: Please ensure you have completed all of the following.
options:
- label: I have read the [Contributing Guidelines](https://github.com/ionic-team/ionic-framework/blob/main/docs/CONTRIBUTING.md#creating-an-issue).
required: true
- label: I agree to follow the [Code of Conduct](https://ionicframework.com/code-of-conduct).
required: true
- label: I have searched for [existing issues](https://github.com/ionic-team/ionic-framework/issues) that already include this feature request, without success.
required: true

- type: textarea
id: description
attributes:
label: Describe the Feature Request
description: A clear and concise description of what the feature does.
validations:
required: true

- type: textarea
id: use-case
attributes:
label: Describe the Use Case
description: A clear and concise use case for what problem this feature would solve.
validations:
required: true

- type: textarea
id: proposed-solution
attributes:
label: Describe Preferred Solution
description: A clear and concise description of what you how you want this feature to be added to Ionic Framework.

- type: textarea
id: alternatives-considered
attributes:
label: Describe Alternatives
description: A clear and concise description of any alternative solutions or features you have considered.

- type: textarea
id: related-code
attributes:
label: Related Code
description: If you are able to illustrate the feature request with an example, please provide a sample Ionic Framework application. Try out our [Getting Started Wizard](https://ionicframework.com/start#basics) to quickly spin up an Ionic Framework starter app.

- type: textarea
id: additional-information
attributes:
label: Additional Information
description: List any other information that is relevant to your issue. Stack traces, related issues, suggestions on how to implement, Stack Overflow links, forum links, etc.
Loading