Skip to content

Releases: weepower/wee

2.0.2

12 Oct 02:44
Compare
Choose a tag to compare

Fixed

  • Removed stray module script file reference from index.html
  • Resolved Gruntfile issue where custom module scripts are not compiled or watched

Updated

  • Implemented BEM-style class structure

2.0.1

12 Oct 02:45
Compare
Choose a tag to compare

Fixed

  • Resolved issue with module watch task configuration
  • Updated core font-family mixin to accommodate fonts encapsulated in quotes
  • Allow style build directory to import raw CSS files

Updated

  • Removed stray stylesheet reference in sample index.html
  • Updated browser-sync dependency to 1.5.2
  • Updated mixins with various tweaks and efficiencies

2.0.0

12 Oct 02:47
Compare
Choose a tag to compare

Major

  • Complete rework of the Wee directory structure
  • Overhaul of the JavaScript structure and functionality
  • Major cleanup of the Less library and addition of over two dozen new mixins
  • Grunt is now included as part of Wee by default and required for building

1.1.4

12 Oct 02:48
Compare
Choose a tag to compare
  • FIXED: Resolved issue with columns wrapping occasionally in some versions of Chrome and Firefox
  • ADDED: Added new options to variables.less for border width or disabled borders on inputs
  • ADDED: Added final touches to the module loading files
  • UPDATED: Full compliance with strictMath option

1.1.3

12 Oct 02:48
Compare
Choose a tag to compare
  • FIXED: Resolved problem with .right() mixin
  • UPDATED: Updated LESS lib to 1.6.1
  • UPDATED: Updated holder.js to 2.3
  • UPDATED: Tweaked gitignore to exclude sourcemap .map files
  • UPDATED: Removed unneeded comment in empty LESS files with fix in LESS 1.6.1

1.1.2

12 Oct 02:49
Compare
Choose a tag to compare
  • FIXED: .background(none); will now compile correctly
  • ADDED: Added comment to empty responsive files to resolve LESS 1.6 compile issue
  • ADDED: Added new baseColor, resize, and display mixins
  • UPDATED: Slight cosmetic updates to the base index
  • UPDATED: Updated LESS version in lib to 1.6.0

1.1.1

12 Oct 02:50
Compare
Choose a tag to compare
  • FIXED: Resolved issue with IE8- fallback font size setting
  • FIXED: Fixed REM polyfill to support cross site CSS requests if the source server allows
  • FIXED: Removed (reference) for responsive.less stylesheet to allow proper IE fallback
  • ADDED: Added border-box rules to before and after elements
  • ADDED: Added new block code variables to style <code> with the ability to disable styling output
  • ADDED: Added the static mixin to static positioning

1.1.0

12 Oct 02:51
Compare
Choose a tag to compare
  • ADDED: Added dns-prefetch example to index files
  • ADDED: Added new core css structure to eliminate upgrade conflicts
  • ADDED: Added foundation for new module functionality
  • ADDED: Added baseline print styling (optionally compiled) and new custom print Less file
  • ADDED: Added over a dozen new mixins and several new configuration variables
  • UPDATED: The main included css file is now "style.css" and not "screen.css" to account for newly included print options
  • UPDATED: Renamed ie files to legacy
  • UPDATED: Removed px fallback units on all rem-based rules in lieu of a JavaScript polyfill to reduce bloat in modern browsers
  • UPDATED: Updated legacy to utilize new LESS reference for reduced CSS output
  • UPDATED: Updated core logic to utilize new Less 1.5+ features
  • UPDATED: html5shiv as well we rem and SVG polyfills are now included in the new legacy JavaScript file and without jQuery dependency for early execution
  • UPDATED: Removed SVG fallback from base.js
  • UPDATED: Updated many mixins with optional parameters to encompass multiple rules
  • UPDATED: Cleaned up and consolidated example styling
  • UPDATED: Embedded table images now are vertically aligned at the top of cells by default

1.0.7

12 Oct 02:51
Compare
Choose a tag to compare
  • ADDED: Added spaceless variable to optionally eliminate grid inline-block space hacks with ability to override when generating grids
  • ADDED: Added sample grid to download

v1.0.6

12 Oct 02:52
Compare
Choose a tag to compare
  • FIXED: Resolved issue with retina background image mixins
  • ADDED: Added .editorconfig for recommended editor settings
  • ADDED: Added additional parameters in variables.less to control the responsive test mode bar (color, background, border color, and position)