-
`grunt-dojo2` and `cli-build` were both updated to rename CSS modules as `.m.css` (instead of `.css`).
What this means for you!
* Any CSS file that is imported, i.e., `import * as styles from '.…
-
I'm not even sure why we have this set. There is no runtime dependency on a node version, and the only reason its there is to satisfy `grunt-dojo2` (which won't be used by our consumers). This provide…
-
**Enhancement**
Due to the fact that all the properties on `VirtualDomProperties` are optional TypeScript does not correctly enforce the children types correct when passed as the second argument. A…
-
I was wondering if there were any plans to have something equivalent to dojo/touch be part of dojo2.
-
Just a question -
the `TypeDoc` approach feels like much double typing.
Instead of e.g.
```TypeScript
/**
* @type CheckboxProperties
*
* Properties that can be set on a Checkbox component
…
-
**Enhancement**
In dgrid 1, the header is fully managed by the widget itself, while the footer is customizable - used by the pagination mixin and for user-provided content like summary rows (h…
-
We need to update the process of releasing in the workflow doc.
-
**Bug**
`--cov` option does not seem to be working.
-
Question: How can I add CSS classes in widgets events ?
Tried to do the Maquette way with `this.properties.classes` (true / false), did not work ...
-
**Bug**
The URI of `/` is not valid for the blob sniff in `has.ts`, which causes a failure running tests for projects built with webpack.
This should be updated to `/foo` (or another valid URI)