bigopon
bigopon
From @netcitylife at https://discord.com/channels/448698263508615178/448699089513611266/1020605793122385960 > The question of binding to native element properties is very important and the logic of it should be finalised and described in detail in the...
test: ```js var json = { "tags": ["cold", "ice", ["fire", "water"]] }; var prettyHtml = require('json-pretty-html').default; var html = prettyHtml(json, json.dimensions); ``` ```html { "tags": [ "cold", "ice", { "0":...
`@bindable` decorator can be enhanced further, enabling prop to attribute reflection, like discussed in this PR aurelia/templating#560 But unless there is a demand for it, it shouldn't be implemented. Would...
## π Description Currently the `` composition tries to be smart when composing non-custom element: - if the `` usage is not `containerless` (via `` usage): it'll use its own...
The aim of the development in Q1 is to resolve all beta & RC related issue, by either implementing or closing/moving the target date to another time, and go for...
## π¦ Context As part of the pre compilation work, the template compiler, and likely the expression parsing will need to be extracted into a separate package so that it...
At the moment, the router code doesn't make enough effort to be friendly with regards to bundle size, dev messages. There should be more focus & iteration on this matter...
## π¦ Context At the moment, loading components asynchronously can be done via ``, though it's not always desirable since this way comes with some boilerplate: ```html ``` This is...
## π¬ RFC This RFC aims to align to standard JS how Aurelia template expressions evaluates. ## π¦ Context At the moment, Aurelia template expressions are evaluated in safe-member access...
A roadmap and an iteration plan will be provided & updated below for better clarity on the focus of the development ## πΊοΈ Roadmap ### Main featrures - `@children` and...