Skip to content

chore: release packages production - #142

Merged
jpntex merged 1 commit into
mainfrom
changeset-release/main
Aug 13, 2026
Merged

chore: release packages production#142
jpntex merged 1 commit into
mainfrom
changeset-release/main

Conversation

@jpntex

@jpntex jpntex commented Aug 13, 2026

Copy link
Copy Markdown
Member

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@indielayer/ui@2.0.0

Major Changes

  • Migrate to Tailwind CSS v4 with a CSS-first public API.

    Breaking changes

    • Peer dependency is now tailwindcss@^4.0.0 (requires Safari 16.4+, Chrome 111+, Firefox 128+).
    • Removed @indielayer/ui/tailwind.preset — use @import "@indielayer/ui/tailwind.css" in your app stylesheet instead.
    • Configure content scanning with @source directives; JavaScript tailwind.config.js presets are no longer used.

    Migration

    1. Upgrade Tailwind and add @tailwindcss/postcss (Vite: css.postcss.plugins; Nuxt: postcss.plugins).
    2. Replace @tailwind directives with @import "tailwindcss" and import @indielayer/ui/tailwind.css.
    3. Add @source paths including node_modules/@indielayer/ui/{lib,src}/**/*.
    4. Update renamed utilities (shadow-smshadow-xs, flex-growgrow, outline-noneoutline-hidden, etc.) if you copied v3 class names.

    See the Tailwind upgrade guide and the docs getting-started page.
    (#139) (8744d9d)

Minor Changes

  • feat(table): optional multiple sort (#139) (8744d9d)

  • Add defaults option on UIOptions for app-wide component prop defaults (e.g. Alert: { outlined: true }). Defaults merge in useTheme and via useResolvedComponentProps for template usage. Themed components use optionalBooleanProp() for variant/layout booleans so omitted props stay undefined and receive app defaults (Vue otherwise coerces plain Boolean to false). (#139) (8744d9d)

  • Add XEmpty component for empty states with title, description, icon, actions slot, and optional bordered layout. (#139) (8744d9d)

  • Add XInputGroup for inline multi-field controls with a shared label and InputFooter. Supports XInput, XTextarea, XSelect, and XDatepicker as children. (#139) (8744d9d)

  • feat(stepper)!: rebuild as multi-step wizard with named slots and navigation API

    BREAKING CHANGE: XStepper no longer uses manual status or label on steps. Use value, title, named panel slots (#stepId), optional #summary-stepId slots, and exposed next() / prev() / goTo() / reset() methods. v-model is the active step value (string or number), not a numeric index.
    (#139) (8744d9d)

@jpntex
jpntex merged commit fd7111e into main Aug 13, 2026
1 check passed
@jpntex
jpntex deleted the changeset-release/main branch August 13, 2026 22:05
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.

1 participant