Skip to content

v0.9.0

Compare
Choose a tag to compare
@adamkudrna adamkudrna released this 18 Feb 16:13
· 171 commits to master since this release

Styles

  • Update branding from Synergic to VisionApps
  • Change the base font from Open Sans to Titillium Web
  • Change the base border radius to 2 px
  • Add options for floating images in articles
  • Add .section-primary modifier
  • .section is no longer required
  • Add primary modification of navbar
  • Add raised, transparent and accent modifications for buttons
  • Add transitions to links and buttons
  • Add more helper classes for offset component

Deprecated

  • .perex in favour of .lead
  • .icon-offset in favour of .offset-right

Breaking Changes

  • Web font URL must be updated to load Titillium+Web instead of Open+Sans
  • .navbar-default is no longer coloured with primary color, use .navbar-primary instead
  • Add .offset-right-large to .navbar-brand to add more space
  • Add .offset-top and .offset-bottom-large to .nav-tabs to add more space around
  • Use default Bootstrap's error messages in forms instead of .text-danger-block

Docs

  • Overall docs visual facelift and improvements
  • Update branding from Synergic to VisionApps
  • Order all components alphabetically (except Typography section where it does not make sense)
  • Remove design patterns from docs to keep it being just the docs
  • Various updates and fixes of usage examples

Technology

  • Move to PostCSS for CSS post processing
  • Update JS coding style according to the latest airbnb preset
  • Update Node dependencies