Releases: paulmolluzzo/glamorous-jsxstyle
Releases · paulmolluzzo/glamorous-jsxstyle
Update Dependencies
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
This fixes the build
script to also build the minified umd
module.
Fix Broken Install Process
Sorry to everyone who had this breaking locally before this version!
- The
rollup
processes were moved out ofpostinstall
- the dependencies weren't ready yet. 🤦♂️ - I added the
files
to the package.json so that only the rolled updist
is in yournode_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
Added the following components:
Table
InlineTable
TableRowGroup
TableHeaderGroup
TableFooterGroup
TableRow
TableCell
TableColumnGroup
TableColumn
TableCaption
Improve Build Scripts
-
Add build script for minified version of
umd
module -
Add
prebuild
script to cleardist