Skip to content

Commit

Permalink
docs(changelog): update changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <[email protected]>
  • Loading branch information
btry committed Jun 17, 2021
1 parent 91926b2 commit 61f8a71
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

* add and refactor search options ([81f4a448](https://github.com/pluginsglpi/formcreator/commit/81f4a448))
* change the placeholder of the search input ([8cc14d4e](https://github.com/pluginsglpi/formcreator/commit/8cc14d4e))
* drop obsolete GLPI bug workaround ([5dbfb775](https://github.com/pluginsglpi/formcreator/commit/5dbfb775))
* fatal error when not filling a date ([70896c96](https://github.com/pluginsglpi/formcreator/commit/70896c96))
* inappropriate css loading ([bb48bd8b](https://github.com/pluginsglpi/formcreator/commit/bb48bd8b))
* long text may be truncated ([b534f7e9](https://github.com/pluginsglpi/formcreator/commit/b534f7e9))
Expand Down Expand Up @@ -38,7 +39,10 @@
* **form:** sort not applied on 1st display ([3ef23095](https://github.com/pluginsglpi/formcreator/commit/3ef23095))
* **form:** typo in class name ([3fcf5bd5](https://github.com/pluginsglpi/formcreator/commit/3fcf5bd5))
* **form:** version check on import ([41e0108b](https://github.com/pluginsglpi/formcreator/commit/41e0108b))
* **form_language:** bad array construct ([83088b9a](https://github.com/pluginsglpi/formcreator/commit/83088b9a))
* **form_language:** limit items with langaues for the form only ([d103bb49](https://github.com/pluginsglpi/formcreator/commit/d103bb49))
* **form_translation:** form serilization problem with rich text ([c34c0c28](https://github.com/pluginsglpi/formcreator/commit/c34c0c28))
* **form_translation:** refresh tab after update of a string ([3dfca832](https://github.com/pluginsglpi/formcreator/commit/3dfca832))
* **formanswer:** cacptcha check ([c5044cf1](https://github.com/pluginsglpi/formcreator/commit/c5044cf1))
* **formanswer:** load answers when validating a formanswer ([8277822d](https://github.com/pluginsglpi/formcreator/commit/8277822d))
* **formanswer:** no longer need to call showfields on display ([17d85f93](https://github.com/pluginsglpi/formcreator/commit/17d85f93))
Expand Down Expand Up @@ -100,13 +104,15 @@
* **condition:** add condition to show or hide the item ([c932ff71](https://github.com/pluginsglpi/formcreator/commit/c932ff71))
* **dropdownfield:** allow regex comparison ([cbbff5c3](https://github.com/pluginsglpi/formcreator/commit/cbbff5c3))
* **dropdownfield:** integrate splitcate (1.3.0) ([1ce6d49a](https://github.com/pluginsglpi/formcreator/commit/1ce6d49a))
* **dropdownfield,glpiselectfield:** allow customization of base entity ([e974fb1d](https://github.com/pluginsglpi/formcreator/commit/e974fb1d))
* **dropdownfield,glpiselectfield:** choose if subtree root is selectable ([33775ddc](https://github.com/pluginsglpi/formcreator/commit/33775ddc))
* **form:** enable / disable form with single click ([4ebbac6c](https://github.com/pluginsglpi/formcreator/commit/4ebbac6c))
* **form_language:** export / import ([1c741964](https://github.com/pluginsglpi/formcreator/commit/1c741964))
* **formanswer:** update anwers when validating ([571e9cec](https://github.com/pluginsglpi/formcreator/commit/571e9cec))
* **formanswer,issue:** convert datetimes to timestamps ([6c5525d5](https://github.com/pluginsglpi/formcreator/commit/6c5525d5))
* **glpiselect:** add tree settings to entity" ([fe2867d4](https://github.com/pluginsglpi/formcreator/commit/fe2867d4))
* **glpiselectfield:** databases plugin support ([b18d4ce7](https://github.com/pluginsglpi/formcreator/commit/b18d4ce7))
* **glpiselectfield:** hook to allow plugins to declare their itemtypes ([91926b29](https://github.com/pluginsglpi/formcreator/commit/91926b29))
* **glpiselectfield:** support for Generic Object plugin ([dbc5ae48](https://github.com/pluginsglpi/formcreator/commit/dbc5ae48))
* **install:** drop internal CLI instal script ([62f601f6](https://github.com/pluginsglpi/formcreator/commit/62f601f6))
* **install:** upgrade from 2.11.3 to 2.12 ([2e855157](https://github.com/pluginsglpi/formcreator/commit/2e855157))
Expand Down

0 comments on commit 61f8a71

Please sign in to comment.