From 1137bce278fb81a289dea0c23a15d5cb4bb56b16 Mon Sep 17 00:00:00 2001 From: plocket <52798256+plocket@users.noreply.github.com> Date: Sat, 12 Aug 2023 16:37:12 -0400 Subject: [PATCH] Bump for combobox and hidden field --- CHANGELOG.md | 8 ++++++-- package.json | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c266d6b3..b71f9568 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,9 +41,13 @@ Format: ### Internal - --> -## [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 diff --git a/package.json b/package.json index 91dd49d2..660d258d 100644 --- a/package.json +++ b/package.json @@ -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": {