Skip to content

Releases: saschakiefer/generator-openui5

v0.2.1 (2014-02-25)

25 Feb 16:55
Compare
Choose a tag to compare

Bug Fixes

  • application: clean up quint task in the generated Gruntfile.js (f4fe76e0)
  • gen:
    • reintroduce the possibility to choose between XML and JS view for the classical (1ed5ca05)
    • Fixed basic details prompts (8893b774)
    • Fix jsformat error and add back .gitignore for generated apps (286e89f4)
  • rewrite:
    • Handle formatting of json comments when adding new resource roots (16626291, closes #55)
    • improve error message when needle not found error. (9a06acce)
    • Handle needle not found error in rewrite function. (f15f72f8, closes #54)
  • tests: fixed generator tests failing since UI5 library options were added (27b397e4)

Features

  • components: Handle component namespaces (bcf400f6)
  • app:
  • build:
    • add local http server (3172bd9b)
    • added prompt to enable livereload (5beba825)
    • enable livereload of xml views (27fa19e3)
  • gen:
    • update openui5-bower version to 1.18.8 (aee6ff45)
    • add possibility to chose where OpenUI5 is loaded from (local copy installed by bower or already existing location)(42751af5)
    • html page to demo web proxy capabilities. (2f109961)

0.2.0

07 Jan 13:36
Compare
Choose a tag to compare

Bug Fixes

  • grunt:
    • add utils to watch task (46630b55)
    • add generator specific utils files located in the root directory to grunt tests (49bf60be)
    • fix wrong src variable name for tests in watch task (8832ae8f)
    • add doublequote check to grunt configuration (7a128834)
  • test: remove empty test file (7d9d2718)
  • view:
    • add view/ prefix also before view names passed as parameter to the generator (15985543)
    • remove view. prefix from the default name. (d1a83038)

Features

  • app:
    • add Fiori Master / Detail template
  • view:
    • add XML View template