Releases: lookbook-hq/lookbook
Releases · lookbook-hq/lookbook
Release 1.4.0
New
- Added
@source
tag (#242)
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
Release 1.3.3
New
- Added code highlighting options (#223)
- Added
params_editor_bg
andviewport_handle_hover
theme variable options (#222)
Changed
Release 1.3.2
Fixed
- Fix highlighted code background colour
Release 1.3.1
Fixed
- fix logical path tag filename
Release 1.3.0
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
Fixed
- Fix updating of display options menu after value changes
Release 1.2.0
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
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
Lots of @param
improvements
- Support for custom inputs!
- Updated params panel UI
- Input options available for all input types
color
input typerange
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