Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
RensTillmann committed May 17, 2019
1 parent 8ac9d6b commit 27e6cb2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
### May 16, 2019 - Version 4.6.7
- Added: Option to specify field type for "Text" fields, allowing to determine what "Keyboard Layout" it should use on mobile devices. To name a few:
- `email` (for email keyboard layout)
- `tel` (for phone number keyboard layout)
- `url` (for URL keyboard layout)
- `date` (for keyboard layout to choose a specific date
- `month` (for keyboard layout to choose a specific month)
- Added: A custom Ajax handler for faster Ajax requests (significant speed improvement for building/editing forms)
- Added: Translation feature (allows you to translate your form into multiple languages, this also includes translating specific form settings)
*when in translation mode, you won't be able to delete and change the layout of the form, just the strings of each element and the form settings*
Expand Down
6 changes: 6 additions & 0 deletions src/docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
### May 16, 2019 - Version 4.6.7
- Added: Option to specify field type for "Text" fields, allowing to determine what "Keyboard Layout" it should use on mobile devices. To name a few:
- `email` (for email keyboard layout)
- `tel` (for phone number keyboard layout)
- `url` (for URL keyboard layout)
- `date` (for keyboard layout to choose a specific date
- `month` (for keyboard layout to choose a specific month)
- Added: A custom Ajax handler for faster Ajax requests (significant speed improvement for building/editing forms)
- Added: Translation feature (allows you to translate your form into multiple languages, this also includes translating specific form settings)
*when in translation mode, you won't be able to delete and change the layout of the form, just the strings of each element and the form settings*
Expand Down

0 comments on commit 27e6cb2

Please sign in to comment.