Skip to content

1.2.6

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Aug 14:35
· 26 commits to main since this release
8dfce66

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