Skip to content

fix: add missing metadata fields to package.json#3

Open
BWM0223 wants to merge 8 commits into
witchcraftjs:masterfrom
BWM0223:fix/meta-1228
Open

fix: add missing metadata fields to package.json#3
BWM0223 wants to merge 8 commits into
witchcraftjs:masterfrom
BWM0223:fix/meta-1228

Conversation

@BWM0223

@BWM0223 BWM0223 commented Jun 13, 2026

Copy link
Copy Markdown

Adds missing bugs metadata to package.json.

Fixes npm tooling unable to resolve package metadata.


View with Codesmith Autofix with Codesmith
Need help on this PR? Tag /codesmith with what you need. Autofix is disabled.

alanscodelog and others added 8 commits June 13, 2026 17:26
Added/moved more generic version of some of @witchcraft/nuxt-auth's components
to this repo as they will be getting deprecated.
This is for usage with @witchcraft/nuxt-utils's useAsyncValidation for handling
complex validation scenarios (client+server) as in the case of a username.
Moved messages injection to useInjectedI18n instead of the
defaultTranslationFunction, that was causing multiple injects on each use and
weird things to happen.

This required a small change to the defaultTranslationFunction or any custom
function. It should now take in a third param, messages.
readFile is deprecated completele, copy has been moved to @alanscodelog/utils
and improved (copyToClipboard and readFromClipboard were added).
## [0.5.2](witchcraftjs/ui@v0.5.1...v0.5.2) (2026-06-13)

### ⭐ New Features

####  added WAsyncValidatedInput component ([d59166a](witchcraftjs@d59166a))

This is for usage with @witchcraft/nuxt-utils's useAsyncValidation for handling
complex validation scenarios (client+server) as in the case of a username.

####  added auth components ([2b61958](witchcraftjs@2b61958))

Added/moved more generic version of some of @witchcraft/nuxt-auth's components
to this repo as they will be getting deprecated.

####  added slider component ([fb38580](witchcraftjs@fb38580))

####  added WMetamorphosisTheme component for controlling metamorphosis themes ([9910b32](witchcraftjs@9910b32))

This is an experimental component, am not completely satisfied with how
metamorphosis or the components.

Not all types of themes are supported, but the most common will work. There is
no save/load mechanism yet.

- WRoot now also provides the theme for injection anywhere. Note that it is a
shallow ref! The theme library has a small internal reactivity system we hook
into.

### 🐛 Fixes

####  several minor fixes ([b929a67](witchcraftjs@b929a67))

- added some missing classes
- component style / icon tweaks
- fixed minor css logic bugs
- fixed focus-outline-no-offset util still having offset
- fixed WFileInput getting shrunken in compact mode
- added missing tailwind util focus-outlin-within-no-offset
- fixed missing imports in WNumberInput
- fixed some exports

####  fixed useInjectedI18n.ts erroring on missing key when it shouldnt ([fc6c3d4](witchcraftjs@fc6c3d4))

Moved messages injection to useInjectedI18n instead of the
defaultTranslationFunction, that was causing multiple injects on each use and
weird things to happen.

This required a small change to the defaultTranslationFunction or any custom
function. It should now take in a third param, messages.

####  fixed useDelayedLoadingIndicator not reasing initial value ([13e3627](witchcraftjs@13e3627))

### 📖 Documentation

####  re-enabled storybook autodocs ([92e5db0](witchcraftjs@92e5db0))

####  added docs for all the css variables ([b2d04d1](witchcraftjs@b2d04d1))

####  added basic nuxt site for docs ([a5fe295](witchcraftjs@a5fe295))

####  updated to use new github actions ([e3cc953](witchcraftjs@e3cc953))

####  improved test controls ([67978db](witchcraftjs@67978db))

####  added AGENTS.md ([a4f1d04](witchcraftjs@a4f1d04))

####  added storybook embeds to docs ([fb765d5](witchcraftjs@fb765d5))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants