Use oruga 0.8.9 by default

This commit is contained in:
Lance Edgar 2024-06-01 23:06:19 -05:00
parent 9258237b85
commit 40edde2694

View file

@ -165,10 +165,7 @@ def get_libver(request, key, fallback=True, default_only=False):
return '3.3.11' return '3.3.11'
elif key == 'bb_oruga': elif key == 'bb_oruga':
# TODO: as of writing, 0.8.8 is the latest release, but it has return '0.8.9'
# a bug which makes <o-field horizontal> basically not work
# cf. https://github.com/oruga-ui/oruga/issues/913
return '0.8.7'
elif key in ('bb_oruga_bulma', 'bb_oruga_bulma_css'): elif key in ('bb_oruga_bulma', 'bb_oruga_bulma_css'):
return '0.3.0' return '0.3.0'