Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .changeset/big-ghosts-trade.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/early-bees-take.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/every-pans-cry.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/fine-roses-show.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/silent-bags-make.md

This file was deleted.

27 changes: 27 additions & 0 deletions packages/sigil/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# @arcanewizards/sigil

## 0.2.0

### Minor Changes

- c274364: Introduce a new `ShowFileConfig` component

Introduce a new component for the UI / frontend for consistently managing show
files across sigil-based apps. The first usage of this component will be in
Arcane Desktop, but additional usages (e.g. timecode-toolbox) are expected
later on.

### Patch Changes

- c274364: Expand user-actions module with more utilities
- `ActionResponse` type, designed to allow for more rich error messages from
e.g. server actions
- `mapUserActionState` (basic functional map function over `UserActionState`)
- `useUserAction` - a react hook for managing state relating to user actions
and promise-based calls

- c274364: Add sigil-grid tailwind utility classes
- c274364: Add vAligh attribute to ControlLabel
- c274364: Introduce ControlFileButton component

This is a special-case of a ControlButton,
designed to load files from the users' system.

## 0.1.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sigil/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arcanewizards/sigil",
"description": "Application framework for A/V applications, built on-top of arcanejs",
"version": "0.1.12",
"version": "0.2.0",
"private": false,
"license": "MIT",
"type": "module",
Expand Down