Releases: weepower/wee
Releases · weepower/wee
2.0.2
2.0.1
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
1.1.4
- 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
1.1.2
- 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
- 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
- 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
v1.0.6
- 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)