Skip to content

Commit

Permalink
Bump for combobox and hidden field
Browse files Browse the repository at this point in the history
  • Loading branch information
plocket committed Aug 12, 2023
1 parent 0100c05 commit 1137bce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,13 @@ Format:
### Internal
-
-->
## [Unreleased]
<!-- ## [Unreleased] -->

## [5.1.0] - 2023-08-12
### Added
- Comboboxes - can now fill in comboboxes on the latest Docassemble.

### Fixed
- Can now fill in comboboxes on the latest Docassemble.
- Filling out a hidden field right after a date field triggered the date's calendar popup, which I believe ate the input for the next visible field.

## [5.0.2] - 2023-07-20
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@suffolklitlab/alkiln",
"version": "5.0.2",
"version": "5.1.0",
"description": "Integrated automated end-to-end testing with docassemble, puppeteer, and cucumber.",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 1137bce

Please sign in to comment.