- Add loader element with progress display
- Add styles for loader, spinner and bar
- Move event listeners for hint to intro step
- Add loadCore function to simulate loader
- Keep alternative progress bar for document loading display
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