Releases: Log1x/sage-html-forms
Releases · Log1x/sage-html-forms
v1.0.6
Change log
Enhancements
- chore(deps): Fix Acorn 4.x support
v1.0.5
Change log
Enhancements
- enhance: Add filter for
hf_hide_admin_menu
to toggle moving admin menu (#16)
- chore(docs): Add
hf_hide_admin_menu
to README (#17)
v1.0.4
Change log
Enhancements
- enhance(console): Truncate form:list submission results (#13)
- chore(readme): Change HTML Forms URL to WordPress.org
- chore(readme): add HTML Forms to the requirements
Bug fixes
- fix(component): Add missing wrapper to form fields (Fixes #7) (#14)
- fix(console): Fix the
form:list
command when there is no form action (#12)
v1.0.3
Change log
Enhancements
- chore: Add compatibility with Acorn v2.0.0 (Fixes #3)
- chore(ci): Move to GitHub actions
- chore(git): Update .gitignore and .gitattributes
- chore(deps): Bump dependencies
v1.0.2
Change log
Enhancements
- feat(console): Add form:list command for displaying available forms and their submissions
- feat(view): Add
@htmlform
blade directive for calling the form in views
- enhance(provider): Clean up ServiceProvider
- enhance(admin): Better implementation of the admin menu clean up
v1.0.1
Change log
Enhancements
- enhance(console): Add make:form command
- chore(docs): Add console command to docs
- chore(docs): Add error message customization to docs
Bug fixes
- fix(component): Fix hidden slot
- fix(ci): Fix CircleCI