vael-ui@0.2.2
·
12 commits
to main
since this release
Patch Changes
-
c33d874Thanks @Mini-Sylar! - Fixes a build failure (CIRCULAR_REEXPORT,MISSING_EXPORT) invael-ui/vaporfor any consumer using thevaporexport condition added in 0.2.1 — several composable/utility re-exports were pure passthroughs that resolved back to themselves oncevael-ui's root pointed at the same file. They now import from their real source files directly instead of through the package specifier.Also fixes
confirmAction, which was excluded from the Vapor build in 0.2.1 (it rendered the real VDOMButtoncomponent internally) — it now composes real Vapor-compiled components, so it's available fromvael-ui/vaporlike every other composable.