Skip to content

Latest commit

 

History

History
362 lines (159 loc) · 15.9 KB

CHANGELOG.md

File metadata and controls

362 lines (159 loc) · 15.9 KB

1.6.0 (2022-03-29)

Features

  • core: encapsulates core logic in separate workspace (#224) (6cd80b4)

1.5.8 (2022-03-18)

Bug Fixes

  • analytics: CTA event and result category (a24eb60)

1.5.7 (2022-03-17)

Bug Fixes

  • analytics: adds on action click (fe2058f)
  • link: correct apply link (9e1c132)

1.5.6 (2022-03-17)

Bug Fixes

1.5.5 (2022-03-17)

Bug Fixes

  • analytics: adds results into result event (710da04)
  • ci: upgrade deps (a332b57)
  • docs: expands and refines project documentation (8e04704)

1.5.4 (2022-02-03)

Bug Fixes

1.5.3 (2022-02-03)

Bug Fixes

  • ci: upgrade dependencies (c9e221a)

1.5.2 (2022-02-03)

Bug Fixes

  • err: updates dob error message (cbdffff)

1.5.1 (2022-02-02)

Bug Fixes

  • validation: date of birth validation correctly handles form (#210) (b16406a)

1.5.0 (2022-01-31)

Features

  • analytics: adds wizard on start/on finish events (#206) (b533b23)

1.4.12 (2022-01-13)

Bug Fixes

  • ci: upgrade dependencies (fee453c)

1.4.11 (2022-01-13)

Bug Fixes

  • dob: corrects validation for date of birth question type (#199) (00532da)

1.4.10 (2022-01-05)

Bug Fixes

  • error: date of birth error message now in USWDS styled div (#194) (5371436)

1.4.9 (2022-01-05)

Bug Fixes

  • steps: corrects logic for previous/next validation (#193) (e56f1e6)

1.4.8 (2021-12-16)

Bug Fixes

  • dob: adds exit validation to requirements logic (#184) (5b867e8)

1.4.7 (2021-12-13)

Bug Fixes

  • 508: improving accessibility on progress bar (#179) (f1c8a75)

1.4.6 (2021-12-13)

Bug Fixes

  • 508: addresses accessibility concerns in testing (#178) (6ad45d0)

1.4.5 (2021-11-02)

Bug Fixes

  • cookie: branch name is stored in persistence layer (#167) (739afe9)

1.4.4 (2021-10-29)

Bug Fixes

1.4.3 (2021-10-27)

Bug Fixes

  • debug: allow toggle state of step id from query string (#161) (5867288)

1.4.2 (2021-10-25)

Bug Fixes

  • storage: adds native support for cookies (#156) (b57cd2d)

1.4.1 (2021-10-25)

Bug Fixes

  • storage: uses sessionStorage instead of cookies (#155) (a9c13ae)

1.4.0 (2021-10-18)

Bug Fixes

  • lint: skips else for return (#147) (3218b81)
  • progress-bar: make progress bar work for simple flow as well as branch flow (#116) (fa51c4a)

Features

1.3.6 (2021-08-25)

Bug Fixes

  • styles: adds more granular and unique class names to step layout (a9a1332)

1.3.5 (2021-08-25)

Bug Fixes

  • styles: adds unique class names to summary, results and no results pages (57066a1)

1.3.4 (2021-08-23)

Bug Fixes

  • results: allows grouping of results by category (9268fa6)

1.3.3 (2021-08-18)

Bug Fixes

  • config: corrects previous button logic without landing page (b1418d6)

1.3.2 (2021-08-17)

Bug Fixes

  • nav: allows button visibility to be configured on a per-page basis (69cb70f)

1.3.1 (2021-08-02)

Bug Fixes

  • style: removes colon from summary page answers (7a048b8)

1.3.0 (2021-08-02)

Features

  • config: allows pages to become optional (#112) (aa182e1)

1.2.3 (2021-07-28)

Bug Fixes

  • styles: removes hard-coded USWDS padding (d319902)

1.2.2 (2021-07-28)

Bug Fixes

  • dob: allows leading zero in month and day (b6de1d4)

1.2.1 (2021-07-28)

Bug Fixes

  • analytics: simplifies page handler and adds error handler (2deb29b), closes #105

1.2.0 (2021-07-27)

Features

  • release: analytics release (ab1c939)

1.1.12 (2021-07-02)

Bug Fixes

  • types: provides correct type definition for answers (eac9633)

1.1.11 (2021-07-02)

Bug Fixes

  • index: corrects exports of interfaces for downstream consumers (b493289)

1.1.10 (2021-07-02)

Bug Fixes

  • summary: summary page questions now link back to the step (#86) (25717d6), closes #65

1.1.9 (2021-07-01)

Bug Fixes

  • content-logic: enables separation of copy/information from business logic (#84) (52d6700), closes #79

1.1.8 (2021-07-01)

Bug Fixes

  • call-to-action: expands data model to support calls to action (#78) (456f2e7), closes #75

1.1.7 (2021-06-29)

Bug Fixes

  • react-props: Supports React nodes as content (#73) (060b1fe), closes #64

1.1.6 (2021-06-16)

Bug Fixes

  • Summary Page: displays all answered questions (#61) (269415f), closes #60

1.1.5 (2021-06-14)

Bug Fixes

  • exports: exports JSON schema as TypeScript (#56) (330b7f4)

1.1.4 (2021-06-14)

Bug Fixes

  • export: exports enums required for downstream consumption (#55) (dbd6e5d)

1.1.3 (2021-06-14)

Bug Fixes

  • exports: correctly exports configurable classes (#53) (1476e30)

1.1.2 (2021-06-14)

Bug Fixes

1.1.1 (2021-06-11)

Bug Fixes

  • progress-bar: percentage calculation is correct (#50) (a5b22e1), closes #46

1.1.0 (2021-06-11)

Features

1.0.2 (2021-06-04)

Bug Fixes

  • ci: replaced bundle tool with rollup (859db12)

1.0.1 (2021-06-04)

Bug Fixes

  • ci: adds husky comment linting support (a01a843)
  • ci: drops release folder from vcs (2363f03)
  • ci: releases single JavaScript and TypeScript file for publication (293cc9b)

1.0.0 (2021-06-04)

Bug Fixes

  • ci: adds semantic release (77cbee7)

Changelog