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:
parent
e7a44d9979
commit
fb81a8302c
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue