guides-source
guides-source copied to clipboard
This repository contains the Ember.js Guides
I noticed this was missing, and it's hugely important and powerful. (and our discord api bot didn't find anything useful when I asked, here: https://discord.com/channels/480462759797063690/1157084708442755102/1169635166390587493 ) As I was writing...
addresses: ``` ❯ npm i npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: '[email protected]', npm WARN EBADENGINE required: { node: '16.* || >= 18' }, npm WARN EBADENGINE...
Changing the version of the guides triggers the following deprecations - [implicit-injections](https://deprecations.emberjs.com/v3.x#toc_implicit-injections) - [routing.transition-methods](https://deprecations.emberjs.com/v3.x#toc_routing-transition-methods) This is caused by [the guidemaker version controller](https://github.com/empress/guidemaker/blob/main/addon/controllers/version.js) Corresponding Guidemaker issue: https://github.com/empress/guidemaker/issues/95
Add example of function to return a dynamic component
The Rendering Values page https://guides.emberjs.com/release/in-depth-topics/rendering-values/ is badly named. If you're rendering values you know how do do this already with `{{this.myValue}}`. This page is for rendering components, helpers or modifiers...
Ember plug-in for CodeLobster IDE is added
This means that going to a non-existent URL like https://guides.emberjs.com/release/sdfsdf will give us a nicer error page NOTE: we need to test this before release!
Hi, A co-worker of mine was looking for some examples regarding named blocks. Since it only had one (minor - default) example I've gone ahead and added another one. Feedback...
Aaah, I just saw #1894, I hope it's still ok! Some people requested more documentation about named blocks, so here's another proposition 😃
These tasks should go into a project board as separate tickets once contributors are ready to work on them. To do: - [ ] communicate in search experience for each...