1.2.7
Changelog
Unreleased
π· CI changes
75df335
version bump to 1.2.7
1.2.7
Released on September 11, 2023
π Bug Fixes
-
f6bc406
oninput event not caught on some elementsThe oninput function in Form.tsx was updated to utilize 'getAttribute' for element name retrieval instead of 'name'. This enhances compatibility for HTML elements with no 'name' attribute but an input id.
π· CI changes
f0986b8
version bump to 1.2.6
1.2.6
Released on August 17, 2023
β¨ Features
-
97bd49e
β¨ Add support for additional form elementsThis commit adds the ability to include additional form elements using a selector. The 'additionalElementsSelector' property was added to the FormAttributes interface and used in 'oncreate'. Form elements not directly attached to the form but that match the selector are now included in 'formElements'. This was necessary to support forms that have input elements which are not direct children of the form.
π· CI changes
2c4dc85
version bump to 1.2.5
Other changes
-
5d53619
deps: β¬οΈ Update @types/mithril to version 2.0.13Updated the devDependency @types/mithril to version 2.0.13 in package.json and pnpm-lock.yaml. This was necessitated by the need to keep up with the latest changes and improvements in the Mithril type definitions. Ensuring the type definitions used in the project align with the current state of Mithril enhances type safety and improves developer experience.
1.2.5
Released on August 04, 2023
π Bug Fixes
6aa9a24
Default to empty string when there isn't a value
π· CI changes
bbc07e1
version bump to 1.2.4
1.2.4
Released on July 19, 2023
π Bug Fixes
149cfa8
form: Fix streams not working
π· CI changes
43998d2
version bump to 1.2.3
Other changes
5f95620
Added dev command
1.2.3
Released on July 18, 2023
π Bug Fixes
5559a0a
Fix latest form changes
π· CI changes
1.2.1
Released on July 18, 2023
π Bug Fixes
b2f6d0d
request: SendX-Requested-With
header
π· CI changes
8ea3b42
version bump to 1.2.0
Other changes
60446e9
component: Remove private from _attrs8b80549
deps: β¬οΈ Upgraded dependenciesa7cd65c
form: Take advantage of event bubbling
1.2.0
Released on May 15, 2023
β¨ Features
77d87b2
β¨ Added preferred event and value prop
π Bug Fixes
9adb6b9
form: Don't submit the form if there is already a submit button registered in the form
π· CI changes
79c0c75
version bump to 1.1.3
Other changes
bf4f3fc
Added examplee6d237e
βοΈ Improved typings4783f9b
deps: β¬οΈ Upgraded dependencies95d31b8
deps: Addedhttp-server
for running the example
1.1.3
Released on May 08, 2023
β¨ Features
0bdc76b
form: Don't submit the form if there is already a submit button registered in the form
π Bug Fixes
1cc0047
form: Check if value is equal to current one
π· CI changes
ce7aa5f
version bump to 1.1.2
1.1.2
Released on May 04, 2023
π Bug Fixes
π· CI changes
6abbcba
version bump to 1.1.1
1.1.1
Released on April 25, 2023
π Bug Fixes
-
69e4fd1
π·οΈ Removed types from package.jsonTypings weren't show correctly
π· CI changes
1.1.0
Released on April 17, 2023
β¨ Features
π Bug Fixes
27e138e
Added missing export for Request
π Docs changes
π· CI changes
2a995ae
version bump to 1.1.04c528d3
π Fixed permissionscdcecb1
π Fixed missing workflows version0ca29f8
π Fixed workflows path80fc2c9
π Added missing secrets4eee58c
π· Added format for changelog generation3c5fbcf
π· Added workflow for changelog, release and publish