You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just wanted to let you know that we released a new version of LoadJS (v4.0.0) that includes support for automatic detection of image/css urls with query arguments and anchor tags. Previously you had to force treat such urls using "img!" and "css!" tags:
Although this seems like a small change, it could cause backwards compatibility issues for users using anchor tag workarounds to force treat urls as image/css files (e.g. "handler?arg=val#.css"). As a result we are treating this as a major version release.
Please try out the new feature and let me know if notice any issues.
Andres
The text was updated successfully, but these errors were encountered:
Hi Everyone,
I just wanted to let you know that we released a new version of LoadJS (v4.0.0) that includes support for automatic detection of image/css urls with query arguments and anchor tags. Previously you had to force treat such urls using
"img!"
and"css!"
tags:Now urls of this type are detected automatically:
Although this seems like a small change, it could cause backwards compatibility issues for users using anchor tag workarounds to force treat urls as image/css files (e.g. "handler?arg=val#.css"). As a result we are treating this as a major version release.
Please try out the new feature and let me know if notice any issues.
Andres
The text was updated successfully, but these errors were encountered: