Skip to content

Releases: usebedrock/bedrock

1.18.7

23 Aug 12:03
Compare
Choose a tag to compare
  • Provide security fixes. Since we do not take user input in our code, we are safe to the stated security problems. This is just a routine fix to make sure we have less packages with problems when running npm install.

1.18.6

16 Aug 15:30
Compare
Choose a tag to compare
  • Provide an additional fix for #303

1.18.5

16 Aug 15:24
Compare
Choose a tag to compare
  • 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

16 Aug 14:30
Compare
Choose a tag to compare
  • Bugfix - #303 Dynamically provide aria-hidden attribute on page tree based on open/closed state.

1.18.3

16 Aug 14:22
Compare
Choose a tag to compare

Provide some fallback styles for the styleguide to render in a better way in IE11, where display: grid is not supported.

1.18.0

06 Mar 08:48
Compare
Choose a tag to compare
  • Added ability to lint HTML of styleguide

1.17.0

20 Feb 19:35
Compare
Choose a tag to compare
  • [Feature] The ability to add a logo to the styleguide
  • [Bugfix] Fixed some layout bugs in the styleguide

1.16pre

15 Feb 09:48
Compare
Choose a tag to compare
1.16pre Pre-release
Pre-release
  • 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

14 Feb 10:00
Compare
Choose a tag to compare
  • 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

08 Feb 21:19
Compare
Choose a tag to compare
1.15pre Pre-release
Pre-release
  • 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.