Skip to content

Commit

Permalink
docs: Add 2.2.0 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
charlieTheBotDev committed Jun 27, 2019
1 parent 99bdae8 commit 9e38ba7
Show file tree
Hide file tree
Showing 109 changed files with 267,071 additions and 1,565 deletions.
2 changes: 2 additions & 0 deletions docs/content/changelog/index.um
Original file line number Diff line number Diff line change
Expand Up @@ -557,5 +557,7 @@
@item: @code[hx-flag-tag-input] - Initial tweaks to work with hx-flag-form
@item: @code[hx-flag-icon] - Use FontAwesome 5 (free) instead of embedded hexagon-icons font

Resolved an issue with @code[hx.Form] where elements added with @code[addButton] could not be retrieved with @code[.node(...)]

Also removed the animation from dropdowns to make them feel more responsive and updated them to use @hyperlink(https://developer.mozilla.org/en-US/docs/Web/API/MutationObserver)[MutationObserver]
to detect when the content is changed and re-position the dropdown.
4 changes: 4 additions & 0 deletions docs/content/docs/form-builder/api/auto.um
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
@prototype hx.Form
@bugfix 2.2.0
@description
Resolved an issue where elements added with @code[addButton] could not be retrieved with @code[.node(...)]

@bugfix 2.0.2
@description
Resolved an issue where a text field with an autocompelete was incorrectly wrapped with a div, breaking the alignment of the form.
Expand Down
1 change: 1 addition & 0 deletions docs/content/templates/versions.um
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,4 @@
@version 2.0.2
@version 2.0.3
@version 2.1.0
@version 2.2.0
Loading

0 comments on commit 9e38ba7

Please sign in to comment.