Init example starts like an application with fullscreen steps leading to an idle or menu state.
Each step has specific events to trigger the next step.
- Add index screen to ui
- Add own script
- Update ui style
- source/screens is now free for user files
- rename demo templates to their equivalent sources
- add demo maintenance template
- demo templates use html base element
- new global variable debugMode
- demo templates are now based on hippie defaults joined with template inheritance
- add log macros
- new function logAdd()
- log uses global state
Set new version based on all changes since last version change, which was 0.4.2.
Removed obsolete devDependencies, now only using 11ty and sass.
Update to package.json fields
- New sass version
- Update to project links
- Rearranged fields
- New commands for 'scripts' that include changes from branch testing-npm-scripts
- Added field 'private' to prevent publishing by mistake
Added configuration for 11ty to reflect previous behaviour from gulp.
- Moved source/templates/demo/data.json to source/screens/demo.json so it can be used
- Fixed demo template so it can use the data source
- Removed source/data/demo.json which was not used
* Update to jquery 3.3.1
* Removed test json file
New template variable bodyClass. Better block structure to be able to
better differentiate content in screens.
Added checks for index.njk and data.json files to switch from demo file
usage.
To prevent override of default files.
Updated explanation on demo entry page.
gulpjs
* new spritesmith plugin
* reworked exports
* new nunjucks-render version fixing dependency issues!
File structure
New naming scheme for nunjucks files. Underscore used for files which
are imported and not directly displayed.
Nunjucks blocks where renamed and are placed differently.
New macro for navigational elements.
- added favicon
- changes to the gulp sprite module
- changes to gulp linting
- fixed javascript scroll function and added setup function content
- fixed javascript indentation
- new error pages
- changed css for link colors
- fixed css sprites
- changed .gitignore for art folder
- add gulp processing for art
- changed nunjucks templates file structure to reflect demo files
- removed file for new styles
- renamed most sass variables
- added sass function for space classes
- great progress with content of the intro page
- moved old gulp tasks to DEPRECATED.md
- sorted many styles for better groups
- started renaming of variables $basic_front_color becomes
$color_front_basic for example
- new demo page examples
- moved config file examples to deprecated file