Skip to content

v1.0.0-alpha.7

Pre-release
Pre-release
Compare
Choose a tag to compare
@titouanmathis titouanmathis released this 11 Feb 22:23
· 154 commits to develop since this release

Fixed

  • Fix the order of the media queries declaration (e7807ed)

Changed

  • Update the typography plugin (b7f7dc3)
  • Move the debug outline classes to components instead of base (748fb62)
  • Replace heavy @studiometa/gulp-config with Parcel (0afe45a)

Added

  • Add an advanced example to the grid plugin documentation (068618e)
  • Add the current property in the global colors configuration (0d0606d)
  • Add the configuration documentation (026e582)
  • Center the container by default (21a1998)
  • Add a custom display plugin to remove the core .grid class (566fc20)
  • Add the Tailwind CSS v1 package as a peer dependency (e0e6f69)
  • Add a prefix options to the custom plugins to avoid class conflict (see #18) (e7a9f8d)
  • Add a code quality action with ESLint (758f240)

Removed

  • Delete the unnecessary typography plugin configuration (fe858be)
  • Remove the custom width and height configuration (1be1b07)
  • Remove our custom spacing configuration (dec4271) (⚠️ breaking change: Tailwind has a 4px base unit where we had a 8px one)
  • Delete the variants similar to the default configuration (b089dcb)
  • Delete the auto key-value pair from the spacing configuration (45b2bec)
  • Delete the translate configuration (e0b3e90)
  • Delete the empty order configuration (b9a3cc2)
  • Delete some flex configurations (55b4125)
  • Delete the typography configuration (16b7478)