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
acc8d911ad
chore(angular-server): fix peer dependencies ( #26638 )
2023-01-19 11:53:30 -05:00
abcfe9fe86
fix(react): hardware back button works in dev mode ( #26614 )
...
resolves #26599
2023-01-19 10:49:47 -05:00
dd7cd8c0bf
fix(fab-button): icon is not announced by screen readers ( #26619 )
...
resolves #22296
2023-01-19 09:31:26 -05:00
44b8292226
chore(angular): fix package-lock ( #26637 )
2023-01-19 09:12:00 -05:00
87d83bb21b
chore(vue-router): add eslint and prettier ( #26636 )
2023-01-19 08:51:08 -05:00
dc27736bd5
chore(vue): add eslint and prettier ( #26635 )
2023-01-18 18:29:25 -05:00
6d4c52aa5b
chore(react-router): migrate to eslint, add prettier ( #26634 )
2023-01-18 17:22:16 -05:00
b02190d71f
chore(react): migrate to eslint, add prettier ( #26633 )
2023-01-18 16:49:25 -05:00
2dca54a457
docs(breadcrumb): remove documentation for nonexistent APIs ( #26630 )
...
resolves #26625
2023-01-18 14:31:34 -05:00
487f4cd4a8
merge release-6.5.0
...
v6.5.0
2023-01-18 11:33:51 -05:00
5f4650da5a
chore(): update angular package-lock with legacy peer deps
2023-01-18 15:55:32 +00:00
ffe6f0ee2d
chore(deps): temporarily use legacy peer deps
2023-01-18 15:28:56 +00:00
cd5ae8dd5d
v6.5.0
v6.5.0
2023-01-18 15:06:12 +00:00
545f0a9309
chore(): merge 6.5.0 features
...
Feature 6.5.0
2023-01-18 09:57:58 -05:00
c01600191e
chore(): sync with main
2023-01-18 09:36:43 -05:00
a095201def
merge release-6.4.3
...
Release 6.4.3
2023-01-18 09:34:17 -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
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
1a7e866c4f
chore(dependabot): add axe to dependabot ( #26590 )
2023-01-11 13:50:08 -05:00
02640b5795
feat(select): component can be used outside ion-item ( #26572 )
2023-01-11 11:21:30 -05:00
4fddcd48c4
merge release-6.4.2
...
Release 6.4.2
2023-01-11 09:15:32 -05:00
27edaf4427
chore(): update package lock files
2023-01-11 13:39:42 +00:00
13904c28eb
v6.4.2
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
dd71a3b5f3
chore(codeflow): disable codeflow on issues ( #26530 )
2023-01-05 14:44:47 -05:00
27527025e4
feat(router): export hook interfaces ( #26551 )
2023-01-05 08:30:35 -05:00
c996384786
fix(vue): unmount teleported user component ( #26543 )
...
Resolves #26542
2023-01-04 17:33:45 -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