CHANGELOG
- #19302 / #19306 / #19319 [FEATURE] Implement the Handlebars Strict Mode RFC.
- #19318 [FEATURE] Implement the Named Blocks RFC.
- #19339 [DEPRECATION] Deprecate importing
htmlSafe
andisHTMLSafe
from@ember/string
per the Deprecate Ember String RFC. - #19320 / #19317 / #19297 / #19293 / #19278 / #19275 / #19363 Update rendering engine to
@glimmer/*
0.74.2 for various features and bugfixes including ensuring{{component.name}}
works with implicit this fallback - #18148 [BUGFIX] Fix empty
htmlSafe
string to be treated as falsy - #19365 [BUGFIX] Remove non-existing re-export from helper-addon blueprint
- #19370 [BUGFIX] Update glimmer-vm to prevent errors for older inline precompilation
- #19351 [BUGFIX] Ensure locals do not clobber components of the same name
- #19336 [BUGFIX] Ensure Component Lookup Is Well Formed
- #19338 [BUGFIX] Add missing
deprecate
options (for
+since
) - #19342 [BUGFIX] Fix misleading LinkTo error message