Skip to content
Compare
Choose a tag to compare
@tajo tajo released this 24 Jun 20:55
· 311 commits to main since this release
b9f47f9

Minor Changes

  • #174 5abef5f Thanks @tajo! - - Add ladle preview command to quickly open a serve for the build folder.
    • Fix host and https options for serve and preview commands.
    • Measure time and size of the build. Display it.

Patch Changes

  • #173 ddaebfd Thanks @GeorgeNagel! - Add engine settings and node restriction for @ladle/react so that install fails for users when node < 16.x

  • #170 04714c9 Thanks @GeorgeNagel! - Enforce that Node version >= v16.0.0. This causes a loud failure when installing ladle with an old version of Node, as opposed to silently failing and causing difficult-to-diagnose bugs.

  • #172 5049ce9 Thanks @tajo! - Fix Chrome (tab) re-opening for pnp environments..