Skip to content

Releases: paulmolluzzo/glamorous-jsxstyle

Update Dependencies

19 Apr 02:02
Compare
Choose a tag to compare

glamorous is all the way up to 3.7.1! This PR upgrades the deps so that we can use the latest version of glamorous. ✨

This is a major bump since glamorous went through a couple of major version bumps.

Fix Build Process

08 Apr 18:07
Compare
Choose a tag to compare

This fixes the build script to also build the minified umd module.

Fix Broken Install Process

07 Apr 20:33
Compare
Choose a tag to compare

Sorry to everyone who had this breaking locally before this version!

  1. The rollup processes were moved out of postinstall - the dependencies weren't ready yet. 🤦‍♂️
  2. I added the files to the package.json so that only the rolled up dist is in your node_modules, hopefully avoiding any breaking issues. 🤞

This also fixed a FOUC edge case in Next.js. If anyone experienced that it's now gone. 💪

Add table-related properties

07 Apr 16:24
Compare
Choose a tag to compare

Added the following components:

  • Table
  • InlineTable
  • TableRowGroup
  • TableHeaderGroup
  • TableFooterGroup
  • TableRow
  • TableCell
  • TableColumnGroup
  • TableColumn
  • TableCaption

Improve Build Scripts

07 Apr 16:25
Compare
Choose a tag to compare
  • Add build script for minified version of umd module

  • Add prebuild script to clear dist