Skip to content

Releases: maicol07/mithril-utilities

v1.4.0

13 Sep 12:00
9bf21f6
Compare
Choose a tag to compare

1.4.0 (2023-09-13)

Features

  • Listen onchange event by default (ebe438d)

v1.3.0

13 Sep 10:10
0e22c24
Compare
Choose a tag to compare

1.3.0 (2023-09-13)

Features

  • Re-add support for custom value properties in Form inputs (c3460e7)
  • Reintroduced additional events handling (f16db76)

1.2.7

11 Sep 15:38
fe2478a
Compare
Choose a tag to compare

Changelog

Unreleased

👷 CI changes

1.2.7

Released on September 11, 2023

🐛 Bug Fixes

  • f6bc406 oninput event not caught on some elements

    The 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

1.2.6

Released on August 17, 2023

✨ Features

  • 97bd49e ✨ Add support for additional form elements

    This 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

Other changes

  • 5d53619 deps: ⬆️ Update @types/mithril to version 2.0.13

    Updated 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

1.2.4

Released on July 19, 2023

🐛 Bug Fixes

  • 149cfa8 form: Fix streams not working

👷 CI changes

Other changes

1.2.3

Released on July 18, 2023

🐛 Bug Fixes

👷 CI changes

1.2.1

Released on July 18, 2023

🐛 Bug Fixes

  • b2f6d0d request: Send X-Requested-With header

👷 CI changes

Other changes

  • 60446e9 component: Remove private from _attrs
  • 8b80549 deps: ⬆️ Upgraded dependencies
  • a7cd65c 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

Other changes

  • bf4f3fc Added example
  • e6d237e ✏️ Improved typings
  • 4783f9b deps: ⬆️ Upgraded dependencies
  • 95d31b8 deps: Added http-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

1.1.2

Released on May 04, 2023

🐛 Bug Fixes

  • 5403764 Exports not working correctly
  • b6e85c2 request: 🏷️ Added generic defaults

👷 CI changes

1.1.1

Released on April 25, 2023

🐛 Bug Fixes

  • 69e4fd1 🏷️ Removed types from package.json

    Typings weren't show correctly

👷 CI changes

  • 2c53db8 📝 Updated release workflow
  • 3d3ac23 👷 Added changelog generation workflow

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.0
  • 4c528d3 💚 Fixed permissions
  • cdcecb1 💚 Fixed missing workflows version
  • 0ca29f8 💚 Fixed workflows path
  • 80fc2c9 💚 Added missing secrets
  • 4eee58c 👷 Added format for changelog generation
  • 3c5fbcf 👷 Added workflow for changelog, release and publish

Other changes

  • b9ee95b 🚚 Moved advanced JSX types to r...
Read more

1.2.6

17 Aug 14:35
8dfce66
Compare
Choose a tag to compare

Changelog

Unreleased

👷 CI changes

1.2.6

Released on August 17, 2023

✨ Features

  • 97bd49e ✨ Add support for additional form elements

    This 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

Other changes

  • 5d53619 deps: ⬆️ Update @types/mithril to version 2.0.13

    Updated 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

1.2.4

Released on July 19, 2023

🐛 Bug Fixes

  • 149cfa8 form: Fix streams not working

👷 CI changes

Other changes

1.2.3

Released on July 18, 2023

🐛 Bug Fixes

👷 CI changes

1.2.1

Released on July 18, 2023

🐛 Bug Fixes

  • b2f6d0d request: Send X-Requested-With header

👷 CI changes

Other changes

  • 60446e9 component: Remove private from _attrs
  • 8b80549 deps: ⬆️ Upgraded dependencies
  • a7cd65c 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

Other changes

  • bf4f3fc Added example
  • e6d237e ✏️ Improved typings
  • 4783f9b deps: ⬆️ Upgraded dependencies
  • 95d31b8 deps: Added http-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

1.1.2

Released on May 04, 2023

🐛 Bug Fixes

  • 5403764 Exports not working correctly
  • b6e85c2 request: 🏷️ Added generic defaults

👷 CI changes

1.1.1

Released on April 25, 2023

🐛 Bug Fixes

  • 69e4fd1 🏷️ Removed types from package.json

    Typings weren't show correctly

