Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ui-router/angular
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 13.0.0
Choose a base ref
...
head repository: ui-router/angular
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 8 commits
  • 129 files changed
  • 3 contributors

Commits on Jul 10, 2024

  1. chore: Angular 18 support (#993)

    * chore: Angular 18 support
    lukaVarga authored Jul 10, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    60314f4 View commit details

Commits on Jul 15, 2024

  1. 14.0.0

    wawyed committed Jul 15, 2024
    Copy the full SHA
    e7b978e View commit details

Commits on Nov 1, 2024

  1. feat: add support for standalone angular applications (#994)

    * Updated uiSref directive to be an standalone directive
    
    * Updated uiSrefActive directive to be a standalone directive
    
    * Updated uiSrefStatus directive to be a standalone directive
    
    * Updated uiView component to be a standalone component
    
    * Imported directives instead of declaring them in UIRouterModule
    
    * Created a root provider function for UIRouter.
    
    * Fixed bug in uiView component not loading the CommonModule.
    
    * Updated downstream sample app for the tests.
    
    * Updated UISrefActive to use hostDirectives to implement the UISrefStatus directive.
    
    * Added provideUiRouter to global exports.
    
    * added a standalone v18 test project.
    
    * Added standalone version for downstream projects.
    
    * Updated package minor version
    
    * Add documentation for provideUIRouter() function.
    
    * Revert "Updated downstream sample app for the tests."
    
    This reverts commit 2955b86.
    
    * updated package version from 14.1.0 to 15.0.0. This change is introducing a potencial breaking change if projects use ui-view component as the bootstrap component.
    lindolo25 authored Nov 1, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    6b496c2 View commit details

Commits on Nov 5, 2024

  1. 15.0.0

    wawyed committed Nov 5, 2024
    Copy the full SHA
    55d1465 View commit details

Commits on Jan 4, 2025

  1. Chore: Angular v19 support (#1000)

    lindolo25 authored Jan 4, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    0bceb2f View commit details

Commits on Jan 6, 2025

  1. 16.0.0

    wawyed committed Jan 6, 2025
    Copy the full SHA
    48fbfd0 View commit details

Commits on Mar 14, 2025

  1. feat: Extending lazy-load functionality to include loading standalone…

    … components for specific routes. (#995)
    
    * Updated Ng2StateDeclaration and Ng2ViewDeclaration to use generics and added the loadComponent property.
    
    * Updated Lazy load implementeation, replaced deprecated API with newest changes to angular framework.
    
    * Implemented load component functionality in the lazy load section.
    
    * Updated implementation of the UIView component. replaced deprecated API with newest angular API. inputs signals now work for view bound components.
    
    * Updated the lazyLoadBuilder to load components.
    
    * Updated standalone example.
    
    * Fixed bug applying input bindings in uiView component.
    
    * Created a few new test cases for uiView for new features in components inputs.
    
    * Updated documentation for loadComponent functionality
    
    * Added test suite for loadComponent functionality.
    
    * Addition to the test for lazy.child in v19-standalone test project.
    
    * updating test to be clear is not a standalone component.
    lindolo25 authored Mar 14, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    e381ea4 View commit details

Commits on Apr 3, 2025

  1. 16.1.0

    wawyed committed Apr 3, 2025
    Copy the full SHA
    62a873c View commit details
Loading