Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ember 3.26 Release #942

Merged
merged 14 commits into from
Apr 12, 2021
Merged

Ember 3.26 Release #942

merged 14 commits into from
Apr 12, 2021

Conversation

jaredgalanis
Copy link
Member

@jaredgalanis jaredgalanis commented Mar 31, 2021

Changelogs

ember-source

  • #19255 [DEPRECATION] Deprecate transition methods of controller and route per RFC #674.
  • #19345 [DEPRECATION] Deprecate <LinkTo> positional arguments per RFC #698.
  • #19346 [DEPRECATION] Deprecate {{#with}} per RFC #445
  • #19358 [DEPRECATION] Deprecate implicit injections per RFC #680
  • #19359 [DEPRECATION] Deprecates old browser support policy per RFC #685 New Browser Support Policy.
  • #19371 [DEPRECATION] Deprecate implicit this property lookup fallback per RFC #308
  • #19372 [DEPRECATION] Adds deprecations for Classic edition and optional features per RFC #704 and RFC #705.
  • #19373 [DEPRECATION] Deprecate old manager capabilities per RFC #686
  • #19374 [DEPRECATION] Deprecate hasBlock and hasBlockParams per RFC #689.
  • #19375 [DEPRECATION] Deprecate old class binding syntax and {{attrs}} per RFC #691 and RFC #690.
  • #19381 [DEPRECATION] Deprecate Array Observers per RFC #692.
  • #19379 [CLEANUP] Refactor DataAdapter to not use observers or array observers
  • #19378 [BUGFIX] Fix typo in template-only-glimmer-components feature detection
  • #19298 [BUGFIX] Route serialize did not extract param off proxy
  • #19469 [BUGFIX] Prevent eager argument consumption on modifier destruction
  • #19405 [BUGFIX] Avoid instantiation errors when app/router.js injects the router service.
  • #19436 [BUGFIX] Support observer keys with colons

ember-data

  • #7435 [Test]: fix for DataWrapper refactor in emberjs (#7435)
  • #7416 [Deps]: bump ember packages (#7416)
  • #7358 [Chore]: TypeScript adapters (#7358)

ember-cli

  • #9473 Issue a better error message for add-on's missing an entry point (e.g. invalid ember-addon.main path)
  • #9437 Add Prettier files to ".npmignore" file in addon blueprint
  • #9436 Enable Embroider test scenario for addons
  • #9435 Use "lint:fix" script in app and addon README files
  • #9451 update blueprint deps

@jaredgalanis jaredgalanis changed the title Ember 3.26 release Ember 3.26 Release Mar 31, 2021
@ijlee2
Copy link
Member

ijlee2 commented Apr 12, 2021

I've finished with ember-source

@jaredgalanis
Copy link
Member Author

I've finished with ember-source

I'm done with CLI and working on Data

@jaredgalanis
Copy link
Member Author

jaredgalanis commented Apr 12, 2021

Done reviewing Data, and I don't think there's anything to mention this time around.

@locks locks merged commit 45147ab into main Apr 12, 2021
@locks locks deleted the release-3-26 branch April 12, 2021 19:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants