Releases: SuffolkLITLab/docassemble-ALToolbox
Releases · SuffolkLITLab/docassemble-ALToolbox
v0.8.0
Added
Fixed
- Added mypy to
fa_icon
, fixed a potential error by @BryceStevenWilley in #162
Documentation
- Update docstrings in misc and copy_button by @BryceStevenWilley in #160
- Remove unicode from docstring by @nonprofittechy in #165
- Add demo for multiselect (still not too modular yet) by @nonprofittechy in #168
- Added some better business docstrings by @BryceStevenWilley in #171
Full Changelog: v0.7.1...v0.8.0
v0.7.1
Added
- Add ALJobList revisit and table screens by @BryceStevenWilley in #139
Changed
- Remove
net
attribute of ALJob by @BryceStevenWilley in #144 - Tutorial changes by @BryceStevenWilley in #145
Fixed
- Make aria-controls point to a real element by @BryceStevenWilley in #138
- ThreePartDate: put str in error message, not date by @BryceStevenWilley in #151
Internal
- Use ALActions for python tests by @BryceStevenWilley in #135
Full Changelog: v0.6.2...v0.7.1
v0.6.2
Fixed
- Add labels to three part date for accessibility: #128
Internal
- Better internal typing: #133
Full Changelog: v0.6.1...v0.6.2
v0.6.1
What's Changed
- Business day normalize date strings by @nonprofittechy in #90
- Fixed bugs in ALIncome: by @BryceStevenWilley in #101
- Source excludes and other Income improvements by @BryceStevenWilley in #106
- Income yaml changes by @BryceStevenWilley in #110
- Address #36, escape button disappears on small screens by @plocket in #111
- Added all types to the ALToolbox module by @BryceStevenWilley in #113
- Make icons configurable for
collapse_template()
by @nonprofittechy in #116 - More income module changes by @BryceStevenWilley in #118
- Add a function to compute short statutory time periods (requiring at least n business days) by @nonprofittechy in #124
- Income module: redefine the value of an item, not if it exists by @BryceStevenWilley in #127
Full Changelog: v0.6.0...v0.6.1
v0.6.0
v0.5.1
What's Changed
- Add income module. Close #49. by @plocket in #72
- Return empty str if template is blank by @BryceStevenWilley in #76
- Add nice_county_name method by @nonprofittechy in #80
Full Changelog: v0.4.3...v0.5.1
v0.4.3
- Update BirthDate selector to Bootstrap 5 classes
Full Changelog: v0.4.2...v0.4.3
v0.4.2
What's Changed
- Correct
aria-controls
to refernce correct id by @BryceStevenWilley in #65 - Feature to assist interview authors with saving data to JSON storage table (interviews without template output) by @purplesky2016 in #68
Full Changelog: v0.4.1...v0.4.2
v0.4.1
What's Changed
- Rename
al_intl_phone
toal_international_phone
- Allow an empty date field to be valid when the answer is not required by @plocket in #47
- Expand display_template() function by @purplesky2016 in #52
- add function output_checkbox() by @purplesky2016 in #56
- Output checkbox by @purplesky2016 in #59
- Fix #60, system error with Feb 31 by @plocket in #61
Version 0.4.0: Business Days
What's Changed
- Phone validation: Fix issue #38 by @purplesky2016 in #39
- Business Days - Fix #41 by @purplesky2016 in #43
- Added publish to pypi workflow by @BryceStevenWilley in #46