Skip to content
This repository has been archived by the owner on Mar 22, 2019. It is now read-only.

Commit

Permalink
blog(embertimes#88): add writeup on anglebrackets rfc
Browse files Browse the repository at this point in the history
  • Loading branch information
jayjayjpg committed Mar 8, 2019
1 parent 98c52fc commit 4294f94
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion source/blog/2019-03-08-the-ember-times-issue-88.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ responsive: true

Be heard by filling out the Ember Community Survey! πŸ—£ Check out a video preview of Ember.js Octane tech πŸŽ₯, the latest release of ember-ajax πŸŽ‰, learn how to contribute to Ember Times πŸ“°, and a new full-stack livestream series πŸ“Ή! Read on...

<<<<<<< HEAD
=======
<SOME-INTRO-HERE-TO-KEEP-THEM-SUBSCRIBERS-READING>
Be heard by filling out the Ember Community Survey! Check out the release of [ember-ajax v5.0.0 πŸŽ‰](https://github.com/ember-cli/ember-ajax/blob/master/CHANGELOG.md#500-2019-03-05), a new full-stack livestream series πŸ“Ή, a video preview of Ember.js Octane tech πŸŽ₯, read about angle bracket component invocation syntax for built-in components and learn to contribute to Ember Times
>>>>>>> 8893954a... blog(embertimes#88): add writeup on anglebrackets rfc
---

## [Only a Few Days Left to Complete the Ember Community Survey πŸš€](https://emberjs.com/ember-community-survey-2019/)
Expand All @@ -31,7 +36,7 @@ The video briefly covers Module Unification and relevant changes to file structu

## [Release of ember-ajax v5.0.0 πŸŽ‰](https://github.com/ember-cli/ember-ajax/blob/master/CHANGELOG.md#500-2019-03-05)

[@Turbo87](https://github.com/turbo87/) announced the [release of version 5.0.0](https://twitter.com/TobiasBieniek/status/1103051224180498434) of [ember-ajax](https://github.com/ember-cli/ember-ajax). In this update, we have a **breaking change** for the Error classes since the base class of the custom Error classes was changed to extend native `Error` instead of `EmberError`.
[@Turbo87](https://github.com/turbo87/) announced the [release of version 5.0.0](https://twitter.com/TobiasBieniek/status/1103051224180498434) of [ember-ajax](https://github.com/ember-cli/ember-ajax). In this update, we have a **breaking change** for the Error classes since the base class of the custom Error classes was changed to extend native `Error` instead of `EmberError`.

Furthermore, ember-ajax was also updated to use [ember-cli-babel](https://github.com/babel/ember-cli-babel) v7.x, which requires all apps that uses ember-ajax to use [Ember CLI 2.13 or above](https://github.com/ember-cli/ember-ajax#compatibility).

Expand All @@ -58,6 +63,16 @@ Check out the [teaser video](https://www.youtube.com/watch?v=qCjUBVNng4w) for th

---

## [Anglebrackets For All Components πŸ“](https://github.com/emberjs/rfcs/pull/459)

A [new Request for Comments (RFC)](https://github.com/emberjs/rfcs/pull/459) is proposing to make **Angle Bracket Component Invocation Syntax** available for all components in an Ember application - including the **built-in componnents** `link-to`, `input` and `textarea`.

Currently, those cannot be invoked using the modern invocation syntax from Ember's upcoming edition **Octane**, but this proposal attempts to provide ways to do so and circumvent some of today's limiting APIs.

You can read more about the motivation and the detailed design of this change in [the original RFC](https://github.com/emberjs/rfcs/blob/angle-built-ins/text/0459-angle-bracket-built-in-components.md). Be sure to leave your thoughts!

---

## [Contributors' Corner πŸ‘](https://guides.emberjs.com/release/contributing/repositories/)

<p>This week we'd like to thank <a href="https://github.com/stefanpenner" target="gh-user">@stefanpenner</a>, <a href="https://github.com/chancancode" target="gh-user">@chancancode</a>, <a href="https://github.com/ppcano" target="gh-user">@ppcano</a>, <a href="https://github.com/simonihmig" target="gh-user">@simonihmig</a>, <a href="https://github.com/pzuraq" target="gh-user">@pzuraq</a>, <a href="https://github.com/efx" target="gh-user">@efx</a>, <a href="https://github.com/bekzod" target="gh-user">@bekzod</a>, <a href="https://github.com/rwjblue" target="gh-user">@rwjblue</a>, <a href="https://github.com/chrisrng" target="gh-user">@chrisrng</a>, <a href="https://github.com/kennethlarsen" target="gh-user">@kennethlarsen</a>, <a href="https://github.com/MinThaMie" target="gh-user">@MinThaMie</a>, <a href="https://github.com/rajasegar" target="gh-user">@rajasegar</a>, <a href="https://github.com/yusufsagdic" target="gh-user">@yusufsagdic</a>, <a href="https://github.com/igorT" target="gh-user">@igorT</a>, <a href="https://github.com/jenweber" target="gh-user">@jenweber</a>, <a href="https://github.com/ming-codes" target="gh-user">@ming-codes</a>, <a href="https://github.com/samselikoff" target="gh-user">@samselikoff</a>, <a href="https://github.com/MelSumner" target="gh-user">@MelSumner</a>, <a href="https://github.com/bazzel" target="gh-user">@bazzel</a>, <a href="https://github.com/muziejus" target="gh-user">@muziejus</a>, <a href="https://github.com/boris-petrov" target="gh-user">@boris-petrov</a>, <a href="https://github.com/Turbo87" target="gh-user">@Turbo87</a> for their contributions to Ember and related repositories! πŸ’–</p>
Expand Down

0 comments on commit 4294f94

Please sign in to comment.