Releases: Tangerine-Community/tangy-form
Releases · Tangerine-Community/tangy-form
v4.17.6
- Fix: hint-text is missing from many inputs when using TangyForm.getMeta() #149
v4.17.5
- Fix: Mark entire line of grid as incorrect cannot be undone #1651
- Fix: Autostop is not triggered when marking the entire lineas incorrect #1869
v4.17.4
- Fix type script definition for helpers.js
v4.17.3
- Fix unlocking of inputs that exist in the data but not in the meta, for example with tangy-input-groups.
v4.17.2
- Fix broken npm release due to change in release process.
v4.17.0
- Add TangyFormResponseModel.get(), TangyFormResponseModel.set(), and Get/Set factories for shorthand get() and set() methods in helpers.js. #143
v4.16.0
- Added 'identifier' property to all inputs.
v4.15.4
- Remove npm test from github action, seem to need an extra install for chrome or something.
v4.15.3
- Firefox test env is not installing correctly, fall back on chrome tests.
v4.15.2
- Add package-lock.json to make npm ci command happy.