Skip to content

Latest commit

 

History

History
58 lines (34 loc) · 3.15 KB

FRAMEWORK-CHANGELOG.md

File metadata and controls

58 lines (34 loc) · 3.15 KB

0.0.5 (2016-04-11)

Bug Fixes

  • Add Autoprefixer to config file to fix vendor prefixes. (a7a201d)
  • desktop route requireAll looks for a .route.js file. DAS-3617 (fd215cb)
  • Make route importing work. (206515c)

Features

  • Add domo/ folder with manifest.json and placeholder thumbnail.png file. Update b (571b96f)
  • Add update-tools NPM script (2f72528)
  • Clean up entry point in webpack.config.js by adding a simple API. (f50d986)
  • Make the setup script able to add the generator remote when the project has (4b2431c)
  • Make the setup script more robust. (6f168de)
  • Point karma config to main webpack.config.js file (dcd8343)
  • Stub out directories for mobile platform. DAS-3617 (9cf9b96)
  • Stubb out desktop top platform files. #57 DAS-3617 (5382231)
  • Stubb out directories for common. DAS-3617 (53b0f35)
  • Update CDN resources for Angular 1.5.x. Closes issue #48. DAS-3617 (5cc0e12), closes #48

0.0.4 (2015-12-14)

Bug Fixes

  • editorconfig: fix misspelling of file name. (adba9e6), closes #15

Features

  • cdnjs: add cdnjs to package.json (238eae6)
  • plop: adding plopfile to root directory (dfa4473)
  • ternjs: add turnjs config to build for autocomplete in code. (cdcfd61)

0.0.3 (2015-12-04)

Bug Fixes

  • server: fixing jshint errors (e305519)

Features

  • changelog: add changelog generation to build (09b3f52)
  • css-next: using cssnext for css processing (d6848e5)
  • proxy: add domo data proxy to dev server (48c9ac4)
  • proxy: add server script as start for data proxy (9111047)