Skip to content

Releases: rooseveltframework/generator-roosevelt

0.30.3

29 Apr 18:37
62bd42f
Compare
Choose a tag to compare
  • Improved default webpack bundle boilerplate.
  • Updated dependencies.

0.30.2

07 Apr 15:24
56b429f
Compare
Choose a tag to compare
  • Added the public folder to standard's ignore list.
  • Updated dependencies.

0.30.1

05 Apr 22:44
07cc739
Compare
Choose a tag to compare
  • Fixed a bug when generating static sites.
  • Updated dependencies.

0.30.0

02 Apr 18:19
46d3385
Compare
Choose a tag to compare
  • Added standard-mpa-install, standard-static-install, and standard-spa-install CLI flags.
  • Added a demonstration of a global model for static sites.
  • Added more favicon PNG files.
  • Fixed a bug that caused favicon.ico to be placed in the wrong folder in static site generator mode.
  • Updated dependencies.

0.29.4

28 Mar 19:33
280857e
Compare
Choose a tag to compare
  • Fixed a bug with the default helpers CSS file.
  • Updated dependencies.

0.29.3

26 Mar 13:58
f16121e
Compare
Choose a tag to compare
  • Fixed a bug that could cause customizing an app to skip some user selections.
  • Added tilda ~ to http-server dependency.

0.29.2

26 Mar 11:11
a2bf76e
Compare
Choose a tag to compare
  • Fixed a bug that caused the "development mode" label to show up inappropriately when the generator is not in development mode.

0.29.1

25 Mar 23:17
16ca6ea
Compare
Choose a tag to compare
  • Added new static site generator app option.
  • Added new single page app option.
  • Added some sugar for developers hacking on this module:
    • Added a script that lets developers run the generator from within the clone: node run-generator.js
    • Added an end-to-end test suite.
  • Altered default output to await the startServer call.
  • Fixed a bug causing chaotic formatting of JSON files.
  • Fixed a bug if you generate a sample app with no templating system. Also made the sample plain HTML template consistent with the Teddy variant as well.
  • Refactored lots of stuff to improve maintainability.
  • Updated dependencies.

0.29.0

24 Mar 11:03
d3209a2
Compare
Choose a tag to compare
  • Refactored sample app to account for breaking changes in Roosevelt.
  • Enabled MPA view transitions in default CSS.
  • Added debug markup to the default 404 not found page in development mode.
  • Added .visuallyHidden CSS helper class to default CSS.
  • Fixed broken Stylus CSS option.
  • Added check-if-CSS-is-disabled module to the default JS.
  • Removed broken SPA option. Will return soon...
  • Refactored sample app controller code to better prepare it for the return of the SPA option.
  • Updated dependencies.

0.23.0

14 Jan 14:35
92a9d17
Compare
Choose a tag to compare
  • Added preload markup and meta description to sample app.
  • Changed default CSS compiler to SASS.
  • Updated various dependencies.