Releases: dhg/Skeleton
Releases · dhg/Skeleton
2.0.4
2.0.3
v2.0.2
The following issues were addressed in this release:
- #173: Remove maximum scale for accessibility
- #184: Changed Google Fonts link
- #205: Added input types for "tel" and "url". Also cleaned a few other small form styles
- #196: Cleaned up property order to match the general principles outlined here: http://markdotto.com/2011/11/29/css-property-order/
- #186: Addressed smaller viewports being limited to 80%. Now
.container
uses 20px padding for any viewport sub-400px, 85% width for 400-550px viewport, and 80% for 550px and larger viewports (with the same default max-width of 960px) - Made small grid improvements in decreasing specificities drastically and removing default bottom margin on
.row
v2.0.1
v2.0
A whole new version of Skeleton! In short, here's what's been changed:
- A new truly responsive grid based on percentages
- Mobile first media queries
- New typeface Raleway as default
- Generally simpler style
- More robust forms (especially in relation to grid)
- Inclusion of basic table styling
- Inclusion of super basic code styling
- Using Normalize.css as the "reset"
- Removing Apple touch icons
v1.2
The stable build of Skeleton that's been basically unchanged for the past couple years.
Versions prior to this release didn't take advantage of Github's "releases" feature. Informally, the history of those releases were:
- V1.0.0 (5/15/2011): Initial release of Skeleton.
- V1.0.1 (5/19/2011): Made some quick changes based on input from Github and fellow designers.
- Refined the app.js to make faster and cleaner
- Added Apple touch icons
- Removed some bloated CSS lines from the base.css
- Added an :active button class
- Changed Skeleton favicon
- Added MIT licensing
- V1.0.2 (5/20/2011): Added more input declarations to the .button styles and included legend in CSS
- V1.0.3 (7/17/2011): Fixed the issue of failed "zooming" on browsers.
- V1.1 (8/17/2011): A lot of cleanup changes. I finally feel comfortable throwing a 1.1 on this bad boy.
- App.js is now just tabs.js
- Tab CSS now works perfectly on IE7+
- Rewrote layout.css media-query spaces to be easier to understand
- Stripping some rogue whitespace and reformatting a bit
- Fixing broken doctype declaration
- V1.2 (6/20/2012): Pruning Skeleton down to some more bare bones :)
- Remove tabs and all JS