- add chinese language (thanks to @alansong 👏)
- issues fixes
- header control
- opening modal with empty field model won't throw error anymore
- skiped
- Header component fix (now a real component) => breaking changes
- breaking change to
fix angular formly upgrade compatibility issue
. This breaking change impacts Header fields model control only. Header control field model now needs header value to be intemplateOptions.placeholder
(rather than intemplateOptions.description
). To help to ensure the right property is used by your previously saved fields model, description input is now added in Header edit modal (so just cut / paste description into header text input).
- breaking change to
- add Wizard (thanks to
gofreddo
PR)
- separate js and css into distinct bundles (like before v2.0.0)
- merged awesome PR from
cristianurbano
👏gofreddo
👏- Thank you for you contributions!
- leave
bower, gulp and jspm
in favor ofwebpack + npm
- new control:
IP adress
- new language added
Brazilian Portuguese
thanks toLeandro.Battisti
- merged awesome PRs from
gofreddo
👏 for kind and amazing contribution
To follow ui-bootstrap
(ui-bootstrap following angular js and avoiding name conflict with angular Strap)
easyFormGenerator (since v1.2.0) is now compatible with latest ui-bootstrap.
If you want to use older ui-bootstrap (<= v0.13.4)
you will have to use easyFormGenrator <= v1.1.0.
- migration to ES6 + fixes
*Easy form viewer
(no matter form generator you used, models are the same):
- You created a form through
easy form generator
, you have noweasy form viewer
to easilyrender
your forms- you can still use angular formly directive. But since easy form generator contains amount of custom controls, you may have pain to configure yourself with
formlyConfigProvider
. Just use easy form viewer directive, it embeds angular formly and configure custom controls for you = no more pain.
- you can still use angular formly directive. But since easy form generator contains amount of custom controls, you may have pain to configure yourself with