12815 Commits

Author SHA1 Message Date
11b3dbe19c chore(): update package lock files 2023-02-27 13:52:27 +00:00
c57a3b2812 v7.0.0-beta.5 v7.0.0-beta.5 2023-02-27 13:52:14 +00:00
865f8de9dc feat(searchbar): ionInput now emits value payload (#26831)
resolves #26828

BREAKING CHANGE:

The `detail` payload for the `ionInput` event now on `ion-searchbar` contains an object with the current `value` as well as the native event that triggered `ionInput`.
2023-02-23 12:15:43 -05:00
fcfdd9e9ba fix(form): shadow components using aria-labelledby do not use modern syntax (#26836)
resolves #26829
2023-02-22 16:05:31 -05:00
eefd17d492 fix(scroll-padding): correct padding is added (#26810)
resolves #26803
2023-02-22 15:29:07 -05:00
6dcd98b26a fix(content): fullscreen values are recomputed on visible content (#26847)
resolves #26844
2023-02-22 15:08:04 -05:00
f006e4bc09 fix(content): adjust transition shadow to match new iOS version (#26839) 2023-02-22 12:04:47 -06:00
1dee16f3a2 feat(angular,angular-server): angular v14 minimum support (#26822)
BREAKING CHANGE:

Angular v14 is now required to use `@ionic/angular` and `@ionic/angular-server`. Upgrade your project to Angular v14 by following the [Angular v14 update guide](https://update.angular.io/?l=3&v=13.0-14.0).

The dev-preview `environmentInjector` property has been removed from `ion-tabs` and `ion-router-outlet`. Standalone component routing is now available without additional custom configuration. Remove the `environmentInjector` property from your `ion-tabs` and `ion-router-outlet` components.
2023-02-22 12:33:49 -05:00
3086c5859e merge release-7.0.0-beta.4
Release 7.0.0 beta.4
2023-02-22 11:55:59 -05:00
2fd13610c4 test(overlays): skip flaky test (#26843) 2023-02-22 11:30:13 -05:00
da78b0ab7c chore(): update package-lock 2023-02-22 11:29:57 -05:00
8b80452dcb chore(): clean up changelog 2023-02-22 11:28:52 -05:00
635e66652a chore(): update package lock files 2023-02-22 16:20:33 +00:00
a50d566309 v7.0.0-beta.4 v7.0.0-beta.4 2023-02-22 16:20:21 +00:00
b59b2527ea chore(): sync with main 2023-02-22 11:12:15 -05:00
c3b619f76f chore(): add updated snapshots 2023-02-22 15:40:01 +00:00
b4c24d250d chore(): update merge conflict in tests 2023-02-22 10:18:36 -05:00
2a761afd5a feat(datetime): add ability to specify custom colors for specific dates (#26775) 2023-02-22 09:01:33 -06:00
799871e95d chore(): sync with main 2023-02-22 10:00:56 -05:00
f2174fe8a0 merge release-6.5.6
Release 6.5.6
2023-02-22 09:45:07 -05:00
27f6a43c4e chore(): bump package-lock files 2023-02-22 09:03:46 -05:00
c6e67671e3 v6.5.6 v6.5.6 2023-02-22 13:40:38 +00:00
df5c8e2318 fix(card): border radius does not overflow on paint in Safari (#26539)
Resolves #26529
2023-02-21 17:44:50 -05:00
1457ce7be4 refactor(many): clarify deprecation warning (#26834) 2023-02-21 13:58:22 -05:00
5af0b8c914 test(scroll-assist): skip flaky test (#26835) 2023-02-21 12:26:23 -05:00
cbf8bad8c8 refactor(input, textarea): remove extra aria-disabled (#26818) 2023-02-21 11:48:55 -05:00
bb52420484 refactor(ci): allow manual 'stencil nightly' builds (#26780)
this commit adds the `workflow_dispatch` event to trigger a stencil
nightly build workflow. this is beng done to make it easier to debug the
nightly stencil build, by allowing us to invoke it without opening a pr
against the framework repo.

this commit also renames the 'build-core' job to
'build-core-with-stencil-eval', to help differentiate the job associated
with this workflow from the 'build-core' job found in the primary ci
workflow
2023-02-21 11:20:27 -05:00
cebd803a1e chore(sass): upgrade sass, @stencil-sass (#26815)
this commit increments the version of `@stencil/sass` used by the ionic
framework to include a version of the package that uses sass v1.58.1

Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com>
2023-02-21 11:15:21 -05:00
7578aa3c59 fix(select): emit single ionChange event for popover option selection (#26796)
Resolves #26789
2023-02-20 20:20:32 -05:00
ffb119e74d merge release-6.5.5
Release 6.5.5
2023-02-20 11:45:05 -05:00
7312b0696d fix(checkbox): screen readers announce state correctly (#26817)
resolves #25740
2023-02-20 09:45:27 -05:00
4273768e66 chore(): update package-lock 2023-02-20 09:44:44 -05:00
c56e2bfa90 chore(): update package lock files 2023-02-20 14:36:15 +00:00
2c8de1c94f v6.5.5 v6.5.5 2023-02-20 14:36:02 +00:00
9c95d370b8 chore: split breaking changes by major version (#26821) 2023-02-17 17:31:26 -05:00
13d1b99fc4 chore(angular,vue): remove sync script packing itself (#26819) 2023-02-17 16:57:23 -05:00
5e41391ed2 fix(sanitizer): improve reliability of sanitizer (#26820) 2023-02-17 15:28:01 -05:00
1a346b6206 fix(datetime): days of week and spacing buttons are not announced by screen readers (#26813)
resolves #26811
2023-02-16 15:05:35 -05:00
3a64de49db fix(swipe-back): gesture rtl setting is reactive (#26795)
resolves #26794
2023-02-16 14:41:09 -05:00
eaf088c3a2 test(toast): toHaveScreenshot signature is correct (#26812) 2023-02-16 13:48:54 -05:00
fef634f7f0 fix(hide-caret): blur listener correctly removed (#26808)
resolves #26807
2023-02-16 12:49:53 -05:00
804e54e5ca test(many): migrate to new toHaveScreenshot API (#26797) 2023-02-16 11:37:29 -05:00
caa8719cea fix(input): compositionend event is removed on unmount (#26806)
resolves #26805
2023-02-16 11:15:30 -05:00
b00b656637 merge release-7.0.0-beta.3 2023-02-15 12:21:01 -05:00
e4ec9a5077 chore(): update changelog 2023-02-15 11:16:40 -05:00
67d1ab90a1 v7.0.0-beta.3 v7.0.0-beta.3 2023-02-15 16:12:23 +00:00
27bc727637 chore(): sync with main 2023-02-15 11:04:29 -05:00
aa691bc9f6 chore(): update package files 2023-02-15 10:24:13 -05:00
68e8379fb8 chore(): sync with main 2023-02-15 10:17:17 -05:00
89ad63135d merge release-6.5.4
Release 6.5.4
2023-02-15 10:00:56 -05:00