Closed HeyJoel closed 3 years ago
Fixed, release in v0.10. Breaking changes:
CustomEntityDetails.FullPath
> CustomEntityDetails.FullUrlPath
IPageRoute.FullPath
> IPageRoute.FullUrlPath
PageRoute.FullPath
> PageRoute.FullUrlPath
CustomEntityPage.FullPath
> CustomEntityPage.FullUrlPath
PageSummary.FullPath
> PageSummary.FullUrlPath
I backed out of the PathString
change, it turned out to be a bigger breaking change than expected.
Both
FullPath
andFullUrlPath
are used. Given we also have rteferences to paths that are not url-based I suggest we consolidate onFullUrlPath
. This is a breaking change.Whilst making this change we should update these properties to be
PathString
, which may be a breaking change if you're using string methods on the value.