Uh oh!
There was an error while loading. Please reload this page.
Remove jQuery by default - #386
Conversation
This is probably blocking the jQuery removal endeavor warp-drive-data/warp-drive#5386 |
So how would one select an element inside a component? Using |
makepanic
commented
Oct 7, 2018
Components have a |
rwjblue
commented
Oct 7, 2018
Confirm, however in tagless components you also don’t have a |
tavosansal
commented
Oct 7, 2018
Makes sense...I did not know about the |
simonihmig
commented
Oct 8, 2018
@tavosansal Indeed, tbh I wasn't expecting to still see references to jQuery APIs in the docs. Even as part of the previous optional jQuery RFC it makes sense to only teach native APIs, especially for addons! Created this tracking issue: ember-learn/guides-source#194 |
Just for the record: the |
jherdman
commented
Oct 8, 2018
It should be noted that ember-cli-mirage doesn't yet support fetch as it's stuck on Pretender ~1.6. This might be considered a blocker given how popular it is as a development tool. |
NullVoxPopuli
commented
Oct 8, 2018
I'd say that'd force a major version of mirage than anything else |
initram
commented
Oct 17, 2018
We should also consider the use of |
Ideas, feel free to add to list or claim: - [ ] ```I've been getting a lot of questions about how tree-shaking is coming along. I would be willing to train anyone that wants to help on what's already done and what still needs to be done. Disclaimer: It's a lot of work! #emberjs #EmberFest``` https://twitter.com/kellyselden/status/1050717338595745792 - [ ] Include summary from pixelhandler (and cc him) #issue-triage team: https://discordapp.com/channels/480462759797063690/480523776845414412/500377829452546058 - [x] From jenweber on #support-ember-times: Another times topic: emberjs/ember.js#16910 I would summarize as, "ember.js has an addition to the test suite to help with API documentation! In the past, you might have noticed that a small number of methods had missing docs. When code gets moved around in ember.js, such as putting functions in their own modules, it's easy to make mistakes that impact the documentation parser. This test builds the docs and checks them for unintentional changes. Thanks <link to ed> for the test and to everyone who helped fix missing docs over the years." Todd Jordan did the majority of the fixes when things got dropped, I think. Hard to say for sure 🔏 @kennethlarsen - [x] emberjs/rfcs#384 (:lock: @jessica-jordan) - [x] emberjs/rfcs#386 (:lock: @jessica-jordan) - [ ] emberjs/rfcs#387 (:lock: @jessica-jordan) - [x] emberjs/rfcs#388 (:lock: @Alonski) - [ ] emberjs/rfcs#389 - [x] EmberConf brainstorming session date, if confirmed (:lock: @amyrlam) - [ ] Hacktoberfest roundup? - [ ] Check https://github.com/jessica-jordan/whats-new-in-emberland - [x] [ember-self-focused](https://engineering.linkedin.com/blog/2018/10/making-ember-applications--ui-transitions-screen-reader-friendly) (🔒 @chrisrng ) - [ ] ... Ideas we are waiting on: - [ ] EmberCamp talks, deep dive? http://embercamp.com/ and https://github.com/ember-chicago/ember-camp-2018-notes ... Maybe we wait for the talk videos to be published? Keep an eye on #ember-camp in Discord. not out yet - [ ] GraphQL with Ember? https://emberfest.eu/schedule/#rocky-neurock Or maybe we can reach out to them for a post-EmberFest writeup? See also the blog post: https://medium.com/kloeckner-i/ember-and-graphql-8aa15f7a2554
jenweber
commented
Dec 16, 2018
The "How We Teach This" could mention the work that you've already done to extract JQuery examples from the docs, the jquery migration guide, and the Linting rules that are now in place. |
simonihmig
commented
Dec 21, 2018
This isn't the case anymore, it is using pretender 2.1.0, so it should support (native) fetch now. So one less thing to worry about! |
simonihmig
commented
Dec 21, 2018
I just updated the RFC to incorporate the feedback...
Any word from the Core team on this? If going forward with this, I think it would be good to get the deprecation messages out asap, so users/addon authors have enough time to migrate, before dropping support in the next major version. Especially as IMHO this could be regarded as part of or at least somewhat related to Octane... |
rwjblue
commented
Dec 23, 2018
We reviewed this in detail at the most recent face to face meeting (sorry for the long delay getting this feedback posted). In general, we are very much in favor of moving forward! There are a few areas where we think the RFC needs to be fleshed out a bit:
Since we are considering this RFC as part of the Octane Edition, we are very interested in moving forward quickly... |
cibernox
commented
Dec 24, 2018
@rwjblue I confirm that the ember-inspector works in apps and addons without jquery. |
simonihmig
commented
Dec 27, 2018
@rwjblue updated again according to your feedback. Should be good for another review!
Had this already covered in an update a few days ago, just did some further refinement.
Makes sense. Updated the RFC accordingly.
Same, has been updated.
@cibernox confirmed this, which matches my experience as well. I am not aware of any shortcomings so far.
As we have discussed, I added a bit of direction regarding the message and tone of the deprecation guide, and believe we can flesh this out during the implementation phase.
Has been added (without going into details API-wise). |
rwjblue
commented
Jan 3, 2019
Thank you @simonihmig, I've added this to the agenda for this Fridays core team meeting... |
rwjblue
commented
Jan 4, 2019
Discussed with the rest of the core team at today's meeting, and we are happy to move this into final comment period. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
rwjblue
commented
Jan 11, 2019
Given that this has been in FCP for a week, we reviewed it again at the core team meeting today and are still in favor of moving forward. Thanks to everyone for helping us hone the message, and thanks to @simonihmig for pushing it forward! |
Rendered