Skip to content

Release 4.0.0-rc.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@simonihmig simonihmig released this 28 Apr 11:19
· 1890 commits to master since this release

💥 Breaking Change

  • All components are refactored to tag-less Ember components as a first stepping stone to a full Glimmer components rewrite. In most cases this should not affect you, but there are some edge cases where it might break, e.g. using ember-test-selectors with the legacy curly invocation syntax or using attributeBindings provided by @ember/component like @id. In all cases setting them as HTML attributes using angle bracket component invocation is the recommended path forward.
  • #965, #1037 Drop support for Ember < 3.16 and node 8 (@jelhan, @simonihmig)
  • #1004 Drop deprecated arguments for HTML attributes of Form and Button components (@jelhan)
  • #932 radio group should have a legend not a label (@jelhan)

Bug Fixes

Internal

Committers: 4