You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed config :skip_boot? in favor of :mode which can be :live, :testing, and :manual (defaults to :live) - the major difference between then is that live loads all modules and broadcasts all messages, testing only does that when it makes sense for tests (for example it does reload modules on fixtures), and manual does pretty much nothing, it's useful to seed data or to test specific scenarios where you need total control over Beacon.Loader
Enhancements
Add Beacon.Test that provides testing utilities to use on host apps
Add Beacon.Test.Fixtures to expose fixtures to seed test data, the same used by Beacon itself
Reload modules synchronously on testing mode
Leverage :manual mode during boot to avoid unnecessary calls to Tailwind compiler, speeding up the whole process to start sites