You can see the changelog of releases for versions 0.4.0 and after at https://github.com/SuffolkLITLab/docassemble-ALToolbox/releases.
Below are the changelogs for older releases on pypi.
- Added a scrollable display text panel for long acknowledge statements: #26
- Patched tabbed_template_html to work with Bootstrap 5 #37
- Added a landing page for demos #34
- Added the bootstrap-multiselect input CSS and JS, forked to work with Bootstrap 5 (see commit 9e2bee)
- Added
escape_button.yml
based on the version in the 209A (see commit 91114b6)
- Modified custom 504 page design and content: #31
- Update birthdate selector to bootstrap 5: #28
collapse_template.yml
is now includeable in interviews, and its demo is atcollapse_template_demo.yml
: (see commit c791364)
- Added a custom 504 error page: (see commit e127a1d)
collapse_template
works with Bootstrap 5 now: (see commit 4b1f6a7)
- Added
sum_if_defined
function (see commit 03c3bf5)
- Render HTML content in templates: (see commit 35c991e)
- Added
tabbed_templates_html
method (only used in EFSP interview now) (see commit 30db333)
- Added
show_decimals
keyword tothousands
function to show 2 decimals points: (see commit 744c58e)
- Added demo on how to profile a docassemble interview: #21
- Changed package name to ALToolbox from AssemblyLineToolbox