Release notes
*Sourced from [@ionic/core's releases](https://github.com/ionic-team/ionic/releases).*
> ## 4.7.1
> ### Bug Fixes
>
> * **angular:** ensure change detection fires properly ([#18896](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18896)) ([962783b](https://github.com/ionic-team/ionic/commit/962783b)), closes [#18894](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18894)
>
> ## 4.7.0 Nitrogen
> ### Angular 8 Support
>
> With this version comes support for Angular 8! Follow the below steps to update.
>
> 1. Update `@ionic/angular` and `@ionic/angular-toolkit` to the latest releases:
>
> ```shell
> $ npm install @ionic/angular@4.7.0
> $ npm install @ionic/angular-toolkit@2.0.0 -D
> ```
>
> 1. Update `@angular/core` and `@angular/cli`:
>
> ```shell
> $ npx ng update @angular/core @angular/cli
> ```
>
> 1. Update `@angular-devkit` dependencies:
>
> ```shell
> $ npm i @angular-devkit/architect@latest @angular-devkit/build-angular@latest @angular-devkit/core@latest @angular-devkit/schematics@latest
> ```
>
> View our [Angular 8 Update Guide](https://docs.google.com/document/d/1QOpQeDifPSg6F9WycDLcbQnpqjN96ew-Ap0_CB7CcCQ/edit?usp=sharing) for tips on potential issues!
>
> ### Bug Fixes
>
> * **angular:** copy input form classes to parent ion-item ([#18820](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18820)) ([53179c4](https://github.com/ionic-team/ionic/commit/53179c4)), closes [#18800](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18800)
> * **angular:** add the swipeGesture method for enabling or disabling the ability to swipe open a menu ([#18806](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18806)) ([fbfc076](https://github.com/ionic-team/ionic/commit/fbfc076)), closes [#16002](https://github-redirect.dependabot.com/ionic-team/ionic/issues/16002)
> * **angular:** webview "pause", "resume", and "resize" events now trigger change detection ([#18853](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18853)) ([544e550](https://github.com/ionic-team/ionic/commit/544e550)), closes [#18831](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18831)
> * **core:** apply translucent if backdrop-filter is supported ([#18832](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18832)) ([6b5a59d](https://github.com/ionic-team/ionic/commit/6b5a59d)), closes [ionic-team/ionic-docs#666](https://github-redirect.dependabot.com/ionic-team/ionic-docs/issues/666)
> * **datetime:** allow AM/PM to be changed ([#18684](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18684)) ([b7761fe](https://github.com/ionic-team/ionic/commit/b7761fe)), closes [#18585](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18585)
> * **datetime:** properly apply disabled classes when updating columns ([#18875](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18875)) ([7ba718c](https://github.com/ionic-team/ionic/commit/7ba718c)), closes [#18793](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18793)
> * **hardware-back-button:** hardware back button no longer erroneously restarts app ([#18794](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18794)) ([978cc39](https://github.com/ionic-team/ionic/commit/978cc39)), closes [#18792](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18792)
> * **ripple-effect:** ensure ripple is removed from components after pointer release ([#18854](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18854)) ([71137a2](https://github.com/ionic-team/ionic/commit/71137a2)), closes [#18836](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18836)
> * **searchbar:** add aria and role for improved accessibility ([#18797](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18797)) ([798103b](https://github.com/ionic-team/ionic/commit/798103b)), closes [#18796](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18796)
> * **ssr:** avoid window reference ([#18865](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18865)) ([23ce6fa](https://github.com/ionic-team/ionic/commit/23ce6fa))
> * **ssr:** check for client runtime method ([#18866](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18866)) ([c52b3b4](https://github.com/ionic-team/ionic/commit/c52b3b4))
> * **textarea:** autogrow now resets textarea back to original number of rows when text is cleared ([#18822](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18822)) ([26e6d6f](https://github.com/ionic-team/ionic/commit/26e6d6f)), closes [#18744](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18744)
> * **theming:** update components to use the proper colors for dark themes ([#18735](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18735)) ([045bc59](https://github.com/ionic-team/ionic/commit/045bc59)), closes [#18713](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18713)
> * **virtual-scroll:** card rendering is no longer distorted ([#18877](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18877)) ([3ef6ecf](https://github.com/ionic-team/ionic/commit/3ef6ecf)), closes [#18870](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18870)
> * **virtual-scroll:** element dimensions are recalculated on resize ([#18878](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18878)) ([c91819c](https://github.com/ionic-team/ionic/commit/c91819c))
>
>
> ... (truncated)
Changelog
*Sourced from [@ionic/core's changelog](https://github.com/ionic-team/ionic/blob/master/CHANGELOG.md).*
> ## [4.7.1](https://github.com/ionic-team/ionic/compare/v4.7.0...v4.7.1) (2019-07-26)
>
>
> ### Bug Fixes
>
> * **angular:** ensure change detection fires properly ([#18896](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18896)) ([962783b](https://github.com/ionic-team/ionic/commit/962783b)), closes [#18894](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18894)
>
>
>
> # [4.7.0 Nitrogen](https://github.com/ionic-team/ionic/compare/v4.6.2...v4.7.0) (2019-07-24)
>
>
> ### Angular 8 Support
>
> With this version comes support for Angular 8! Follow the below steps to update.
>
> 1. Update `@ionic/angular` and `@ionic/angular-toolkit` to the latest releases:
>
> ```shell
> $ npm install @ionic/angular@4.7.0
> $ npm install @ionic/angular-toolkit@2.0.0 -D
> ```
>
> 1. Update `@angular/core` and `@angular/cli`:
>
> ```shell
> $ npx ng update @angular/core @angular/cli
> ```
>
> 1. Update `@angular-devkit` dependencies:
>
> ```shell
> $ npm i @angular-devkit/architect@latest @angular-devkit/build-angular@latest @angular-devkit/core@latest @angular-devkit/schematics@latest
> ```
>
> View our [Angular 8 Update Guide](https://docs.google.com/document/d/1QOpQeDifPSg6F9WycDLcbQnpqjN96ew-Ap0_CB7CcCQ/edit?usp=sharing) for tips on potential issues!
>
> ### Bug Fixes
>
> * **angular:** copy input form classes to parent ion-item ([#18820](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18820)) ([53179c4](https://github.com/ionic-team/ionic/commit/53179c4)), closes [#18800](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18800)
> * **angular:** add the swipeGesture method for enabling or disabling the ability to swipe open a menu ([#18806](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18806)) ([fbfc076](https://github.com/ionic-team/ionic/commit/fbfc076)), closes [#16002](https://github-redirect.dependabot.com/ionic-team/ionic/issues/16002)
> * **angular:** webview "pause", "resume", and "resize" events now trigger change detection ([#18853](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18853)) ([544e550](https://github.com/ionic-team/ionic/commit/544e550)), closes [#18831](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18831)
> * **core:** apply translucent if backdrop-filter is supported ([#18832](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18832)) ([6b5a59d](https://github.com/ionic-team/ionic/commit/6b5a59d)), closes [ionic-team/ionic-docs#666](https://github-redirect.dependabot.com/ionic-team/ionic-docs/issues/666)
> * **datetime:** allow AM/PM to be changed ([#18684](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18684)) ([b7761fe](https://github.com/ionic-team/ionic/commit/b7761fe)), closes [#18585](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18585)
> * **datetime:** properly apply disabled classes when updating columns ([#18875](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18875)) ([7ba718c](https://github.com/ionic-team/ionic/commit/7ba718c)), closes [#18793](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18793)
> * **hardware-back-button:** hardware back button no longer erroneously restarts app ([#18794](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18794)) ([978cc39](https://github.com/ionic-team/ionic/commit/978cc39)), closes [#18792](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18792)
> * **ripple-effect:** ensure ripple is removed from components after pointer release ([#18854](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18854)) ([71137a2](https://github.com/ionic-team/ionic/commit/71137a2)), closes [#18836](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18836)
> * **searchbar:** add aria and role for improved accessibility ([#18797](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18797)) ([798103b](https://github.com/ionic-team/ionic/commit/798103b)), closes [#18796](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18796)
> * **ssr:** avoid window reference ([#18865](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18865)) ([23ce6fa](https://github.com/ionic-team/ionic/commit/23ce6fa))
> * **ssr:** check for client runtime method ([#18866](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18866)) ([c52b3b4](https://github.com/ionic-team/ionic/commit/c52b3b4))
> ... (truncated)
Commits
- [`e82648b`](https://github.com/ionic-team/ionic/commit/e82648bda23760c6173c3bf273725b1977f66295) refactor(all): update to one (part 3) ([#18874](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18874))
- [`9b85e13`](https://github.com/ionic-team/ionic/commit/9b85e134939fe5a0e430bdf279afeb2dd90c502c) merge release-4.7.0
- [`d792560`](https://github.com/ionic-team/ionic/commit/d792560447a50e7e27bb5b75112153283ea5c423) 4.7.0
- [`7272d48`](https://github.com/ionic-team/ionic/commit/7272d481bfbe278f441db641ac7dad59cb0b6531) chore(): update stencil to 1.2.1 ([#18891](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18891))
- [`c83edd9`](https://github.com/ionic-team/ionic/commit/c83edd9329b2a1bdb1ada8a8eab258fc6dec052f) chore(): update core in react
- [`a869ca0`](https://github.com/ionic-team/ionic/commit/a869ca0bba48e664af12e6645ae5434a60890693) (fix): define top-level ARIA landmark regions to improve accessibility ([#18672](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18672))
- [`c2348f7`](https://github.com/ionic-team/ionic/commit/c2348f71a5f6fbc76b5aa8745746f069fad2c6f6) fix(vue): rename swipeEnable to swipeGesture ([#17346](https://github-redirect.dependabot.com/ionic-team/ionic/issues/17346))
- [`67ffe2f`](https://github.com/ionic-team/ionic/commit/67ffe2f9ccdd88cb4055641c21fba00d5381169d) chore(): update stencil to 1.2.0 ([#18882](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18882))
- [`2e02dc7`](https://github.com/ionic-team/ionic/commit/2e02dc73190f19ed8108a121b9cb9ba362b15dcf) refactor(utils): remove duplicated functions in react utils ([#18817](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18817))
- [`b7761fe`](https://github.com/ionic-team/ionic/commit/b7761fe353646c1e682aeeb89f63f531908c05aa) fix(datetime): allow AM/PM to be changed ([#18684](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18684))
- Additional commits viewable in [compare view](https://github.com/ionic-team/ionic/compare/v4.5.0...v4.7.1)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps @ionic/core from 4.5.0 to 4.7.1.
Release notes
*Sourced from [@ionic/core's releases](https://github.com/ionic-team/ionic/releases).* > ## 4.7.1 > ### Bug Fixes > > * **angular:** ensure change detection fires properly ([#18896](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18896)) ([962783b](https://github.com/ionic-team/ionic/commit/962783b)), closes [#18894](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18894) > > ## 4.7.0 Nitrogen > ### Angular 8 Support > > With this version comes support for Angular 8! Follow the below steps to update. > > 1. Update `@ionic/angular` and `@ionic/angular-toolkit` to the latest releases: > > ```shell > $ npm install @ionic/angular@4.7.0 > $ npm install @ionic/angular-toolkit@2.0.0 -D > ``` > > 1. Update `@angular/core` and `@angular/cli`: > > ```shell > $ npx ng update @angular/core @angular/cli > ``` > > 1. Update `@angular-devkit` dependencies: > > ```shell > $ npm i @angular-devkit/architect@latest @angular-devkit/build-angular@latest @angular-devkit/core@latest @angular-devkit/schematics@latest > ``` > > View our [Angular 8 Update Guide](https://docs.google.com/document/d/1QOpQeDifPSg6F9WycDLcbQnpqjN96ew-Ap0_CB7CcCQ/edit?usp=sharing) for tips on potential issues! > > ### Bug Fixes > > * **angular:** copy input form classes to parent ion-item ([#18820](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18820)) ([53179c4](https://github.com/ionic-team/ionic/commit/53179c4)), closes [#18800](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18800) > * **angular:** add the swipeGesture method for enabling or disabling the ability to swipe open a menu ([#18806](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18806)) ([fbfc076](https://github.com/ionic-team/ionic/commit/fbfc076)), closes [#16002](https://github-redirect.dependabot.com/ionic-team/ionic/issues/16002) > * **angular:** webview "pause", "resume", and "resize" events now trigger change detection ([#18853](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18853)) ([544e550](https://github.com/ionic-team/ionic/commit/544e550)), closes [#18831](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18831) > * **core:** apply translucent if backdrop-filter is supported ([#18832](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18832)) ([6b5a59d](https://github.com/ionic-team/ionic/commit/6b5a59d)), closes [ionic-team/ionic-docs#666](https://github-redirect.dependabot.com/ionic-team/ionic-docs/issues/666) > * **datetime:** allow AM/PM to be changed ([#18684](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18684)) ([b7761fe](https://github.com/ionic-team/ionic/commit/b7761fe)), closes [#18585](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18585) > * **datetime:** properly apply disabled classes when updating columns ([#18875](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18875)) ([7ba718c](https://github.com/ionic-team/ionic/commit/7ba718c)), closes [#18793](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18793) > * **hardware-back-button:** hardware back button no longer erroneously restarts app ([#18794](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18794)) ([978cc39](https://github.com/ionic-team/ionic/commit/978cc39)), closes [#18792](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18792) > * **ripple-effect:** ensure ripple is removed from components after pointer release ([#18854](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18854)) ([71137a2](https://github.com/ionic-team/ionic/commit/71137a2)), closes [#18836](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18836) > * **searchbar:** add aria and role for improved accessibility ([#18797](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18797)) ([798103b](https://github.com/ionic-team/ionic/commit/798103b)), closes [#18796](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18796) > * **ssr:** avoid window reference ([#18865](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18865)) ([23ce6fa](https://github.com/ionic-team/ionic/commit/23ce6fa)) > * **ssr:** check for client runtime method ([#18866](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18866)) ([c52b3b4](https://github.com/ionic-team/ionic/commit/c52b3b4)) > * **textarea:** autogrow now resets textarea back to original number of rows when text is cleared ([#18822](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18822)) ([26e6d6f](https://github.com/ionic-team/ionic/commit/26e6d6f)), closes [#18744](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18744) > * **theming:** update components to use the proper colors for dark themes ([#18735](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18735)) ([045bc59](https://github.com/ionic-team/ionic/commit/045bc59)), closes [#18713](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18713) > * **virtual-scroll:** card rendering is no longer distorted ([#18877](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18877)) ([3ef6ecf](https://github.com/ionic-team/ionic/commit/3ef6ecf)), closes [#18870](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18870) > * **virtual-scroll:** element dimensions are recalculated on resize ([#18878](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18878)) ([c91819c](https://github.com/ionic-team/ionic/commit/c91819c)) > > > ... (truncated)Changelog
*Sourced from [@ionic/core's changelog](https://github.com/ionic-team/ionic/blob/master/CHANGELOG.md).* > ## [4.7.1](https://github.com/ionic-team/ionic/compare/v4.7.0...v4.7.1) (2019-07-26) > > > ### Bug Fixes > > * **angular:** ensure change detection fires properly ([#18896](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18896)) ([962783b](https://github.com/ionic-team/ionic/commit/962783b)), closes [#18894](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18894) > > > > # [4.7.0 Nitrogen](https://github.com/ionic-team/ionic/compare/v4.6.2...v4.7.0) (2019-07-24) > > > ### Angular 8 Support > > With this version comes support for Angular 8! Follow the below steps to update. > > 1. Update `@ionic/angular` and `@ionic/angular-toolkit` to the latest releases: > > ```shell > $ npm install @ionic/angular@4.7.0 > $ npm install @ionic/angular-toolkit@2.0.0 -D > ``` > > 1. Update `@angular/core` and `@angular/cli`: > > ```shell > $ npx ng update @angular/core @angular/cli > ``` > > 1. Update `@angular-devkit` dependencies: > > ```shell > $ npm i @angular-devkit/architect@latest @angular-devkit/build-angular@latest @angular-devkit/core@latest @angular-devkit/schematics@latest > ``` > > View our [Angular 8 Update Guide](https://docs.google.com/document/d/1QOpQeDifPSg6F9WycDLcbQnpqjN96ew-Ap0_CB7CcCQ/edit?usp=sharing) for tips on potential issues! > > ### Bug Fixes > > * **angular:** copy input form classes to parent ion-item ([#18820](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18820)) ([53179c4](https://github.com/ionic-team/ionic/commit/53179c4)), closes [#18800](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18800) > * **angular:** add the swipeGesture method for enabling or disabling the ability to swipe open a menu ([#18806](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18806)) ([fbfc076](https://github.com/ionic-team/ionic/commit/fbfc076)), closes [#16002](https://github-redirect.dependabot.com/ionic-team/ionic/issues/16002) > * **angular:** webview "pause", "resume", and "resize" events now trigger change detection ([#18853](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18853)) ([544e550](https://github.com/ionic-team/ionic/commit/544e550)), closes [#18831](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18831) > * **core:** apply translucent if backdrop-filter is supported ([#18832](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18832)) ([6b5a59d](https://github.com/ionic-team/ionic/commit/6b5a59d)), closes [ionic-team/ionic-docs#666](https://github-redirect.dependabot.com/ionic-team/ionic-docs/issues/666) > * **datetime:** allow AM/PM to be changed ([#18684](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18684)) ([b7761fe](https://github.com/ionic-team/ionic/commit/b7761fe)), closes [#18585](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18585) > * **datetime:** properly apply disabled classes when updating columns ([#18875](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18875)) ([7ba718c](https://github.com/ionic-team/ionic/commit/7ba718c)), closes [#18793](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18793) > * **hardware-back-button:** hardware back button no longer erroneously restarts app ([#18794](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18794)) ([978cc39](https://github.com/ionic-team/ionic/commit/978cc39)), closes [#18792](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18792) > * **ripple-effect:** ensure ripple is removed from components after pointer release ([#18854](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18854)) ([71137a2](https://github.com/ionic-team/ionic/commit/71137a2)), closes [#18836](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18836) > * **searchbar:** add aria and role for improved accessibility ([#18797](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18797)) ([798103b](https://github.com/ionic-team/ionic/commit/798103b)), closes [#18796](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18796) > * **ssr:** avoid window reference ([#18865](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18865)) ([23ce6fa](https://github.com/ionic-team/ionic/commit/23ce6fa)) > * **ssr:** check for client runtime method ([#18866](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18866)) ([c52b3b4](https://github.com/ionic-team/ionic/commit/c52b3b4)) > ... (truncated)Commits
- [`e82648b`](https://github.com/ionic-team/ionic/commit/e82648bda23760c6173c3bf273725b1977f66295) refactor(all): update to one (part 3) ([#18874](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18874)) - [`9b85e13`](https://github.com/ionic-team/ionic/commit/9b85e134939fe5a0e430bdf279afeb2dd90c502c) merge release-4.7.0 - [`d792560`](https://github.com/ionic-team/ionic/commit/d792560447a50e7e27bb5b75112153283ea5c423) 4.7.0 - [`7272d48`](https://github.com/ionic-team/ionic/commit/7272d481bfbe278f441db641ac7dad59cb0b6531) chore(): update stencil to 1.2.1 ([#18891](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18891)) - [`c83edd9`](https://github.com/ionic-team/ionic/commit/c83edd9329b2a1bdb1ada8a8eab258fc6dec052f) chore(): update core in react - [`a869ca0`](https://github.com/ionic-team/ionic/commit/a869ca0bba48e664af12e6645ae5434a60890693) (fix): define top-level ARIA landmark regions to improve accessibility ([#18672](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18672)) - [`c2348f7`](https://github.com/ionic-team/ionic/commit/c2348f71a5f6fbc76b5aa8745746f069fad2c6f6) fix(vue): rename swipeEnable to swipeGesture ([#17346](https://github-redirect.dependabot.com/ionic-team/ionic/issues/17346)) - [`67ffe2f`](https://github.com/ionic-team/ionic/commit/67ffe2f9ccdd88cb4055641c21fba00d5381169d) chore(): update stencil to 1.2.0 ([#18882](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18882)) - [`2e02dc7`](https://github.com/ionic-team/ionic/commit/2e02dc73190f19ed8108a121b9cb9ba362b15dcf) refactor(utils): remove duplicated functions in react utils ([#18817](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18817)) - [`b7761fe`](https://github.com/ionic-team/ionic/commit/b7761fe353646c1e682aeeb89f63f531908c05aa) fix(datetime): allow AM/PM to be changed ([#18684](https://github-redirect.dependabot.com/ionic-team/ionic/issues/18684)) - Additional commits viewable in [compare view](https://github.com/ionic-team/ionic/compare/v4.5.0...v4.7.1)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.