Releases: rooseveltframework/generator-roosevelt
Releases · rooseveltframework/generator-roosevelt
0.30.3
0.30.2
0.30.1
0.30.0
- Added
standard-mpa-install
,standard-static-install
, andstandard-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
0.29.3
0.29.2
0.29.1
- 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.
- Added a script that lets developers run the generator from within the clone:
- 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
- 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.