Skip to content

Releases: lookbook-hq/lookbook

Release 1.4.0

20 Nov 22:59
Compare
Choose a tag to compare

New

Changed

  • Entities and collections refactor

Fixed

  • Occasional issue with updating of "Params" panel contents after navigation
  • Old repository links in docs and README

Release 1.3.4

17 Nov 21:23
Compare
Choose a tag to compare

New

Changed

  • Improve build scripts and workflow for adding and updating bundled themes

Fixed

  • Fix error in workbench previews

Release 1.3.3

06 Nov 17:31
Compare
Choose a tag to compare

New

Changed

  • Misc UI consistency improvements (#221 , #220)

Release 1.3.2

06 Nov 14:13
Compare
Choose a tag to compare

Fixed

  • Fix highlighted code background colour

Release 1.3.1

06 Nov 11:31
Compare
Choose a tag to compare

Fixed

  • fix logical path tag filename

Release 1.3.0

06 Nov 10:50
Compare
Choose a tag to compare

New

  • Add logical_path tag (#215)

Changed

  • Update CSP handling in controllers to match the way ViewComponent handles it (#202)
  • Refactor tag parsing system
  • Refactor file watching and websocket handling

Fixed

  • Ensure 'empty' param values are cast to nil (#219)
  • Don't start websocket when running in console

Release 1.2.1

17 Oct 12:25
Compare
Choose a tag to compare

Fixed

  • Fix updating of display options menu after value changes

Release 1.2.0

16 Oct 14:09
Compare
Choose a tag to compare

New

  • Dynamic display options - global, persistent display option values that can be changed on-the-fly in the Lookbook UI. Great for language or theme switchers! See the docs for details →

Changed

  • Big internal refactor of app and extension point configuration handling.

Release 1.1.1

11 Oct 20:55
Compare
Choose a tag to compare

Fixed

  • Remove over-zealous all:unset css declaration from grouped examples wrapper
  • Don't override Listen logger

Changed

  • Use Zeitwerk for autoloading

Release 1.1.0

01 Oct 01:47
Compare
Choose a tag to compare

Lots of @param improvements

  • Support for custom inputs!
  • Updated params panel UI
  • Input options available for all input types
  • color input type
  • range input type

Other additions

  • config option to make rails logger optional
  • 'collapse all' nav items button
  • loading indicator

Fixed

  • style tag removal in custom inspector panels
  • truncation of long nav item labels
  • remove action view annotations from preview HTML
  • prevent class_names error in older Rails versions