Commit Graph

2582 Commits

Author SHA1 Message Date
Maria Hutt
366004e3f8 refactor(Tabs2): switch to navigate 2025-06-13 14:12:06 -07:00
Maria Hutt
c6f8dd4c54 refactor(many): replace render with element 2025-06-13 13:46:41 -07:00
Maria Hutt
71fb8cb8f9 refactor(many): update to use <Navigate> 2025-06-13 13:32:36 -07:00
Maria Hutt
12c49f5c51 refactor(many): remove exact from test pages 2025-06-13 12:05:18 -07:00
Maria Hutt
c45c0f9bfa docs(many): update comments 2025-06-13 11:35:29 -07:00
Maria Hutt
7ff8994d12 feat(IonReactHashRouter): migrate to a functional component and react router 6
Co-authored-by: Sean Perkins <13732623+sean-perkins@users.noreply.github.com>
2025-06-12 16:14:24 -07:00
Maria Hutt
205a7056d7 chore(IonReactMemoryRouter): remove unused type 2025-06-11 17:15:35 -07:00
Maria Hutt
331b39427b feat(IonReactMemoryRouter): migrate to a functional component and react router 6
Co-authored-by: Sean Perkins <13732623+sean-perkins@users.noreply.github.com>
2025-06-11 17:14:44 -07:00
Maria Hutt
0a0dcb6d7d feat(IonReactRouter): migrate to a functional component and react router 6
Co-authored-by: Sean Perkins <13732623+sean-perkins@users.noreply.github.com>
2025-06-10 17:14:14 -07:00
Maria Hutt
0008059f8c docs(IonRouter, ReactRouterViewStack, StackManager): update comments 2025-06-09 15:57:41 -07:00
Maria Hutt
93202c070e chore(IonRouteInner): update render 2025-06-09 15:57:13 -07:00
Maria Hutt
a78f6b3151 feat(IonRouter): migrate to functional component with react router 6
Co-authored-by: Sean Perkins <13732623+sean-perkins@users.noreply.github.com>
2025-06-09 13:07:24 -07:00
Maria Hutt
37f76c72ec chore(StackManager): run lint 2025-06-09 11:35:13 -07:00
Maria Hutt
ca27ed618b chore(IonRouteInner): upgrade to rr6 2025-05-19 17:01:48 -07:00
Maria Hutt
2436ba383e docs(matchPath): remove comment 2025-05-19 16:33:55 -07:00
Maria Hutt
e76c1e86f9 docs(StackManager): update comment 2025-05-19 14:04:06 -07:00
Maria Hutt
fd6baaceda chore(StackManager): more upgrades for rr6 2025-05-19 14:01:54 -07:00
Maria Hutt
4aad76a93a chore(StackManager): upgrade to rr6 and add comments 2025-05-19 13:09:11 -07:00
Maria Hutt
6a42e6959d chore(rr6): run lint 2025-05-19 13:08:31 -07:00
Maria Hutt
e364fea46b chore(matchPath): use the correct library 2025-05-19 13:07:05 -07:00
Maria Hutt
af7710b5a3 refactor(test): updated test pages 2025-05-12 10:45:54 -07:00
Maria Hutt
cccf290670 refactor(reactrouterviewstack): update for rr6 and improvements 2025-05-08 14:54:40 -07:00
Maria Hutt
f0127bd874 refactor(utils): update matchPath for rr6 2025-05-08 14:53:57 -07:00
Maria Hutt
426232456b chore(deps): update react router to v6 2025-05-08 14:49:05 -07:00
ionitron
e6e6483ba7 chore(): update package lock files 2025-04-30 17:42:15 +00:00
ionitron
fbbb5e3c0c v8.5.6 2025-04-30 17:41:34 +00:00
ionitron
4fc1366a25 chore(): update package lock files 2025-04-16 17:39:53 +00:00
ionitron
c5c4d1d989 v8.5.5 2025-04-16 17:38:18 +00:00
Brandy Smith
51de007854 chore(): update package lock files 2025-04-09 13:28:43 -04:00
ionitron
fd4ffdd9d1 chore(): update package lock files 2025-04-09 17:23:20 +00:00
ionitron
d1974894a9 v8.5.4 2025-04-09 17:22:30 +00:00
Brandy Smith
37fb269246 chore(): update package lock files 2025-04-02 11:57:25 -04:00
ionitron
3213bf40c7 chore(): update package lock files 2025-04-02 15:51:12 +00:00
ionitron
28e29c38b4 v8.5.3 2025-04-02 15:50:34 +00:00
Brandy Smith
27816d17d8 chore(): update package lock files 2025-03-26 17:42:45 -04:00
ionitron
ca51d64557 chore(): update package lock files 2025-03-26 21:34:31 +00:00
ionitron
4fb15feb0c v8.5.2 2025-03-26 21:33:58 +00:00
Brandy Smith
0893703769 test(angular): add a landing page to go between lazy and standalone apps (#30286)
## What is the new behavior?
Adds a landing page to the Angular test app to make it easier to get to
and debug standalone.

## Does this introduce a breaking change?
- [ ] Yes
- [x] No

Co-authored-by: Brandy Smith <6577830+brandyscarney@users.noreply.github.com>
2025-03-26 20:55:04 +00:00
Shane
9e11fcb2bb test(angular): fixing over-import of RouterModule in the standalone router-link test (#30285)
Issue number: resolves internal

---------

<!-- 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. -->
Currently the standalone test app for router-link in Angular imports all
of `RouterModule` when it only needs to import `RouterLink` from
`@angular/router`

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

Now, the Angular test app will import only what it needs from router
instead of over-importing.

## 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. -->

This PR helps align our Angular test apps with a more real-world
implementation expectation
2025-03-20 20:17:25 +00:00
Brandy Smith
743eb250a8 docs(changelog): include hotfix release 2025-03-19 16:19:31 -04:00
Brandy Smith
6550fca347 chore(): update package lock files 2025-03-19 16:13:36 -04:00
ionitron
75f5e9d70a chore(): update package lock files 2025-03-19 20:09:39 +00:00
ionitron
9496c193ce v8.5.1 2025-03-19 20:08:09 +00:00
Christian Bromann
f4186c6761 fix(vue): update output target and fix incorrect types (#30259)
Issue number: resolves #30254

---------

## What is the current behavior?
The type for `routerLink` was incorrectly set as `symbol`.

## What is the new behavior?
The new update of the Vue output target to sets it to `string | symbol`

## Does this introduce a breaking change?

- [ ] Yes
- [x] No

## Other information

Dev build: `8.5.1-dev.11742238707.15ce0fe2`

---------

Co-authored-by: Brandy Smith <6577830+brandyscarney@users.noreply.github.com>
2025-03-18 14:42:09 +00:00
Brandy Smith
e91a9ada3d chore(): update package lock files 2025-03-13 19:17:26 -04:00
ionitron
a6437b2439 chore(): update package lock files 2025-03-13 23:12:19 +00:00
ionitron
09d16ef4d7 v8.5.0 2025-03-13 23:11:47 +00:00
Brandy Smith
114514276e Merge branch 'main' into chore-update-feat-8.5-main 2025-03-13 18:45:33 -04:00
Brandy Smith
14698f773c chore(): update package lock files 2025-03-13 18:32:38 -04:00
ionitron
6b33d19c89 chore(): update package lock files 2025-03-13 22:20:42 +00:00