Releases: legalthings/legalform-js
Releases · legalthings/legalform-js
Obtain wizard actions from template. Fix for refreshing wizard after any action
Merge pull request #68 from legalthings/Obtain_wizard_actions_from_view Obtain wizard actions from template. Fix for refreshing wizard after any action
v0.3.24 - moment.toString
Merge pull request #67 from legalthings/moment-tostring Add moment.fn.toString
v0.3.23 - Show empty option group
Workaround for broken option fields
v0.3.22 - Don't scroll document wizard
Scrolling gives a weird effect, when a step is hidden and another is show, because the size of the navmenu contents change. Instead just jump the new step.
v0.3.21 - Minor style fix
No top padding wizard-form
v0.3.20 - Don't crash if there is no meta for a field
Fix for issue
legalform-builder.js:828 Uncaught TypeError: Cannot read property 'type' of undefined
at LegalFormValidation.validateField (legalform-builder.js:828)
at HTMLInputElement.<anonymous> (legalform-builder.js:752)
at Function.each (jquery.js:383)
v0.3.19 - Proper use of jQuery
We can't assume that the global $
is jQuery. Instead we should pass jquery to the function as $
.
v0.3.18 - Don't set fonts for headers
Merge pull request #62 from legalthings/header-document-wrong-font Header in editor has wrong font
v0.3.17 - Added distribution files
Added concatenated css and js files in dist folder Build using `npm build`
v0.3.16 - Several small fixes
Merge pull request #61 from legalthings/material-label-over-input-addons Do some background on the lables addons