3571 Commits

Author SHA1 Message Date
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
c6620c7c74 fix(picker-column): cssClass is set on column (#26658)
resolves #26653
2023-01-23 11:05:55 -05:00
f8a2c79488 fix(breadcrumb): add aria-label to collapsed indicator (#26615) 2023-01-23 10:37:00 -05:00
1115203120 fix(modal, popover): warn if trigger element was not found (#26650) 2023-01-20 15:04:16 -05:00
22e9ff866f fix(action-sheet): button icons are not announced by screen readers (#26640) 2023-01-19 14:50:05 -06:00
77ccac0590 fix(toggle): on-off icon is not announced by screen readers (#26641) 2023-01-19 12:40:37 -06:00
dd7cd8c0bf fix(fab-button): icon is not announced by screen readers (#26619)
resolves #22296
2023-01-19 09:31:26 -05:00
2dca54a457 docs(breadcrumb): remove documentation for nonexistent APIs (#26630)
resolves #26625
2023-01-18 14:31:34 -05:00
cd5ae8dd5d v6.5.0 2023-01-18 15:06:12 +00:00
c01600191e chore(): sync with main 2023-01-18 09:36:43 -05:00
90405eb0af feat(deps): update ionicons to 6.1.1 (#26626) 2023-01-18 09:12:02 -05:00
e28c50178a chore(ci): correctly bump package-lock.json 2023-01-18 14:10:19 +00:00
f7e630bec8 chore(): update package lock files 2023-01-18 13:53:28 +00:00
a57f532bfc v6.4.3 2023-01-18 13:53:16 +00:00
ccd2a9224e feat(deps): update ionicons to 6.1.0 (#26617) 2023-01-17 16:16:39 -05:00
7b947b5d58 fix(datetime): allow header to render in all wheel picker presentations (#26616) 2023-01-17 15:15:43 -06:00
e612253fc6 fix(many): component wrappers inherit height (#26611) 2023-01-17 13:51:46 -05:00
a31e1e594d fix(input): clear button uses contrast when setting color on item (#26592)
resolves #26337
2023-01-17 11:07:08 -05:00
911b1d496e fix(list): inset lists render correctly (#26586)
resolves #20819
2023-01-11 17:12:41 -05:00
be0a5178af chore(deps-dev): bump @axe-core/playwright from 4.4.2 to 4.5.2 in /core (#26594) 2023-01-11 15:53:08 -05:00
02640b5795 feat(select): component can be used outside ion-item (#26572) 2023-01-11 11:21:30 -05:00
27edaf4427 chore(): update package lock files 2023-01-11 13:39:42 +00:00
13904c28eb v6.4.2 2023-01-11 13:39:17 +00:00
9761b0a092 feat(radio): component can be used outside of ion-item (#26582) 2023-01-10 21:19:21 -05:00
2450a1e821 fix(loading): support custom aria-label (#26581)
resolves #24486
2023-01-10 08:59:52 -05:00
77ce9e066e fix(segment): nested interactive is not rendered (#26575) 2023-01-09 13:08:01 -05:00
df4882d4d1 fix(tab-button): nested interactives are not rendered (#26576)
resolves #23332
2023-01-09 09:41:39 -05:00
f724980833 chore(deps-dev): bump @playwright/test from 1.29.1 to 1.29.2 in /core (#26577) 2023-01-09 09:03:23 -05:00
162c3f076a fix(input): label receives focus when floating or stacked (#26574) 2023-01-06 14:22:03 -05:00
d13a14658d fix(datetime): time wheel input mode is dismissed on user scroll (#26567) 2023-01-06 12:08:38 -05:00
c2e1ad385d chore(many): replace any types and add tech debt tickets (#26293)
Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com>
2023-01-06 09:34:55 -06:00
9d52e70361 feat(checkbox): component can be used outside ion-item (#26518) 2023-01-05 13:49:04 -06:00
27527025e4 feat(router): export hook interfaces (#26551) 2023-01-05 08:30:35 -05:00
96147ec1b0 fix(item): ios mode has correct padding (#26511) 2023-01-04 16:54:43 -05:00
3e671b9c8f fix(picker-column-internal): blurring picker does not throw error (#26560)
Resolves #26559
2023-01-04 16:13:56 -05:00
32c2622ab0 fix(modal): canDismiss type with data and role (#26547)
Resolves #26544
2023-01-04 13:33:14 -05:00
c238ede622 chore(jsdoc): move comment on RadioGroup (#26558)
* chore(jsdoc): change JSDoc on RadioGroup to double slash (//) comment

This converts a multiline comment (like `/**...*/`) above the
`RadioGroup` component class to be a series of `//` comments instead.
This is done to prevent the comment from being accidentally recognized
as a JSDoc comment for the class when a Stencil version incorporating
this change is installed:
2e4b1fcdc0

* move down to the relevant line, keep as multi-line comment
2023-01-04 12:28:30 -05:00
2a9fed64e9 chore(item): modify slot deprecation notice to avoid JSDoc formatting issue (#26564)
This changes the deprecation notice for a few `@slot` tags on the
`ion-item` component. Previously the lines in question looked something
like this:

```ts
/**
 * @slot a slot that does something @deprecated this is going away!
 */
export class Item { ...
```

The intention behind formatting the JSDoc this way was to mark the
`@slot` itself as deprecated, to advice users that it will be removed in
the future.

Unfortunately, JSDoc tooling doesn't interpret the `@deprecated` tag as
referring to the `@slot` tag here, but instead as one of the tags
applied to the `Item` class. If we wanted to use `@deprecated` to mark
only a slot as deprecated then we'd need a way to write a JSDoc just for
that slot itself.

Since we don't want to mark the whole class as deprecated, as a
workaround, we can change to using `**DEPRECATED**` instead, which will
appear prominently in generated documentation but will not confuse tools
which are JSDoc-aware.
2023-01-04 12:05:32 -05:00
4515f03656 Merge remote-tracking branch 'origin/main' into sync-7-1-4-23 2023-01-04 10:20:44 -05:00
1e9cf12a74 test(many): skip additional flaky tests (#26523) 2023-01-04 10:19:48 -05:00
1917c71235 test(datetime): resolve flaky tests as year changes (#26561) 2023-01-04 09:28:28 -05:00
37a91676a4 refactor(item, range): remove item-specific logic (#26520) 2023-01-04 09:03:16 -05:00
9503f0b3f4 chore(deps-dev): bump @playwright/test from 1.29.0 to 1.29.1 in /core (#26528)
Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.29.0 to 1.29.1.
- [Release notes](https://github.com/Microsoft/playwright/releases)
- [Commits](https://github.com/Microsoft/playwright/compare/v1.29.0...v1.29.1)

---
updated-dependencies:
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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-04 08:30:46 -05:00
59140a810a chore(): revert datetime screenshot diff 2022-12-20 11:43:01 -05:00
20829f54cd chore(): add updated snapshots 2022-12-20 16:03:24 +00:00
d54b9dfdc0 chore(): sync with main 2022-12-20 10:44:26 -05:00
bd05fccf58 test(config): update to playwright 1.29.0 (#26388) 2022-12-20 09:26:51 -05:00
ec9f8cd5f1 fix(toggle): emitStyles only fires with legacy control (#26507) 2022-12-16 17:04:31 -05:00