Skip to content

Releases: glzr-io/smorf

v1.2.1

26 Oct 18:58
Compare
Choose a tag to compare

🛠️️ Internal changes

  • Update solid-js to 1.9.3.

Big thanks to @Lars Berger for contributing to this release 💛

v1.2.0

26 Oct 10:46
Compare
Choose a tag to compare

🎉 New features

  • Remove disabled-related methods; remove ability to set/unset invalid.
  • Rename methods to improve clarity of field-level or form-level.

Big thanks to @lars-berger for contributing to this release 💛

v1.1.1

18 Oct 07:23
Compare
Choose a tag to compare

🛠️️ Internal changes

  • Add files field to package.json.
  • Rename license file.

Big thanks to @lars-berger for contributing to this release 💛

v1.1.0

18 Oct 07:01
Compare
Choose a tag to compare

🎉 New features

  • Change arg order to <Field> children.
  • Copy over from internal package.
  • Force field path to be a string.
  • Replace use of hotscript with type-fest.
  • Use signal instead of store for form value.

🐛 Bug fixes

  • Add type-only imports due to verbatimModuleSyntax.
  • Remove usage of Get from type-fest; use own type instead.

🛠️️ Internal changes

  • Add back checkout steps.
  • Add build step prior to release.
  • Add composite workflow for setup.
  • Add export-related properties to package.json.
  • Add github actions files for release and lint/build checks.
  • Add MIT license.
  • Add org prettier config.
  • Bump solid-js and typescript.
  • Correct path to org workflows.
  • Define pnpm as package manager in package.json.
  • Prettier format all files.
  • Remove unused Form component and useForm hook.
  • Unused modular entrypoint.
  • Use glzr/actions/setup-pnpm workflow.

Big thanks to @lars-berger for contributing to this release 💛