3668 Commits

Author SHA1 Message Date
87bc749040 fix(checkbox, radio): label is announced once on ios (#26770)
resolves #26769
2023-02-09 12:36:29 -05:00
21c0806bbd fix(tap-click): instant activate does not use a setTimeout (#26748) 2023-02-09 09:09:51 -05:00
c07933cb69 fix(deps): update ionicons usage to v6.1.2 (#26752) 2023-02-08 13:38:08 -05:00
52a9755ea5 refactor(slides): remove swiper.js from sourcecode (#26753) 2023-02-08 12:49:24 -05:00
aeecb4e5b3 v7.0.0-beta.2 2023-02-08 15:20:43 +00:00
8f80ec765d chore(): remove old screenshots 2023-02-08 09:45:28 -05:00
c85b5308a1 chore(): sync with main 2023-02-08 09:44:42 -05:00
24530b5bc6 v6.5.3 2023-02-08 14:14:31 +00:00
4cff442c4f perf(gesture): reduce delay with adding and removing activated states (#26741)
resolves #23691
2023-02-07 16:35:19 -05:00
00d10f5f6a fix(modal): dialog styles work on old chrome versions (#26746)
resolves #26745
2023-02-07 15:02:10 -05:00
39009ac6ef fix(input, textarea): bottom content is rendered correctly (#26739)
resolves #26737
2023-02-07 10:11:52 -05:00
37591255b4 fix(button): size and strong are respected in ion-buttons (#26726)
resolves https://github.com/ionic-team/ionic-framework/issues/16289
2023-02-07 08:44:10 -05:00
92b06f2eb6 fix(range): assign auto increment id by default (#26740)
BREAKING CHANGE:

The `name` property on `ion-range` defaults to `ion-r-${rangeIds++}` where `rangeIds` is a number that is incremented for every instance of the component.
2023-02-06 16:37:39 -05:00
5e5f1a34fb chore(range): range warning typo (#26738) 2023-02-05 21:42:09 -05:00
418e503433 test(many): disable flaky tests (#26733) 2023-02-03 16:51:47 -05:00
a9e000b433 fix(chip): descenders are not clipped in label (#26729)
resolves #18313
2023-02-03 15:00:22 -05:00
7553cc7b0d test(many): resolve more flaky tests (#26731) 2023-02-03 13:21:38 -05:00
90f4995aa6 fix(input): update disabled opacity of md input (#26514) 2023-02-02 17:21:57 -05:00
9d6ec2925c fix(refresher): prevent clearing virtual scroll overflow styling (#26613)
Resolves #26553
2023-02-02 13:20:03 -05:00
2a6bba0cb6 fix(radio): remove radio min-height sizing (#26719) 2023-02-02 12:55:25 -05:00
e028d13a1b chore(many): import types from source path (#26718) 2023-02-02 11:40:51 -05:00
8ef9b63a2e v7.0.0-beta.1 2023-02-01 15:38:53 +00:00
e71dc912fe chore(): sync with main 2023-02-01 09:37:33 -05:00
4cf5ad8f25 chore(): update package lock files 2023-02-01 13:49:15 +00:00
1b712e4a4b v6.5.2 2023-02-01 13:49:02 +00:00
1a8bd6d8c6 chore(deps): update to stencil v3 (#26663) 2023-01-31 18:07:22 -05:00
e6c7c57466 fix(textarea): textarea wrapper inherits height (#26707) 2023-01-31 17:19:12 -05:00
95f65a5a39 fix(popover): resolve import warning in stencil apps (#26705)
resolves #26704
2023-01-31 15:34:57 -05:00
63f8525284 fix(many): legacy form control does not warn when using aria-labelledby (#26699)
resolves #26698
2023-01-30 16:02:00 -05:00
69d89eae94 fix(popover): popover opens on chrome 109 (#26672)
resolves #26643
2023-01-30 11:55:20 -05:00
b78b454e08 revert(): revert base components feature (#26692)
The Ionic Framework team would like to re-evaluate our approach to improving customization options when building mobile applications. We are looking at other solutions that a) make customizing an app UI easier and b) are applicable to a broader set of developers.
2023-01-30 11:52:36 -05:00
95a3c69bbb fix(item): inherit aria attributes before render (#26546)
Resolves #26538
2023-01-27 16:02:45 -05:00
fc561e37ef chore(): sync with main 2023-01-27 14:52:52 -05:00
63afc279e5 test(overlays): re-enable hidden focusable element test (#26685) 2023-01-27 09:04:07 -06:00
16b60a612c fix(input, textarea, select): do not show highlight in item (#26689)
resolves #26687
2023-01-26 15:17:54 -05:00
a687457936 fix(select): setting options async updates rendered text (#26667)
resolves #19324
2023-01-25 13:30:03 -05:00
8ebe8277e3 v7.0.0-beta.0 2023-01-25 15:15:14 +00:00
6600578d60 Merge remote-tracking branch 'origin/main' into sync-beta-0 2023-01-25 09:19:43 -05:00
135a4194ce v6.5.1 2023-01-25 13:46:32 +00:00
1e1d3fbddc fix(textarea): add correct state styles (#26676) 2023-01-24 21:56:34 -05:00
8d3edd049d feat(textarea): component can be used outside of ion-item (#26674) 2023-01-24 20:57:53 -05:00
e0f610e470 chore(): run build (#26675) 2023-01-24 19:17:12 -05:00
18f109c7da feat(base-components): add ability to remove ios and md theme (#26669) 2023-01-24 16:18:35 -05:00
4d24b328e2 fix(select): modern component takes up full line (#26670) 2023-01-24 15:21:33 -05:00
946807d67b fix(select): focusing item works in firefox (#26668) 2023-01-24 14:17:04 -05:00
191c3386a4 chore(deps-dev): bump @axe-core/playwright from 4.5.2 to 4.6.0 in /core (#26666)
Bumps [@axe-core/playwright](https://github.com/dequelabs/axe-core-npm) from 4.5.2 to 4.6.0.
- [Release notes](https://github.com/dequelabs/axe-core-npm/releases)
- [Changelog](https://github.com/dequelabs/axe-core-npm/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/dequelabs/axe-core-npm/compare/v4.5.2...v4.6.0)

---
updated-dependencies:
- dependency-name: "@axe-core/playwright"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-24 08:29:19 -05:00
90ab48d295 chore(): add updated snapshots 2023-01-23 19:38:42 +00:00
0c0bb11580 chore(input): clearInput is ported to modern input 2023-01-23 19:15:44 +00:00
e8fb9e7328 chore(): sync with main 2023-01-23 13:38:16 -05:00
a7c2c555f3 fix(overlays): triggerController warns about missing triggers (#26651) 2023-01-23 12:59:00 -05:00