v1.11.0-beta.1
rwjblue
released this
14 Feb 21:54
·
13990 commits
to main
since this release
Changelog
- #10160 [FEATURE] Add index as an optional parameter to #each blocks @tim-evans
- #10186 Port attributeBindings to AttrNode views @mixonic
- #10184 Initial support basic Node.js rendering.
- #10179 [FEATURE] Execute initializers in their respective context @gf3
- #10213 Ensure overriding attribute bindings is possible @miguelcobain
- #10320 Start breaking up Ember.View code into mixins based on purpose @ebryn
- #10221 Embed enabled features in debug builds. @rwjblue
- #10215 [Bugfix beta] Prevent Ember from erroring when the errorThrown property is
undefined
@bmac - #10326 Let
View#appendChild
instantiateSimpleBoundView
s rather than doing it manually ourselves @ebryn - #10280 Moves route-recognizer to a NPM dep, bumps emberjs-build @danmcclain
- #10256 Simplify and modularize app/router initialization @emberjs
- #10254 Make computed.or and computed.and return truthy values @soulcutter
- #10271 Clean up boot process @emberjs
- #10268 Bumped sha to get tildeio/route-recognizer#40, which fixes #10190 @jayphelps
- #10316 Make LinkView FastBoot™-compatible @emberjs
- #10321
View#element
isn’t observable, we don’t need to useset
@ebryn - #10323 Remove
meta.descs
@ebryn - #10324 Don’t run this mandatory setter test in prod @ebryn
- #10329 Update transpiler to Esperanto. @rwjblue
- #10352 Add internal
_willDestroyElement
hook to prevent using instance-based events @ebryn - #10336 Remove unnecessary check for
NativeArray
@tricknotes - #10334 Update to HTMLBars v0.10.0. @rwjblue
- #10338 Ensure computed.oneWay is exported properly. @linstula
- #10345 Update to QUnit 1.17.1. @rwjblue
- #10350 Make meta.cache & meta.cacheMeta lazy @ebryn
- #10353 Avoid creating context bindings for collection views @mmun