Skip to content

Latest commit

Β 

History

History
199 lines (125 loc) Β· 10.6 KB

CHANGELOG.md

File metadata and controls

199 lines (125 loc) Β· 10.6 KB

Changelog

Unreleased

πŸ› 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.4.0 (2023-09-13)

Features

  • Listen onchange event by default (ebe438d)

1.3.0 (2023-09-13)

Features

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

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.

Released on August 04, 2023

πŸ› Bug Fixes

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

πŸ‘· CI changes

Released on July 19, 2023

πŸ› Bug Fixes

  • 149cfa8 form: Fix streams not working

πŸ‘· CI changes

Other changes

Released on July 18, 2023

πŸ› Bug Fixes

πŸ‘· CI changes

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

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

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

Released on May 04, 2023

πŸ› Bug Fixes

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

πŸ‘· CI changes

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