Dwayne

Results 45 issues of Dwayne

Visibility attributes in Aurelia, specifically in the HTML views for either conditionally removing and adding an element in the DOM or conditionally showing and hiding it. - [x] Recognise if.bind...

Hi Hector, huge fan of your plugin and have used it a lot these last few years. I am just letting you know that I have ported this over to...

Adding in TypeScript would be a great addition.

The W3 spec has deprecated the `color-adjust` property, but in its place added `print-color-adjust` which accepts the same values. As a result, in version of Autoprefixer 10.4.6 onwards, using MDB...

As per the latest [CSS Color Adjustment Module Level 1 specification](https://www.w3.org/TR/css-color-adjust-1/), the `color-adjust` property has been deprecated. In its place is the property `print-color-adjust`. As you can see [in version...

# 🐛 Bug Report When using the `@aurelia/router` package in an application with ShadowDOM enabled globally, if routed components are not kebab-cased to be in line with the web specification,...

If, for whatever reason an error is triggered in the console, the router is never able to recover. A good example of this is the repository I created is attempting...

Bug
Topic: Router

# 🙋 Feature Request In Aurelia 1, we would create a reference to the composed view-model inside of `` using this approach `` and then referencing the `currentViewModel` property. In...

In discussion

# 🐛 Bug Report When accessing the navigation.previous property from within a component router lifecycle hook, you cannot get the previous route. ``` import { IRouteableComponent, Parameters, RoutingInstruction, Navigation }...

Bug

Aurelia 2 made it considerably easier and more powerful to create your own plugins. We need to document how you can create plugins that cover simple use cases as well...

Docs