Skip to content

Releases: visionappscz/bootstrap-ui

v0.10.0

02 Mar 13:08
Compare
Choose a tag to compare

Styles

  • New Aligner component for vertical centering using flexbox
  • New Site component to replace Sticky footer and Screen components
  • Responsive font size of headings
  • Header sections are now responsive
  • New .section-header-condensed modification for lower header sections

Deprecated

  • .screen in favour of .site (see the docs for detailed explanation)
  • .footer-sticky in favour of .site-footer

Docs

  • Minor fixes and updates

v0.9.2

24 Feb 14:25
Compare
Choose a tag to compare

Minor docs updates.

v0.9.1

23 Feb 15:39
Compare
Choose a tag to compare

Set footer links gray by default.

v0.9.0

18 Feb 16:13
Compare
Choose a tag to compare

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

v0.8.1

18 Feb 16:03
Compare
Choose a tag to compare

Minor fixes.

v0.8.0

29 Jul 19:40
Compare
Choose a tag to compare

Styles

  • Components for login screen (Screen and Panels enhancement)
  • New Cancel link component
  • Added possibility to remove bottom margin applied by some Bootstrap components

JavaScript

  • New Data-API loaders for CKEditor, select2 and Bootstrap Datetimepicker
  • New Slugger component
  • Test JavaScript coding style using jscs
  • Multiple sortable tables on the same page are now supported

Common

  • Tons of bugfixes and various documentation improvements, updates and fixes

v0.7.1

08 Jun 21:01
Compare
Choose a tag to compare
  • Fire fulltext Filterable onkeyup instead of onchange and ignore letter case
  • Various docs fixes

v0.7.0

24 May 09:39
Compare
Choose a tag to compare
  • Helper classes for better icon placement
  • Configurable header section
  • Enhance Offset component

v0.6.0

13 Dec 17:49
Compare
Choose a tag to compare

LESS

  • Completely refactored Panel Menu component
  • Refactored Article component with an improved layout
  • New More Link component
  • Added perex to Typography component
  • Added responsive variant of a Button component
  • Added responsive offset variant
  • Better component configuration:
    • Footer
    • Teaser
    • Back link decoration
  • Improved responsive layout of Footer component

JavaScript

  • New Disable component
  • Optimized performance of JavaScript components
  • Minor modification of Sortable Table component data-api: data-sortable-onload is now data-sort-onload

Common

  • Use Travis CI to test builds continuously
  • Changed Grunt test tasks:
    • qunit is now test – for testing in a headless browser
    • test is now test-remote – for testing in a remote browser
  • Various improvements and fixes

v0.5.0

13 Dec 16:59
Compare
Choose a tag to compare
  • New components:
    • Confirmation
    • Filterable
  • JavaScript Sortable Table component rewritten from the ground up to be compatible with Bootstrap JS components
  • CoffeeScript is no longer used
  • Test all custom JS with QUnit
  • Restructured common components
  • Various style guide improvements