Skip to content

v0.4.0

Pre-release
Pre-release

Choose a tag to compare

@matthewmorek matthewmorek released this 01 Dec 17:26
· 2254 commits to master since this release

Important

This release is backward-incompatible with previous releases. Several components have been refactored, and will require you to update classes in your markup, and in some cases the markup structure itself. Please, follow the change sets below to see which components have been affected, and refer to documentation, to find out how to update your code.

  • ^ Refactored internal masthead pattern (#13). Update required.
  • ^ Refactored all navigation patterns. Update required.
  • ^ Updated: breadcrumbs (#20). Update required.
  • ^ Updated: pagination. Update required.
  • ^ Moved all assets (fonts, icons), into dist/assets directory (#22).
  • Replaced masthead-narrow with masthead-internal (#13). Update required.
  • Replaced sub-nav and side-nav with menu. Update required.
  • Removed Newsletter Widget section from docs.
  • + Added new navigation subcomponent: menu.
  • + Added new navigation subcomponent: segmented-control.
  • + Added documentation, available via Jekyll build, or from CDN (#14, #18).
  • + Added Travis CI integration to test all builds (#16).
  • + Added package versioning info to documentation (#25).