Skip to content

Releases: HelixDesignSystem/helix-ui

v0.1.0

14 Mar 16:42
Compare
Choose a tag to compare

Released: 2017-08-25

Added

Documentation

We now have the means to update documentation when needed.

Icon Component

Our first consumable custom element! The Icon component provides consistent icons across Helix UIs.

Breadcrumbs

CSS styles added to implement basic Breadcrumbs.

Updated

Grid

The Grid has been tweaked based on developer feedback.

Bootstrap Theme

Lots of tweaks to bootstrap theme. We're no longer compiling a custom version of Bootstrap 3. Instead, a separate CSS file to apply on top of vanilla Bootstrap 3 will be made available.

Merged

  • #38 - feat(icon): add
  • #37 - feat(typography): add link styles
  • #36 - feat(breadcrumbs): add Breadcrumbs
  • #35 - refactor(grid): update grid from feedback
  • #34 - docs(typography): document font weights
  • #33 - feat(navigation): add Left Nav
  • #32 - chore(pipeline): make bin/server aware of _config.yml
  • #31 - docs(frontmatter): update frontmatter
  • #30 - chore(misc): update CDN assets
  • #29 - chore(misc): miscellaneous updates
  • #28 - refactor(source): simplify files and directories
  • #27 - chore(docs): rearrange source for better organization
  • #26 - docs(kitchensink): decompose kitchen sink
  • #23 - remove(bs-extras): remove unnecessary markup and css
  • #22 - feat(bs-popover): update popover styles
  • #21 - docs(bs-modal): update modal styles button placement
  • #20 - feat(bs-lists): refactor unordered lists styles
  • #19 - docs(bs-forms): rearrange forms docs
  • #18 - docs(bs-dropdown): fix markup
  • #17 - feat(bs-buttons): update button styles
  • #16 - fix(bs-buttons): correct rounded corners
  • #15 - update(bs-nav): update eyebrow based on feedback
  • #14 - chore(pipeline): working documentation deployment
  • #13 - feat(bs-tables): Helix style tables
  • #12 - feat(bs-theme): add Helix theme of Bootstrap 3
  • #11 - refactor(bs-theme): do not compile bootstrap
  • #10 - chore(pipeline): drop gulp
  • #8 - feat(grid): add "hx" prefix to grid classes
  • #6 - chore(yarn): fix registry
  • #5 - chore(pipeline): add gulp bump tasks
  • #4 - chore(init): initialize lots of stuff
  • #3 - feat(bs-theme): add Helix variables
  • #2 - chore(pipeline): npm init
  • #1 - chore(init): bring in Bootstrap 3.3.7 source files