👷 CI changes

  • 2c53db8 📝 Updated release workflow
  • 3d3ac23 👷 Added changelog generation workflow

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.0
  • 4c528d3 💚 Fixed permissions
  • cdcecb1 💚 Fixed missing workflows version
  • 0ca29f8 💚 Fixed workflows path
  • 80fc2c9 💚 Added missing secrets
  • 4eee58c 👷 Added format for changelog generation
  • 3c5fbcf 👷 Added workflow for changelog, release and publish

Other changes

  • b9ee95b 🚚 Moved advanced JSX types to root
  • fb2b4f8 deps: ⬆️ Upgraded dependencies

1.2.5

04 Aug 15:14
2f843b6
Compare
Choose a tag to compare

Changelog

Unreleased

👷 CI changes

1.2.5

Released on August 04, 2023

🐛 Bug Fixes

  • 6aa9a24 Default to empty string when there isn't a value

👷 CI changes

1.2.4

Released on July 19, 2023

🐛 Bug Fixes

  • 149cfa8 form: Fix streams not working

👷 CI changes

Other changes

1.2.3

Released on July 18, 2023

🐛 Bug Fixes

👷 CI changes

1.2.1

Released on July 18, 2023

🐛 Bug Fixes

  • b2f6d0d request: Send X-Requested-With header

👷 CI changes

Other changes

  • 60446e9 component: Remove private from _attrs
  • 8b80549 deps: ⬆️ Upgraded dependencies
  • a7cd65c 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

Other changes

  • bf4f3fc Added example
  • e6d237e ✏️ Improved typings
  • 4783f9b deps: ⬆️ Upgraded dependencies
  • 95d31b8 deps: Added http-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

1.1.2

Released on May 04, 2023

🐛 Bug Fixes

  • 5403764 Exports not working correctly
  • b6e85c2 request: 🏷️ Added generic defaults

👷 CI changes

1.1.1

Released on April 25, 2023

🐛 Bug Fixes

  • 69e4fd1 🏷️ Removed types from package.json

    Typings weren't show correctly

👷 CI changes

  • 2c53db8 📝 Updated release workflow
  • 3d3ac23 👷 Added changelog generation workflow

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.0
  • 4c528d3 💚 Fixed permissions
  • cdcecb1 💚 Fixed missing workflows version
  • 0ca29f8 💚 Fixed workflows path
  • 80fc2c9 💚 Added missing secrets
  • 4eee58c 👷 Added format for changelog generation
  • 3c5fbcf 👷 Added workflow for changelog, release and publish

Other changes

  • b9ee95b 🚚 Moved advanced JSX types to root
  • fb2b4f8 deps: ⬆️ Upgraded dependencies

1.2.4

19 Jul 13:59
53a36b8
Compare
Choose a tag to compare

Changelog

Unreleased

👷 CI changes

1.2.4

Released on July 19, 2023

🐛 Bug Fixes

  • 149cfa8 form: Fix streams not working

👷 CI changes

Other changes

1.2.3

Released on July 18, 2023

🐛 Bug Fixes

👷 CI changes

1.2.1

Released on July 18, 2023

🐛 Bug Fixes

  • b2f6d0d request: Send X-Requested-With header

👷 CI changes

Other changes

  • 60446e9 component: Remove private from _attrs
  • 8b80549 deps: ⬆️ Upgraded dependencies
  • a7cd65c 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

Other changes

  • bf4f3fc Added example
  • e6d237e ✏️ Improved typings
  • 4783f9b deps: ⬆️ Upgraded dependencies
  • 95d31b8 deps: Added http-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

1.1.2

Released on May 04, 2023

🐛 Bug Fixes

  • 5403764 Exports not working correctly
  • b6e85c2 request: 🏷️ Added generic defaults

👷 CI changes

1.1.1

Released on April 25, 2023

🐛 Bug Fixes

  • 69e4fd1 🏷️ Removed types from package.json

    Typings weren't show correctly

👷 CI changes

  • 2c53db8 📝 Updated release workflow
  • 3d3ac23 👷 Added changelog generation workflow

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.0
  • 4c528d3 💚 Fixed permissions
  • cdcecb1 💚 Fixed missing workflows version
  • 0ca29f8 💚 Fixed workflows path
  • 80fc2c9 💚 Added missing secrets
  • 4eee58c 👷 Added format for changelog generation
  • 3c5fbcf 👷 Added workflow for changelog, release and publish

