This repository has been archived by the owner on May 23, 2022. It is now read-only.
Releases: Esri/generator-esri-appbuilder-js
Releases · Esri/generator-esri-appbuilder-js
v3.0.2
v3.0.1
v3.0.0
We are happy to release version 3.0 of the Web AppBuilder Yeoman Generator. The major functionality in this release includes the ability to create widgets in TypeScript, as well as an easy way to create builds of the Web AppBuilder apps you're working on. Thanks for using this tool and let us know in the issues if you have any problems.
- 2018-02-26
- Changes since last build
Added
- TypeScript option for widgets #61
- Integrated the wab-build process into scaffolded applications #99
- Note: only available for 2D apps #103
- Enable LiveReload #67
Changed
- Node v4 is not supported anymore. Recommended to use at least the latest LTS version of node (more info)
Support
Fix babel-core peerDependency issue
v2.2.1 2.2.1
Option to allow styling w/ Sass
Added
- add option to allow styling w/ Sass
Fix "No Settings File" manifest.json bug and bump dependencies
Fixed
- Generating Widget with "No Settings File" creates invalid manifest.json
- No longer scaffolding .jshint file
Support
- Update to yeoman generator 1.0
- Update to WAB 2.3
Fix Invalid Path Issue
Changes
- Resolving issue where user cannot get through steps if no app exists yet #64
Support for Copying Your Custom Theme
Changes
- Custom themes will now be copied from the root directory by the grunt tasks #65
Thanks @davewilton! 🌟
v2.0.1
Generate 2D/3D Widgets in ES5/ES2015
Added
- App generator now prompts for 2D/3D widgets #46, #52
- Widget generator now prompts for ES5/ES2015 #32
- App generator now prompts for WAB install folder and app id #40
- App generator now installs and configures grunt tasks. #28
- Widget generator gets manifest author and license properties from package.json if available #5
- Updated .jshintrc template to latest and added instructions for using semistandard for 2015 #56
Changed
- Dropped theme subgenerator #38
- App generator asks user to run
npm init
instead of prompting for author #39
Support
- Verified to work w/ WAB 2.0 beta #45
- Updated to latest version of yeoman-generator #42
- Tests use
before()
instead ofbeforeAll()
to reduce duplicate runs of generators #41
Thanks to @gavinr and @jPurush for their contributions to this major release! 🎉