aurelia / templating-resources

A standard set of behaviors, converters and other resources for use with the Aurelia templating library.
MIT License
59 stars 55 forks source link

export ComposeActivationStrategy closes #427 #429

Closed avrahamcool closed 10 months ago

bigopon commented 1 year ago

hmmm simply merging this could be quite an issue for existing apps. We may not be able to just do this. We can export an extra name though. Can you help change to an additional name instead @avrahamcool ?

avrahamcool commented 1 year ago

hi @bigopon,

all of the previous exports remain untouched. [the ActivationStrategy enum was not exported before] and I do export it as a deferent name (in order to not have a clash of name with the ActivationStrategy from router). so how can this break existing apps?

I'm probably missing something here.

bigopon commented 1 year ago

@avrahamcool thanks. I thought we were exporting it via * in the aurelia framework package, but it's not the case. This is good. Please ignore my previous comment.

bigopon commented 10 months ago

The changes have been released in v 1.15.0 Thanks @avrahamcool