Other changes

  • b9ee95b 🚚 Moved advanced JSX types to root
  • fb2b4f8 deps: ⬆️ Upgraded dependencies

1.2.3

18 Jul 23:37
bef162d
Compare
Choose a tag to compare

Changelog

Unreleased

👷 CI changes

1.2.3

Released on July 18, 2023

🐛 Bug Fixes

👷 CI changes

1.2.1

Released on July 18, 2023

🐛 Bug Fixes

  • b2f6d0d request: Send X-Requested-With header

👷 CI changes

Other changes

  • 60446e9 component: Remove private from _attrs
  • 8b80549 deps: ⬆️ Upgraded dependencies
  • a7cd65c 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

Other changes

  • bf4f3fc Added example
  • e6d237e ✏️ Improved typings
  • 4783f9b deps: ⬆️ Upgraded dependencies
  • 95d31b8 deps: Added http-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

1.1.2

Released on May 04, 2023

🐛 Bug Fixes

  • 5403764 Exports not working correctly
  • b6e85c2 request: 🏷️ Added generic defaults

👷 CI changes

1.1.1

Released on April 25, 2023

🐛 Bug Fixes

  • 69e4fd1 🏷️ Removed types from package.json

    Typings weren't show correctly

👷 CI changes

  • 2c53db8 📝 Updated release workflow
  • 3d3ac23 👷 Added changelog generation workflow

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.0
  • 4c528d3 💚 Fixed permissions
  • cdcecb1 💚 Fixed missing workflows version
  • 0ca29f8 💚 Fixed workflows path
  • 80fc2c9 💚 Added missing secrets
  • 4eee58c 👷 Added format for changelog generation
  • 3c5fbcf 👷 Added workflow for changelog, release and publish

Other changes

  • b9ee95b 🚚 Moved advanced JSX types to root
  • fb2b4f8 deps: ⬆️ Upgraded dependencies

1.2.1

18 Jul 22:08
baebc76
Compare
Choose a tag to compare

Changelog

Unreleased

👷 CI changes

1.2.1

Released on July 18, 2023

🐛 Bug Fixes

  • b2f6d0d request: Send X-Requested-With header

👷 CI changes

Other changes

  • 60446e9 component: Remove private from _attrs
  • 8b80549 deps: ⬆️ Upgraded dependencies
  • a7cd65c 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

Other changes

  • bf4f3fc Added example
  • e6d237e ✏️ Improved typings
  • 4783f9b deps: ⬆️ Upgraded dependencies
  • 95d31b8 deps: Added http-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

1.1.2

Released on May 04, 2023

🐛 Bug Fixes

  • 5403764 Exports not working correctly
  • b6e85c2 request: 🏷️ Added generic defaults

👷 CI changes

1.1.1

Released on April 25, 2023

🐛 Bug Fixes

  • 69e4fd1 🏷️ Removed types from package.json

    Typings weren't show correctly

👷 CI changes

  • 2c53db8 📝 Updated release workflow
  • 3d3ac23 👷 Added changelog generation workflow

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.0
  • 4c528d3 💚 Fixed permissions
  • cdcecb1 💚 Fixed missing workflows version
  • 0ca29f8 💚 Fixed workflows path
  • 80fc2c9 💚 Added missing secrets
  • 4eee58c 👷 Added format for changelog generation
  • 3c5fbcf 👷 Added workflow for changelog, release and publish

Other changes

  • b9ee95b 🚚 Moved advanced JSX types to root
  • fb2b4f8 deps: ⬆️ Upgraded dependencies

1.2.0

15 May 19:30
b585d20
Compare
Choose a tag to compare

Changelog

Unreleased

👷 CI changes

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

Other changes

  • bf4f3fc Added example
  • e6d237e ✏️ Improved typings
  • 4783f9b deps: ⬆️ Upgraded dependencies
  • 95d31b8 deps: Added http-server for running the example

1.1.3

08 May 20:00
633636f
Compare
Choose a tag to compare

Changelog

Unreleased

👷 CI changes

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