1.6.0 released 07/12/2015
1.5.0 released 16/11/2015
- Upgraded to ReCAPTCHA version 2 (NO CAPTCHA)
- Header now supports multiple line elements on the right hand side
- Added social media icons
1.4.0 released 28/05/2015
- New fonts: Source Sans Pro and Source Code Pro (open source)
- Fonts ship with the framework to guarantee consistency across modern browsers (embedded using @font-face)
- Font sizes have been adjusted to suit the new fonts
- Upgraded all dependencies so that the build script works with node 0.12
1.3.3 released 20/02/2015
- Fixed fieldset legend margin issue in Safari/webkit browsers
1.3.2 released 05/02/2015
- Fixed background color for jQuery Chosen single select inputs
1.3.1 released 02/02/2015
- Fixed a form title alignment defect (when forms are centered)
- Fixed the heading font sizes to match new larger body text
- Fixed ReCaptcha image container size
1.3.0 released 23/01/2015
- Simpler licensing: all dependencies are now permissive licensed (MIT or BSD)
- Improved the viewport scaling on mobile devices
- Documentation now has inline code samples
- Optional support for code syntax highlighting with highlight.js
- Changed CSS preprocessor from less to sass (libsass implementation)
- Replaced Ruby build script with pure JavaScript solution (gulp.js)
- Build script now automatically appends optimal browser prefixes (with autoprefixer)
- Replaced Zebra Datepicker with Pikaday
- Icons are now SVG, not PNG, and can be scaled and styled (uses SVG injection)
- Replaced silk icons with ionicons
- Added jQuery Chosen for styled select and multiselect inputs
- Browser support warning for old users of Internet Explorer is now pure-JavaScript (no jQuery dependency)
- Upgraded jQuery to version 2.1.3
- jQuery is now bundled with the framework (no need for separate attachment)
- Moment.js is now bundled with the framework (no need for separate attachment)
- Upgraded Normalize.js to 3.0.2
- Fixed defect where clicking a tab only worked if the text link was clicked (#1)
- Added rounded corners to tabs
- Improved input and form styles
- Added styled images
- Added image captions
- Improved style of messages, including support for icons
- Added support for icons in buttons
- Added support for icons in tabs
- Fixed margin in nested lists
- Added a paginator component
- Added a switchbutton component
- Improved default font choices
- Improved appearance of code blocks (light text on dark background)
- Added support for inline code blocks
1.2.0 released 22/09/2014
- Added support for disabled buttons
- Added support for flat buttons
- Added support for button links and link buttons
- Added modal dialog component
- Added styled file input
- Added styled ReCAPTCHA component
1.1.1 released 10/01/2013
- Fixed a defect preventing horizontal alignment from working for forms
- Fixed a defect in footer line height
1.1.0 released 4/12/2012
- Added breadcrumb component
- Added tab component
- Added icons by silk icons
- Improved input and form styles
- Added file input style
- Added date picker component
- Added optional right-hand content in header
- Fixed table defect where long words overflow (added word-wrap)
- Improved alignment classes
- Improved typography classes for success/warning/error/information
- JavaScript and CSS are now minified
- Images are now sprites embedded into CSS
- CSS is now modular and managed using LESS
- Simplified, configurable color scheme
- Added automated 'build' script
- Prefixed all framework classes with "w-" to avoid application namespace conflicts
- Added HTML5 <header> and <footer> and <section> tags
- Simpler basic element styles: most styles are now 'opt-in' via classes
- Improved float clearing by using the ::after pseudo-element
- Switched from CSS reset to Normalise.css
- Improved default page dimensions for iPad users
- Added viewport meta to prevent iOS auto-scaling of pages
- Optional support for 'Mark of the web'
- Standardised file encodings (UTF8 for HTML and ANSI for JavaScript/CSS)
- Changed EOL from Unix CR to Windows CRLF
- Fixed file loading order to always load CSS before JavaScript
- Added browser upgrade warning for users with old versions of Internet Explorer
- Dropped support for Internet Explorer 8
1.0.0 released 12/10/2011