Skip to content

Commit

Permalink
docs: add next changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
segunadebayo committed Jan 10, 2025
1 parent 7891d15 commit d5f4b6f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ All notable changes to this project will be documented in this file.

See the [Changesets](./.changeset) for the latest changes.

## [0.81.1](./#0.81.1) - 2025-01-10

### Fixed

- **Hover Card, Tooltip**: Fix issue where controlled open state could get into an inconsistent machine state during the
`opening` or `closing` state.

- **Tour**: Remove `zIndex` from elements in favor of userland control.

## [0.81.0](./#0.81.0) - 2025-01-07

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion packages/frameworks/preact/src/use-snapshot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export function useSnapshot<
TEvent extends S.EventObject = S.AnyEventObject,
>(
service: Machine<TContext, TState, TEvent>,
options?: S.HookOptions<TContext, TState, TEvent> & { sync?: boolean },
options?: S.HookOptions<TContext, TState, TEvent>,
): S.State<TContext, TState, TEvent> {
//
type State = S.State<TContext, TState, TEvent>
Expand Down

0 comments on commit d5f4b6f

Please sign in to comment.