Skip to content

1.1

Compare
Choose a tag to compare
@Wolfr Wolfr released this 07 Jun 21:16
· 481 commits to master since this release

A feature release!

Page states

We have implemented a feature to display page states. Simply make templates in a format like this:

  • base-page.jade for the "base page"
  • base-page--state.jade for the "base page" in "state"
  • base-page--state2.jade for the "base page" in "state2"

The states will show up in a separate menu:

screen shot 2017-06-01 at 14 47 36

Improved icon documentation

We have improved the ways you can document icons. You can now add sub folders to the SVG icons directory. Every folder will generate its own section within the styleguide.

For example:

screen shot 2017-06-01 at 14 40 31

Dark mode

Set ui.dark to true in bedrock.config.js to enable dark mode.