Releases: lookbook-hq/lookbook
Releases · lookbook-hq/lookbook
Release 2.0.0-rc.1
Release 2.0.0-beta.9
Release 2.0.0-beta.8
Fixed
- Fixed escaping issue with single quotes in
@param
default values (#363 - thanks @fusion2004!) - Fixed HTML output tab scrollbar dragging (#361)
- Fixed page height issue when page has tabs (#352 - thanks @leighhalliday!)
- Ensure assets paths respect the
relative_url_root
Rails config option (#362)
Improved
- ViewComponent previews now respect
preview_controller
andpreview_layout
set via Lookbook config (as well as via VC config) - Content pages styling improvements
Release 2.0.0-beta.7
Fixed
- Add assets dir to list of gem files - fixes icon bug introduced in beta.6 (see #360)
Release 2.0.0-beta.6
Fixed
- move assets out of Rails asset pipeline path (see #360)
Release 2.0.0-beta.5
Added
Fixed
- Prevent unintentional full reload of UI when loading preview with an error
- Fix ordering of scenarios and scenario groups in nav
- Fix intermittent preview iframe reloading failures
- Ensure preview_paths are autoloaded
Improved
- Remove problematic sidebar caching
- Filter system-defined extensions out of debug data
- Use inline SVGs instead of huge icon sprite
Release 2.0.0-beta.4
Added
- Added
live_updates
config option (details)
Fixed
- Fixed
ActionView::PathRegistry
error when running Rails edge (#345, thanks @charlesobrien!) - Fixed initial embed initialization in content pages
- Fixed noisy mutation observer error
- Fixed param duplication for grouped scenarios
Improved
- Typography improvements for UI controls and code (now using Inter and Source Code Pro)
- Added Entities API documentation
- Docs layout improvements
- Better error handling in controllers, less mysterious failures
- Nicer looking blank slate messaging
- Improved contrast of debug menu icon
- New favicon and mini header logo
- Allow
preview_paths
array to be completely overridden (#343)
Release 2.0.0-beta.3
Fixed
- Fixed
all_view_paths
error preventing the beta working with Rails 7.1 alpha (#334) - Fixed overriding of certain config properties in test env (#332)
Other
- Use Inter and Source Code Pro instead of system fonts