Skip to content

Elemento 2.5.2

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Jun 17:38

Added

  • Add Place.path() method that returns the route with optional parameter segments removed — the shortest concrete URL that matches the route. For routes without optional parameters, path() returns the same value as route().
  • Add Parameter.stripOptionalParameters(String) utility method

Changed

  • Encapsulate Place fields: route, path, and title are now private with getter methods route(), path(), and title()
  • PlaceManager now uses Place.path() instead of Place.route() for user-facing URLs (history updates, error pages, href generation)