Releases: pure-css/pure
Releases · pure-css/pure
v3.0.0
This is a major version bump that has the following changes:
- Removed the
font-family
hack from Grids (#1074) - IE is no longer supported and all code and documentation references have been removed
- The browserslist configuration has been updated to "> 1%" browser usage. You can use the browserslist tool to see which browsers this now covers.
Migration
This major version should not include too many breaking changes for your app, but please check the following:
- Since the list of supported browsers has now changed, please check that your site is still functioning in any browsers that you continue to support.
- Verify your grids are still functioning correctly with the
font-family
hack still removed. This should not affect you as it was a hack for older browsers.
v2.2.0
Pure v2.1.0
- feat: support xxl (1920px) media query #965
Pure v2.0.6
- chore: update to cssmin@4
Pure v2.0.5
- fix #824: cursor style for disabled menu link
Pure v2.0.4
- chore: update license path
Pure v2.0.3
- fix: update browser list for all environments
Pure v2.0.2
- refactor: Remove button CSS for IE 6-8
Pure v2.0.1
- refactor: remove usage of deprecated webkit-overflow-scrolling da4bf6b
Pure v2.0.0
This is a major version bump that has the following changes:
- Reduced overall size of Pure to 3.6kb (gzipped/min)
- Updated Normalize to v8.
- Removed bower
- Removed old IE 8 hacks
- Removed deprecated
pure-help-inline
form class
Migration
This major version should not include too many breaking changes for your app, but please check the following:
- Normalize Upgraded from v3 to v8. Many things have changed, be sure to verify your site properly.
- Normalize removed the default
font-family
, but we have added to thebase.css
for consistency and due to the fact that the grids system leverages thefont-family
forletter-spacing
.
New Browser support
- Chrome
- Edge
- Firefox
- Internet Explorer 10
- Safari 8
- Opera
Deprecated support for < IE 10