Use oruga 0.8.9 by default
This commit is contained in:
parent
9258237b85
commit
40edde2694
|
@ -165,10 +165,7 @@ def get_libver(request, key, fallback=True, default_only=False):
|
|||
return '3.3.11'
|
||||
|
||||
elif key == 'bb_oruga':
|
||||
# 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'
|
||||
return '0.8.9'
|
||||
|
||||
elif key in ('bb_oruga_bulma', 'bb_oruga_bulma_css'):
|
||||
return '0.3.0'
|
||||
|
|
Loading…
Reference in a new issue