lookbook

A UI development environment for Ruby on Rails apps ✨

MIT License

Stars
827
Committers
64

Bot releases are hidden (Show)

lookbook - Release 0.8.0

Published by allmarkedup over 2 years ago

  • Add support for deployed production environments (67d9fb8)
  • Add production deployment docs (f05c202)
  • Add rake task to preparse previews (a9a845f)
  • Extend preview class during setup (3e8b982)
  • Separate desktop and mobile sidebar open state (4e9f541)
  • Fix preview controller reloading (cd8c9ab)
  • Fix redirecting to first example if only the preview path is provided (f5fc4cd)
lookbook - Release 0.8.0-beta.0

Published by allmarkedup over 2 years ago

  • Add production deployment docs (f05c202)
  • Add support for deployed production environments (67d9fb8)
  • Add rake task to preparse previews (a9a845f)
  • Extend preview class during setup (3e8b982)
lookbook - Release 0.7.4

Published by allmarkedup over 2 years ago

  • Merge pull request #78 from mdrbohlav/main (c31945d)
  • fix not scrollable overflowing long params list (08212db)
lookbook - Release 0.7.3

Published by allmarkedup over 2 years ago

  • Remove NullLogger, use parent app Rails logger instance for cable logging (3250ff2)
lookbook - Release 0.7.2

Published by allmarkedup over 2 years ago

  • Improve preview error handling
  • Update Ruby dependencies (b20b4fe)
  • Update frontend dependencies (a34953a)
  • Don't override action_view logger (5d15f4b)
  • Remove manual VC engine require from test setup (ffa3452)
  • Clean up preview loading (66ebcf2)
  • Fix hash splat issues in Ruby 3 (085c6ac)
  • Fixes exception when raising error 😜 (77a50b2)
  • Alllow class name to be simply Preview (1a5c833)
  • Merge display params for grouped previews (7864af7)
  • Ensure preview controller before and after actions are processed (6b060a2)
  • Cache previews (82f7c4d)
lookbook - Release 0.7.2-beta.5

Published by allmarkedup over 2 years ago

  • Cache previews (82f7c4d)
lookbook - Release 0.7.2-beta.4

Published by allmarkedup over 2 years ago

  • Merge display params for grouped previews (7864af7)
  • Ensure preview controller before and after actions are processed (6b060a2)
  • Catch preview file syntax errors (7ba57a7)
lookbook - Release 0.7.2-beta.3

Published by allmarkedup over 2 years ago

  • Remove manual VC engine require from test setup (ffa3452)
  • Clean up preview loading (66ebcf2)
  • Fix hash splat issues in Ruby 3 (085c6ac)
  • Fixes exception when raising error 😜 (77a50b2)
  • Alllow class name to be simply Preview (1a5c833)
lookbook - Release 0.7.2-beta.2

Published by allmarkedup over 2 years ago

  • Don't override action_view logger (5d15f4b)
lookbook - Release 0.7.2-beta.1

Published by allmarkedup over 2 years ago

  • Update Ruby dependencies (b20b4fe)
  • Update frontend dependencies (a34953a)
  • Add source code to error messages (6d86a5e, 570d2ad)
lookbook - Release 0.7.2-beta.0

Published by allmarkedup over 2 years ago

  • Render all errors using new error template (8d26703)
  • Catch and display page render errors (194c0ac)
  • Add generic error template (249f15f)
  • Catch frontmatter parsing exceptions in pages (d36654b)
  • Display preview exceptions in the UI where possible (63ed593)
  • Improve preview exception handling (8a05313)
lookbook - Release 0.7.1

Published by allmarkedup over 2 years ago

  • Fix missing helpers bug in parent app (d5c8364)
lookbook - Release 0.7.0

Published by allmarkedup over 2 years ago

  • Implement support for long-form documentation pages (experimental opt in required - read more)
  • Add "project name" display to UI
  • Many other under-the-hood improvements
lookbook - Release 0.6.1

Published by allmarkedup over 2 years ago

  • Fix preview window live reload (94b091b)
lookbook - Release 0.6.0

Published by allmarkedup over 2 years ago

  • Disable use of preview iframe srcdoc by default (7fdf839)
  • Replace rails dependency with actioncable + railties (6c53bb9)
lookbook - Release 0.5.2

Published by allmarkedup over 2 years ago

  • Fix html entity encoding when copying HTML (11fc2d1)
  • Merge pull request #60 from muriloime/main (bb15637)
  • Remove ::Preview at the end of file names (ab3d239)
  • Run tests in release hook (1145d4f)
  • Fix integration tests (8493d42)
lookbook - Release 0.5.1

Published by allmarkedup almost 3 years ago

  • Fix page title updating (784c536)
  • Update GH assets (7e48705)
lookbook - Release 0.5.0

Published by allmarkedup almost 3 years ago

  • Wrap code when drawer is vertical (eae73e6)
  • More @param frontend fixes (a4f57c9)
  • Add ability to hide/show drawer (f003cb3)
  • Force horizontal drawer on smaller screen sizes (ea2f6a0)
  • Update to Tailwind v3 (15383b1)
  • Add height resizing to preview window (009bb29)
  • Fix buggy nav updating/morphing (b3437aa)
  • Fix param binding (c3c3852)
  • Fix improperly morphed panel content (f17ee46)
  • Add support for drawer orientation switching (66b1c70)
  • Fix srcdoc disabling via config (2d3a43d)
  • Add custom favicon option (eb7f11c)
  • Constrain drawer size relative to parent (55ad986)
  • Remove experimental flag on @params (2e5c41f)
  • Fix exception when preview has no examples (59a395f)
  • Move output tab to preview area (40213cf)
  • Update instructions for mounting in production mode (1795dd2)
lookbook - Release 0.5.0-beta.2

Published by allmarkedup almost 3 years ago

  • Fix no-srcdoc preview updating after params change (7e45b21)
lookbook - Release 0.5.0-beta.1

Published by allmarkedup almost 3 years ago

  • Wrap code when drawer is vertical (eae73e6)
  • More @param frontend fixes (a4f57c9)