v1.1.0
π New features
- Change arg order to
<Field>
children. - Copy over from internal package.
- Force field path to be a string.
- Replace use of
hotscript
withtype-fest
. - Use signal instead of store for form value.
π Bug fixes
- Add type-only imports due to
verbatimModuleSyntax
. - Remove usage of
Get
fromtype-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
andtypescript
. - Correct path to org workflows.
- Define pnpm as package manager in
package.json
. - Prettier format all files.
- Remove unused
Form
component anduseForm
hook. - Unused modular entrypoint.
- Use
glzr/actions/setup-pnpm
workflow.
Big thanks to @lars-berger for contributing to this release π