Skip to content
This repository has been archived by the owner on May 23, 2022. It is now read-only.

Releases: Esri/generator-esri-appbuilder-js

v3.0.2

23 May 13:35
Compare
Choose a tag to compare

Fixing issue where the generated Gruntfile would cause EPERM errors and not refresh.

Changed

v3.0.1

05 Mar 22:57
Compare
Choose a tag to compare

Fixing issue when Settings page is used with 3D widget with TypeScript

Changed

v3.0.0

26 Feb 16:19
Compare
Choose a tag to compare

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.

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

  • Updated to v2.x of the yeoman generator #91, #101

Fix babel-core peerDependency issue

21 Nov 19:14
Compare
Choose a tag to compare

Option to allow styling w/ Sass

07 Feb 01:59
Compare
Choose a tag to compare

Added

  • add option to allow styling w/ Sass

Fix "No Settings File" manifest.json bug and bump dependencies

28 Jan 00:13
Compare
Choose a tag to compare

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

27 Jul 12:46
Compare
Choose a tag to compare

Changes

  • Resolving issue where user cannot get through steps if no app exists yet #64

Support for Copying Your Custom Theme

16 Jun 03:55
Compare
Choose a tag to compare

Changes

  • Custom themes will now be copied from the root directory by the grunt tasks #65

Thanks @davewilton! 🌟

v2.0.1

04 Mar 05:47
Compare
Choose a tag to compare

Changes

  • move mkdrip from devDependencies to dependencies to fix bug #59

Generate 2D/3D Widgets in ES5/ES2015

01 Mar 10:04
Compare
Choose a tag to compare

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 of beforeAll() to reduce duplicate runs of generators #41

Thanks to @gavinr and @jPurush for their contributions to this major release! 🎉