Skip to main content
0.15.0
View Zag.js on Github
Join the Discord server

Changelog

Zag releases and their changelogs.

Release PRDate: July 14, 2022

Patch Changes

All frameworks

  • Remove useSetup hook to improve server-side rendering (SSR) for all frameworks

Core 0.1.8

  • Fix order of execution between root entry-exit and initial state

PinInput 0.1.10

  • Add support for pattern in machine context to allow consumer define their own patterns to validate against.
const [state, send] = useMachine( pinInput.machine({ pattern: "^[0-9.-]+$", }), )
  • Improve form support by exposing hiddenInputProps. When the machine is passed a name property:
    • The input element with api.hiddenInputProps is attached will send updates to the closest form element.
    • When the pin input's value is complete and the Enter key is pressed, the closest form will be submitted.

Edit this page on GitHub

Proudly made in🇳🇬by Segun Adebayo

Copyright © 2023