Use oruga 0.8.7 by default instead of latest 0.8.8

until the new bug is fixed, https://github.com/oruga-ui/oruga/issues/913
This commit is contained in:
Lance Edgar 2024-04-28 00:20:43 -05:00
parent e7a44d9979
commit fb81a8302c

View file

@ -165,7 +165,10 @@ def get_libver(request, key, fallback=True, default_only=False):
return '3.3.11'
elif key == 'bb_oruga':
return '0.8.8'
# TODO: as of writing, 0.8.8 is the latest release, but it has
# 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'):
return '0.3.0'