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
v4.7.0
v4.6.0
v4.5.1
v4.5.0
v4.4.0
Version 4.4.0 of the Web AppBuilder Yeoman Generator.
- 2019-04-24
- Changes since last build
Added
- Will now copy files from
themes/*/layouts
if that exists ( #136 thanks @jcartwright-noaa!) type
ongetConfig
for TypeScript (#137 thanks @davewilton!)- Proper example code for TypeScript (#139)
Updated
- TypeScript to version 3.4 (#142)
- Latest Web AppBuilder version (3.12)
v4.3.0
Version 4.3.0 of the Web AppBuilder Yeoman Generator.
- 2019-02-13
- Changes since last build
Added
- TS Config will compile themes if they exist (#131) (thank you @davewilton)
- Common TypeScript definition for config file (#135)
Updated
- TypeScript to version 3.3 (#132)
v4.2.1
v4.2.0
v4.1.0
Version 4.1 of the Web AppBuilder Yeoman Generator.
- 2018-10-09
- Changes since last build
Fixed
- updated Typescript templates
Support
- Updated to version 3 of TypeScript
v4.0.0
Version 4.0 of the Web AppBuilder Yeoman Generator.
- 2018-09-18
- Changes since last build
Added
- sourceMap to babelConfig #117 (thanks @sevenninety 🎉)
Fixed
Changed
- Node v6 is not supported anymore when using SASS transpiling because of the
node-sass
dependency. Recommended to use at least the latest LTS version of node (more info)
Support
- Updated to v3.1.1 of the yeoman generator #115