Skip to content

Releases: pure-css/pure

v3.0.0

26 Oct 18:47
Compare
Choose a tag to compare

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

26 Oct 18:47
Compare
Choose a tag to compare
  • feat: added media queries for 2.5K and 4K screens (#1065)

Pure v2.1.0

15 Mar 00:02
Compare
Choose a tag to compare
  • feat: support xxl (1920px) media query #965

Pure v2.0.6

28 Apr 16:45
Compare
Choose a tag to compare
  • chore: update to cssmin@4

Pure v2.0.5

28 Apr 16:45
Compare
Choose a tag to compare
  • fix #824: cursor style for disabled menu link

Pure v2.0.4

28 Apr 16:44
Compare
Choose a tag to compare
  • chore: update license path

Pure v2.0.3

28 Apr 16:44
Compare
Choose a tag to compare
  • fix: update browser list for all environments

Pure v2.0.2

28 Apr 16:44
Compare
Choose a tag to compare
  • refactor: Remove button CSS for IE 6-8

Pure v2.0.1

07 May 15:40
Compare
Choose a tag to compare
  • refactor: remove usage of deprecated webkit-overflow-scrolling da4bf6b

Pure v2.0.0

05 May 15:22
Compare
Choose a tag to compare

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 the base.css for consistency and due to the fact that the grids system leverages the font-family for letter-spacing.

New Browser support

  • Chrome
  • Edge
  • Firefox
  • Internet Explorer 10+
  • Safari 8+
  • Opera

Deprecated support for < IE 10