Releases: tomwayson/generator-esri-widget
Releases · tomwayson/generator-esri-widget
Release list
Mocha? Jasmine? Your choice my friend
Thanks again @davewilton!
Option for TypeScript widget
Thanks @davewilton!
Let users choose test page type
Users can choose whether or not the test page should include a map, and if it does, whether or not to create that map using new Map() or arcgisUtils.createMap().
Updated test page to JSAPI 3.13
Updated the test page to JSAPI 3.13
v0.1.0
Repurposed this repo to create more generic widgets that can be used in any Esri Dojo web app.
Based off of https://github.com/steveoh/generator-dojo-widget with these differences:
- The functional test page should have a map on it by default
- Tests should expect mocha as the test framework instead of Jasmine
- Indent using 2 spaces.