Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add focus manager documentation #3627

Merged
merged 7 commits into from Apr 30, 2024
Merged

Conversation

liamdebeasi
Copy link
Contributor

@liamdebeasi liamdebeasi commented Apr 29, 2024

Copy link

vercel bot commented Apr 29, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ionic-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 30, 2024 4:08pm

@liamdebeasi liamdebeasi changed the title Focus manager docs docs: add focus manager documentation Apr 29, 2024
| `banner` | The header of the view. | [Header](../api/header) | [`header`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/header) | [`role="banner"`](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/Banner_Role) |

:::important
Developers should assign `role="heading"` and `aria-level="1"` to the primary [Title](../api/title) on each view. Since multiple [Title](../api/title) components can be used in a single view, Ionic does not automatically assign these attributes.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we link to the #headings section here then?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added in 611dee9

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh I meant the opposite. Meaning this:

Suggested change
Developers should assign `role="heading"` and `aria-level="1"` to the primary [Title](../api/title) on each view. Since multiple [Title](../api/title) components can be used in a single view, Ionic does not automatically assign these attributes.
Developers should assign `role="heading"` and `aria-level="1"` to the primary [Title](../api/title#headings) on each view. Since multiple [Title](../api/title#headings) components can be used in a single view, Ionic does not automatically assign these attributes.

@liamdebeasi liamdebeasi marked this pull request as ready for review April 29, 2024 21:08
@liamdebeasi liamdebeasi requested a review from a team as a code owner April 29, 2024 21:08
@liamdebeasi liamdebeasi requested review from brandyscarney and removed request for a team April 29, 2024 21:08
Copy link
Member

@brandyscarney brandyscarney left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Non-blocking question about the link to title.

@liamdebeasi liamdebeasi merged commit fb7c818 into feature-8.1 Apr 30, 2024
4 checks passed
@liamdebeasi liamdebeasi deleted the focus-manager-docs branch April 30, 2024 16:45
liamdebeasi added a commit to ionic-team/ionic-framework that referenced this pull request May 1, 2024
Issue number: resolves #23650

---------

<!-- Please do not submit updates to dependencies unless it fixes an
issue. -->

<!-- Please try to limit your pull request to one type (bugfix, feature,
etc). Submit multiple pull requests if needed. -->

## What is the current behavior?
<!-- Please describe the current behavior that you are modifying. -->

In traditional native applications, navigation will inform screen
readers that the view has changed. This allows screen readers to focus
the correct view. In a single page app on the web, this same concept
does not exist. As a result, transitioning from Page A to Page B results
in screen reader focus remaining on Page A. This means that users who
rely on screen readers are not informed of view changes.

Currently, developers are responsible for implementing this on their
own.

## What is the new behavior?
<!-- Please describe the behavior or changes that are being added by
this PR. -->

- Introduces a new focus manager priority global config. When defined,
the app developer can specify which area of the view focus should be
moved to when the transition ends. The developer does this by specifying
areas in order of priority which allows for fallbacks in the event that
a particular UI component (such as a header) does not exist on a view.

There is some risk here by managing focus for the application. As a
result, this feature is considered experimental and disabled by default.
The team should collect feedback based on usage and enable it by default
when they feel this feature is stable enough.

## Does this introduce a breaking change?

- [ ] Yes
- [x] No

<!--
  If this introduces a breaking change:
1. Describe the impact and migration path for existing applications
below.
  2. Update the BREAKING.md file with the breaking change.
3. Add "BREAKING CHANGE: [...]" to the commit description when merging.
See
https://github.com/ionic-team/ionic-framework/blob/main/docs/CONTRIBUTING.md#footer
for more information.
-->


## Other information

<!-- Any other information that is important to this PR such as
screenshots of how the component looks before and after the change. -->

⚠️ Due to the `tsconfig.json` change, reviewers should restart the
Stencil dev server when checking out these changes locally.

Reviewers: Please test both of the test template files on physical iOS
and Android device with VoiceOver and TalkBack enabled, respectively.

Docs Link: ionic-team/ionic-docs#3627
rdlabo added a commit that referenced this pull request May 14, 2024
* chore(deps): update dependency @types/react to v18.2.48 (#3394)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency vue to v3.4.14 (#3397)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @types/node to v20.11.3 (#3396)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency vue to v3.4.15 (#3400)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency vite to v5.0.12 [security] (#3398)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @types/node to v20.11.5 (#3399)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update ionic to v7.6.5 (#3401)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency vite to v5.0.12 [security] (#3403)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @vitejs/plugin-vue to v5.0.3 (#3390)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* feat(theming): update dark mode guide with new dark theme files and playgrounds (#3384)

* docs(input): update `Maskito` documentation (according to the latest major release `2.0.0`) (#3402)

* chore(deps): update ionic to v7.6.6 (#3411)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @types/node to v20.11.6 (#3409)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(node): upgrade to v20 (#3404)

* chore(deps): update dependency web-vitals to v3.5.2 (#3410)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(): sync with main (#3405)

Co-authored-by: Shawn Taylor <shawn@ionic.io>
Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com>
Co-authored-by: Amanda Johnston <90629384+amandaejohnston@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: ptmkenny <1451472+ptmkenny@users.noreply.github.com>
Co-authored-by: Brandy Carney <brandyscarney@users.noreply.github.com>
Co-authored-by: Matthew Harris <rtpharry@hotmail.com>
Co-authored-by: Nikita Barsukov <nikita.s.barsukov@gmail.com>

* fix(docs): version the common css and js files  (#3412)

* chore: fix sidebar for v7 docs

* docs(angular): use ngmodules for the first app (#3417)

* chore(deps): update dependency @types/node to v20.11.7 (#3414)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* docs(searchbar): streamline usage example with script setup syntax (#3408)

* docs(hbb): add CloseWatcher docs to versioned docs (#3420)

* docs(theming): document new placeholder opacity global css variable (#3421)

* docs(searchbar): streamline usage example with script setup syntax (#3406)

* chore(deps): update dependency @angular/platform-browser-dynamic to v17.1.1 (#3423)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @types/react to v18.2.51 (#3425)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* docs(react, vue): update Quickstart page to use modern checkbox syntax (#3415)

* chore(deps): update dependency @types/react to v18.2.52 (#3430)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix: release notes generation from changelog (#3428)

* docs(toast): clarify toasts from overlays (#3432)

* chore(deps): update dependency @types/react to v18.2.53 (#3433)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: npm install

* fmt

* chore(): remove duplication package

* translate

* fix(): follow ionicframework.com

* chore(ci): update node version

* fix(): comment-out unused script

* chore(): follow package-lock.json

* fix(): npm install at root

* translate(): shallow doc is translated

* chore

* fmt

* chore

* chore

* chore(deps): update dependency vue to v3.4.16 (#3438)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @types/react to v18.2.54 (#3434)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency vite to v5.1.0 (#3439)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update ionic to v7.7.0 (#3426)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency vue to v3.4.18 (#3443)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update react monorepo (#3445)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* docs(config): add rippleEffect to table (#3448)

* fix(config): add rippleEffect to table

* lint

* docs(high-contrast): add documentation (#3431)

* chore(deps): update ionic to v7.7.1 (#3444)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* docs(layout): update dynamic font scaling for v8 (#3447)

* chore(deps): update dependency vite to v5.1.0 (#3440)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency vite to v5.1.1 (#3442)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @types/node to v20.11.10 (#3422)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* docs(infinite-scroll): clarify virtual scroll element (#3338)

* docs(infinite-scroll): clarify virtual scroll element

* chore: update content

* chore(prettier): cache prettier (#3323)

* docs(datetime, datetime-button): document formatOptions property (#3452)

* docs(datetime,datetime-button): document formatOptions property

* misc improvements

* Apply suggestions from code review

Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com>

* add link to time zone docs

* enlarge playground

---------

Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com>

* chore(deps): update dependency vue to v3.4.19 (#3458)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* refactor(md): remove unused Docusaurus properties (#3441)

* chore(deps): update dependency @types/react to v18.2.56 (#3462)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update vite-vue to v5.0.4 (#3449)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency vite to v5.1.3 (#3460)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @types/react to v18.2.57 (#3466)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update ionic to v7.7.2 (#3461)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* docs(theming): add other frameworks to CSS Variables guide  (#3465)

* chore(deps): update dependency vue-router to v4.3.0 (#3470)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* docs(input): clarify color property description (#3471)

* docs(input): clarify color property description

* fix anchor link

* chore(deps): update dependency vite to v5.1.4 (#3469)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @types/react to v18.2.58 (#3472)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* docs(updating): add v8 migration guide (#3475)

* docs(theming): note new stepped colors in ionic 8 (#3477)

* docs(playground): v8 playgrounds use the next tag (#3476)

* chore: increase memory limit temporarily (#3480)

* docs: archive v5 docs (#3482)

* chore(deps): update dependency vite to v5.1.3 (#3464)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* docs: add correct breaking changes url (#3483)

The v8 breaking changes are available on the `feature-8.0` branch, so we need to link there until v8 is merged into `main`.

* chore: remove trailing slash to avoid flash of 404 page (#3484)

* chore(deps): update dependency vite to v4.5.2 [security] (#3479)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update react monorepo (#3491)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency typescript to v5.3.3 (#3486)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* docs: Integrate Beamer release notes tool (#3468)

* chore(deps): update dependency @vitejs/plugin-react to v4.2.1 (#3485)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @types/react to v18.2.59 (#3497)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency web-vitals to v3.5.2 (#3490)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency vue to v3.4.20 (#3499)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(dark-mode): demos use correct stepped color tokens (#3495)

* Update 8-distribute.md (#3489)

* chore(deps): update dependency @angular/platform-browser-dynamic to v17.2.2 (#3498)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @vitejs/plugin-vue to v4.6.2 (#3492)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency vite to v5.1.4 (#3487)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* docs(updating): show how to migrate custom step color usages (#3496)

* chore(deps): update dependency vue-router to v4.3.0 (#3504)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency vue to v3.4.21 (#3503)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @types/react to v18.2.61 (#3502)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency vite to v5 (#3506)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* docs(theming): add type to prevent compilation error in dark mode playground (#3467)

Without type on the parameter, the following error is displayed
error TS7006: Parameter 'shouldAdd' implicitly has an 'any' type.

* chore(deps): update dependency vue-tsc to v2 (#3507)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: fix numbering (#3508)

Vue Upgrade steps went from 1 to 3 when it should have gone from 1 to 2.

* chore(deps): update dependency @types/react to v18.2.62 (#3510)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency vite to v5.1.5 (#3512)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update react monorepo (#3516)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency vite to v5.1.5 (#3511)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency vue-tsc to v2.0.6 (#3515)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* docs(input): add start/end slot section back into v7 docs (#3509)

* docs(input): add start/end slot section back into v7 docs

* fix demo imports

* docs(config): use correct v8 tag for API generation (#3519)

* chore(deps): update dependency typescript to v5.4.2 (#3517)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update ionic to v7.7.3 (#3473)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* docs(datetime-button): update datetime button playground for format options

* Update static/usage/v8/datetime/format-options/index.md

Co-authored-by: Shawn Taylor <shawn@ionic.io>

* Update static/usage/v8/datetime-button/format-options/index.md

Co-authored-by: Shawn Taylor <shawn@ionic.io>

* chore(deps): update ionic to v7.7.4 (#3520)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* docs: note event bubbling (#3522)

* chore(deps): update dependency vite to v5.1.5 (#3513)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency vite to v5.1.6 (#3529)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency vite to v5.1.6 (#3528)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @types/react to v18.2.65 (#3527)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* docs(v8): update with latest migration recommendations (#3524)

* chore(deps): update ionic to v7.8.0 (#3532)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update react monorepo (#3531)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* docs(dark-mode): link to latest palette (#3525)

resolves #3518

* docs(modal): update controller example for react (#3535)

* docs(modal): update controller example for react

* chore: lint

---------

Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com>

* chore(deps): update dependency vite to v5.1.6 (#3530)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(renovate): account for v8 and ionic packages (#3536)

* chore(deps): update dependency clsx to v2.1.0 (#3493)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(renovate): account for v7 deps with minimumReleaseAge (#3538)

* docs: rename themes to palettes (#3521)



Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com>

* chore(deps): update dependency @vitejs/plugin-vue to v5 (#3539)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update ionic to v7.8.1 (#3537)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(playground): update playground generator for v8 docs (#3542)

* fix: rename themes to palettes in playground imports (#3543)

* chore(deps): update dependency @types/react to v18.2.67 (#3544)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* docs(theming): update high contrast mode title (#3545)

* chore(deps): update dependency vite to v5.2.2 (#3552)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency vue-tsc to v2.0.7 (#3549)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency vite to v5.2.2 (#3551)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency vite to v5.2.3 (#3556)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency vite to v5.2.3 (#3555)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @types/react to v18.2.69 (#3554)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency vite to v5.2.4 (#3558)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* docs(password-toggle): add password toggle docs (#3541)

* chore(deps): update ionic to v7.8.2 (#3561)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency vite to v5.2.6 (#3560)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* translate

* feat(): set tag `next` at ionic/core

* translate(): update 8.0

* chore(deps): update dependency vite to v5.2.7 (#3567)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @angular/platform-browser-dynamic to v17.3.2 (#3566)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: remove mapsandapps from code owners file (#3568)

* docs(content, fab): fixed slot placement (#3563)

Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com>

* chore(deps): update dependency @types/react to v18.2.70 (#3562)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency vite to v5.2.4 (#3559)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(toast): use className for react examples (#3571)

* docs(modal): clarify content requirement for sheet modal (#3570)

* chore(deps): update dependency vite to v5.2.7 (#3573)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update ionic to v7.8.3 (#3575)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency vite to v5.2.8 (#3580)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* docs(your-first-app): use correct type on "Adding Mobile" page (#3533)

Co-authored-by: Maria Hutt <maria@ionic.io>

* chore(deps): update dependency vite to v5.2.8 (#3579)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency vue-tsc to v2.0.10 (#3581)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* docs(high-contrast): fix typo in Angular dark palette import (#3587)

* docs(migration): add info about removing old light palette colors (#3586)

* docs(migration): add info about removing old light palette colors

* Update docs/updating/8-0.md

Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com>

* lint

---------

Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com>

* docs(checkbox): show how to prevent toggling checkbox with link (#3584)

* docs(title): add information on setting headings (#3585)

* docs(updating): change theme to palette in the migration guide to v8 (#3590)

* chore(deps): update dependency vue-tsc to v2.0.11 (#3592)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* docs(angular): update swiper events (#3435)

Co-authored-by: shiv19 <shiv19@users.noreply.github.com>
Co-authored-by: arnotixe <arnotixe@users.noreply.github.com>
Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com>

* chore(deps): update dependency vue-tsc to v2.0.12 (#3596)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* docs(button): update shape and icons playgrounds to showcase circular icon buttons (#3594)

* docs(updating): include links to other documentation (#3591)

* chore(deps): update ionic to v7.8.4 (#3593)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* docs(modal): clarify changing height of sheet modal (#3589)

* chore(deps): update dependency vue-tsc to v2.0.13 (#3599)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(): remove overwrite files

* fmt

* default docs to v8

* freeze ionic 6 docs

* update package.json files

* update playground iframes

* typo

* point to main branch

* update package lock

* fix: update cta to v8 upgrade guide

* translate

* chore: replace diff examples with before/after

Docusaurus does not have built-in support for diff formatting. To make it easier for developers to tell the differences between the legacy code and new approach, I separated the examples into before/after code snippet blocks.

* chore: make ionic 8 default version (#3600)

* default docs to v8

* freeze ionic 6 docs

---------

Co-authored-by: Sean Perkins <sean@ionic.io>

* chore: update support table for v8 + support (#3601)

* chore(deps): update ionic to v7.8.5 (#3602)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* docs(dark-mode): improve link accessibility (#3595)

* chore(renovate): do not bump v7 deps to v8 (#3604)

Renovate bot is trying to bump the v7 playground deps to v8. This change prevents it from doing that: #3603

* chore(deps): update dependency vue to v3.4.22 (#3605)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* docs(input): examples for setting an initial value with maskito (#3597)

* add examples for setting an initial value when using maskito (using maskitoTransform)

* chore: prettier formatting

* input-masking: add maskitoTransform reference to demo.html

---------

Co-authored-by: Sean Perkins <sean@ionic.io>

* chore(deps): update dependency vite to v5.2.9 (#3607)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency vue-router to v4.3.2 (#3611)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency typescript to v5.4.3 (#3548)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Maria Hutt <maria@ionic.io>

* chore(deps): update dependency vite to v5.2.9 (#3606)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency vue to v3.4.23 (#3610)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(renovate): remove v6, add v8 (#3616)

* chore(deps): update dependency vite to v5.2.10 (#3615)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* docs(core-concepts): update android webview link (#3501)

* Fixed dead Android WebView link.

The previous link navigated to a missing page (404) in the Android developer docs. This link routes to a similar page as the iOS variant.

* docs: update webview link on latest docs

---------

Co-authored-by: Sean Perkins <sean@ionic.io>

* chore(deps): update dependency @types/node to v20.12.7 (#3450)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency typescript to v5.4.5 (#3613)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency vite to v5.2.10 (#3614)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update ionic (#3618)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* docs(picker): add accessibility docs (#3612)

* chore(deps): update dependency clsx to v2.1.1 (#3621)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: disable renovate on v6 playgrounds (#3622)

* chore(deps): update dependency vue to v3.4.24 (#3620)

* chore(deps): update dependency vue to v3.4.24

* chore(v6): revert vue update

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Maria Hutt <maria@ionic.io>

* chore(deps): update dependency vue-tsc to v2.0.14 (#3617)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Maria Hutt <maria@ionic.io>

* chore(deps): update react monorepo (#3572)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* refactor(many): batch update of alt text and title attributes for MD images (#3500)

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Maria Hutt <maria@ionic.io>

* chore(deps): update dependency vue to v3.4.25 (#3623)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update react monorepo to v18.3.0 (#3624)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update react to v18.3.0 (#3625)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @types/react to v18.3.1 (#3628)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* docs: add focus manager documentation (#3627)

* docs(updating): add correct npm tag for v8 (#3633)

* chore(deps): update dependency @angular/platform-browser-dynamic to v17.3.6 (#3632)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency vue to v3.4.26 (#3638)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update react to v18.3.1 (#3629)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update ionic to v8.1.0 (#3637)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency vue-tsc to v2.0.15 (#3640)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Brandy Carney <brandyscarney@users.noreply.github.com>
Co-authored-by: Nikita Barsukov <nikita.s.barsukov@gmail.com>
Co-authored-by: Maria Hutt <thetaPC@users.noreply.github.com>
Co-authored-by: Shawn Taylor <shawn@ionic.io>
Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com>
Co-authored-by: Amanda Johnston <90629384+amandaejohnston@users.noreply.github.com>
Co-authored-by: ptmkenny <1451472+ptmkenny@users.noreply.github.com>
Co-authored-by: Matthew Harris <rtpharry@hotmail.com>
Co-authored-by: Treigh Mawaka <92684310+treighmawaka@users.noreply.github.com>
Co-authored-by: Sean Perkins <13732623+sean-perkins@users.noreply.github.com>
Co-authored-by: Nikhil <6836536+qwertynik@users.noreply.github.com>
Co-authored-by: Matt Netkow <matt.netkow@gmail.com>
Co-authored-by: Deepak Sharma <deepak_sharma@manulife.ca>
Co-authored-by: nlko <nospam1@thomasson.fr>
Co-authored-by: Mike Hartington <mhartington@users.noreply.github.com>
Co-authored-by: Nozarno <97676780+Nozarno@users.noreply.github.com>
Co-authored-by: Maria Hutt <maria@ionic.io>
Co-authored-by: Santiago Mejia <santiagommejia@gmail.com>
Co-authored-by: shiv19 <shiv19@users.noreply.github.com>
Co-authored-by: arnotixe <arnotixe@users.noreply.github.com>
Co-authored-by: Sean Perkins <sean@ionic.io>
Co-authored-by: Marlon Harrison <92547717+marlon-ionic@users.noreply.github.com>
Co-authored-by: Antheus Steenvoorden <40796782+antheus-s@users.noreply.github.com>
Co-authored-by: Jonathan Algar <93204286+jonathanalgar@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants