-
Convert all dojo2 packages to flat umd.
For the migration the following changes are required:
- Make sure the `package.json` is formatted to `npm` standards (2 spaces per indent)
- Modify `package.js…
-
Maquette supports both programmatic and CSS animations so am opening this thread to discuss the best approach initially for Dojo2 within the widget architecture.
The Maquette documentation provides a…
-
Travis now supports Node 5.1. We should migrate our CI to that version.
The biggest challenge will be that npm@3 will no longer install peer dependencies automatically. Some of the Dojo 2 packages …
-
**Version and Environment:**
Dojo2 version: 2.0.0-beta
Environment(s): all
Environment version(s): n/a
**Enhancement**
Currently the APIs for registering take an `(id, item)` arity, they should a…
-
**Version and Environment:**
Dojo2 version: master
Environment(s): IE10 / IE11 / Edge / Chrome / Firefox / Safari / iOS / Android / Node.js
**Proposal**
We should consider adding support for the a…
-
Grunt 1.0.0 is released. We should upgrade.
- [ ] Upgrade package template (this repo)
- [x] Changes to dojo/grunt-dojo2?
- [x] dojo/core
- [x] dojo/loader
- [x] dojo/compose
- [ ] dojo/parser
- [ ] …
-
Goal is to make sure Intern 4 feels natural and efficient to use.
Ways to do this:
* Install Intern 4 per instructions within Intern readme
* Review source and APIs
* Review existing examples …
-
A minor thing, but when you do a `grunt dist` you get an error: `TypeScript cannot use inlineSourceMap and sourceMap together. Ignoring sourceMap.`
We should in theory unset that when passing to the…
-
GitHub, in addition to the contributing guidelines, [allows issue templates and pull request templates](https://github.com/blog/2111-issue-and-pull-request-templates). In addition it add the ability …
-
We have had a few issues where we didn't check `grunt dist` before merging something. This is of course partly what CI is for, to check to make sure everything is right. Therefore we should add `gru…