Releases: riverqueue/riverui
Releases · riverqueue/riverui
v0.8.1
v0.8.0
v0.7.0
Added
- Add support for basic auth to the riverui executable. Thanks Taras Turchenko! PR #241.
Changed
- Updated internal dependency of
riverqueue/river
to compensate for a change tobaseservice.Archetype
and a utility function. PR #253.
v0.6.0
v0.5.3
v0.5.2
Fixed
- Fix
ListenAndServe()
inverted error check. Thanks Martin Tournoij! 🙏🏻 PR #137. - Fix refresh and theme selector dropdown positioning. PR #146.
v0.5.1
Fix broken dropdowns, prepare v0.5.1 (#139) * downgrade @headlessui/react to fix listbox bugs Fixes #138. * build sourcemaps even for prod, it's OSS after all
v0.5.0
Changed
- The module name was changed from
github.com/riverqueue/riverui
toriverqueue.com/riverui
. This change was made to facilitate bundling of module releases that include vendored frontend assets, which will enable the embeddedHandler
type to be usable by anybody whogo get
installs the module without requiring a complex build setup. - Rename
HandlerOpts
toServerOpts
for consistency. TheHandler
type was renamed toServer
in PR #108 but the opts type was not renamed until now. PR #133. - Implement
http.Handler
onServer
type via aServeHTTP
method so that it can be used directly without needing to call.Handler()
on it. PR #133. - Directly specify
DB
interface type and rename it. Avoids relying on embedding a type from an internal package. PR #133.
Removed
- Removed the vendored Inter font to reduce bundle size with no noticeable impact on the UI.
v0.5.0-pre3
don't remove .json files from build (need .vite/manifest.json)
v0.5.0-pre2
don't remove public from bundle