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

blog(embertimes134): ember-changeset 3.0.0 #520

Merged
merged 2 commits into from
Feb 6, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions source/2020-02-07-the-ember-times-issue-134.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: The Ember Times - Issue No. XXS
author: Anne-Greeth van Herwijnen, Isaac Lee, the crowd
author: Chris Ng, Anne-Greeth van Herwijnen, Isaac Lee, the crowd
tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2020
alias : "blog/2020/xx/xx-the-ember-times-issue-XXX.html"
responsive: true
Expand All @@ -10,6 +10,7 @@ responsive: true

How structuring your Figma can make your developer life easier 🎨,
QUnit DOM announces v1.0 release 🎂,
Check out the ember-changeset 3.0.0 Release 🎉,

READMORE

Expand Down Expand Up @@ -102,13 +103,11 @@ We extend our thanks to everyone who have contributed to the project!

---

## [Section title in sentence case 🐹](#section-url)
## [ember-changeset 3.0.0 Release 🎉](https://twitter.com/puekey/status/1224340431644708864)

<change section title emoji>
<consider adding some bold to your paragraph>
The [ember-changeset](https://github.com/poteto/ember-changeset) addon is officially released [version 3.0.0](https://github.com/poteto/ember-changeset/blob/master/CHANGELOG.md#300-2020-02-02). The addon provides a Changeset class which represents a set of valid changes to be applied onto any Object (`Ember.Object`, `DS.Model`, POJOs, etc). The idea is only the changeset's internal values are updated until we invoke the save method which would set and save the valid changes onto the provided object.
chrisrng marked this conversation as resolved.
Show resolved Hide resolved

<add your name to author list, top and bottom>
<add blurb and emoji to "SOME-INTRO-HERE">
This release requires Ember 3.13 and above and the use of @tracked will help ember-changeset monitor and propagate changes to the UI layer. If your app is < 3.13 or you need to support IE11, then you can install the 2.0 series. Watch a [free video intro](https://www.emberscreencasts.com/posts/168-introduction-to-ember-changeset) presented by EmberScreencasts and use ember-changeset today!

---

Expand Down Expand Up @@ -142,4 +141,4 @@ That's another wrap! ✨

Be kind,

Anne-Greeth van Herwijnen, Isaac Lee, the crowd and the Learning Team
Chris Ng, Anne-Greeth van Herwijnen, Isaac Lee, the crowd and the Learning Team