Releases: LaunchPlatform/wtforms-bootstrap5
Releases · LaunchPlatform/wtforms-bootstrap5
0.3.0
0.3.0b1 Fix `render_kw` ignored bug, use `field.__call__` instead of widget for render
Pre-release
What's Changed
- Fix #6 render_kw ignored issue by @fangpenlin in #7
Full Changelog: 0.2.3...0.3.0b1
While all the tests passed, not sure if there's unwanted side effects of using field.__call__
, making a beta release first.
0.2.3
What's Changed
Full Changelog: 0.2.2...0.2.3
Make a release again
Last release failed because I forgot to bump the version number in poetry file. It contains the same content as 0.1.4.
Lower minimum python version requirement
What's Changed
- Bump lxml from 4.9.0 to 4.9.1 by @dependabot in #1
- Improve compatibility with Python <3.10 by @mxsasha in #2
New Contributors
- @dependabot made their first contribution in #1
- @mxsasha made their first contribution in #2
Full Changelog: 0.1.3...0.1.4
Fix hidden input is not hidden issue
Add form options
0.1.2