Pander
Pander
Perhaps also: - remove Bootstrap 4, see also https://github.com/helloflask/bootstrap-flask/issues/329 - add Bootstrap 6 (not yet released but there is already talk about this version by Bootstrap) - an option to...
Info: Test for 3.8 and 3.9 are failing as https://docs.python.org/3/library/typing.html#typing.ParamSpec is only support from 3.10 onwards.
This will be work in progress until October 2025, see https://endoflife.date/python or sooner if this project drops support for Python 3.9.
@serensoner if you can, could you add some tests so we can go forward with this. Thanks.
Was thinking about this earlier. Thanks for the request. Working on a PR now.
@greyli In the example, why do the links at the end of the nav menu use `...` and the `render_nav_item()` don't? Icon Icons Documentation Bootstrap Documentation See also https://github.com/helloflask/bootstrap-flask/blob/master/examples/bootstrap5/templates/base.html#L41 and...
File that needs migration is https://github.com/helloflask/bootstrap-flask/blob/master/flask_bootstrap/__init__.py
Note, if popper is only used by Bootstrap 4, we can leave it as is and not upgrade of migrate it.
I think they also made a release for popper, see https://github.com/floating-ui/floating-ui/releases but first we have to see to migrate or not.
See also https://getbootstrap.com/docs/5.3/examples/cheatsheet-rtl/