Releases: usebedrock/bedrock
Releases · usebedrock/bedrock
1.18.7
1.18.6
1.18.5
- Improve auto humanized names: when a number occurs in the filename that is not part of the first matched set, it renders out in the title now. Before it would get caught in the filter and one would be unable to have auto-humanized names like "Button group with 3 buttons" based on filename
"button-group-with-3-buttons.pug"
.
1.18.4
1.18.3
1.18.0
1.17.0
1.16pre
- Behavior change regarding HTML - Don't inline HTML tags in output. This is a setting in
bedrock.config.js
which you can disable if desired. - Implemented a way to mark components as being customized vs. a host framework. Add
containsCustom: true
to YAML front matter in the_docs.md
file on the component level. - Allow horizontal resizing of components in styleguide to test for responsiveness
1.15
- The styleguide is now responsive. The responsiveness was implemented using CSS grid. This means that the styleguide will not work anymore on older browsers that do not support CSS grid.
- A basic search feature was implemented to search for a component. The search feature filters the components in the list in-page.
- Fixed a bug concerning styleguide CSS and prototype CSS order
1.15pre
- The styleguide is now responsive. The responsiveness was implemented using CSS grid. This means that the styleguide will not work anymore on older browsers that do not support CSS grid.
- A basic search feature was implemented to search for a component. The search feature filters the components in the list in-page.