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

Created an announcement of Ember 3.22 release #785

Merged
merged 16 commits into from Oct 20, 2020
Merged

Created an announcement of Ember 3.22 release #785

merged 16 commits into from Oct 20, 2020

Conversation

ijlee2
Copy link
Member

@ijlee2 ijlee2 commented Oct 6, 2020

No description provided.

@locks
Copy link
Contributor

locks commented Oct 6, 2020

emberjs

ember data

  • #7126 Bugfix for wrong hasMany relationship state in scenario of sideposting with lid
  • #7273 [BUGFIX] Entangle Errors.errorsFor properly
  • #7322 [Build]: disable esm cache (#7322)
    • if you had errors during build this might fix it
  • #7330 [BUG]: Consume array access to autotrack hasMany
  • #7335 [Bug]: errors remove to accurately update in template
    • errorsFor did not properly update in templates.
    • pzuraq/snewcomer for context

ember-cli

  • Possibly mention eslint-plugin-ember 9.0.0 breaking changes?

@ijlee2 ijlee2 marked this pull request as ready for review October 19, 2020 14:56
@ijlee2 ijlee2 requested review from a team and locks and removed request for locks October 19, 2020 14:56
Copy link
Member

@MelSumner MelSumner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Made one non-blocking suggestion, otherwise looks good. thank you for doing this work! 👍

@ijlee2
Copy link
Member Author

ijlee2 commented Oct 19, 2020

@locks will merge this pull request after completing releasing API docs.

source/2020-10-19-ember-3-22-released.md Outdated Show resolved Hide resolved
Comment on lines 41 to 42
1. Enabled `@ember/destroyable` API, which allows you to create and manage your own destroyables. For more information, please see the [Destroyables RFC](https://emberjs.github.io/rfcs/0580-destroyables.html).
2. Enabled Cache API, a low-level primitive for memoizing the result of a function based on autotracking. (You can install a [polyfill](https://github.com/ember-polyfills/ember-cache-primitive-polyfill) for apps between versions 3.13 and 3.21.) For more information, please check the [Ember Guides](https://guides.emberjs.com/release/in-depth-topics/autotracking-in-depth/#toc_caching-of-tracked-properties) and [Autotracking Memoization RFC](https://emberjs.github.io/rfcs/0615-autotracking-memoization.html).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it possible to link to the published API docs we have for these? It would be pretty nice if we could...

source/2020-10-19-ember-3-22-released.md Outdated Show resolved Hide resolved
@jenweber
Copy link
Contributor

Thanks everyone for the work so far. I will see if I can get the docs up, and after they are published, this can be merged.

@locks locks merged commit d0af48d into ember-learn:master Oct 20, 2020
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.

None yet

7 participants