Skip to content

Chore: version packages (alpha) - #255

Merged
razorfever merged 1 commit into
mainfrom
changeset-release/main
Aug 31, 2026
Merged

Chore: version packages (alpha)#255
razorfever merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

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.

⚠️⚠️⚠️⚠️⚠️⚠️

main is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on main.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@cscfi/csc-ui@4.0.0-alpha.5

Minor Changes

  • #254 4f24cf0 Thanks @villeerikssoncsc! - Add c-progress-circle, a circular determinate progress indicator — the
    circular counterpart of c-progress-bar.

    • Props: value (0–100, clamped), size (diameter in px, default 32) and
      width (track thickness in px, default 6; the value arc draws at half
      this, inset within the track).
    • Default slot for optional centered content (e.g. '57%' or an icon); nothing
      auto-renders in the center.
    • Customization via ::part(root) / ::part(track) / ::part(bar) /
      ::part(content); the arc strokes the primary role on a muted surface
      track.
    • Exposes role="progressbar" with aria-valuemin/max/now; name it with
      aria-label on the element.
    • Determinate-only by design: circular unknown-duration waiting remains
      c-spinner's job.

Patch Changes

  • #254 ec7528b Thanks @villeerikssoncsc! - Fix c-progress-bar's inverted aria-busy: the host now reports
    aria-busy="true" only while the bar is indeterminate, instead of the
    opposite. A determinate bar's value updates are no longer marked as content
    assistive technology should defer.

@cscfi/csc-ui-react@4.0.0-alpha.5

Minor Changes

  • #254 4f24cf0 Thanks @villeerikssoncsc! - Add c-progress-circle, a circular determinate progress indicator — the
    circular counterpart of c-progress-bar.

    • Props: value (0–100, clamped), size (diameter in px, default 32) and
      width (track thickness in px, default 6; the value arc draws at half
      this, inset within the track).
    • Default slot for optional centered content (e.g. '57%' or an icon); nothing
      auto-renders in the center.
    • Customization via ::part(root) / ::part(track) / ::part(bar) /
      ::part(content); the arc strokes the primary role on a muted surface
      track.
    • Exposes role="progressbar" with aria-valuemin/max/now; name it with
      aria-label on the element.
    • Determinate-only by design: circular unknown-duration waiting remains
      c-spinner's job.

Patch Changes

  • #254 ec7528b Thanks @villeerikssoncsc! - Fix c-progress-bar's inverted aria-busy: the host now reports
    aria-busy="true" only while the bar is indeterminate, instead of the
    opposite. A determinate bar's value updates are no longer marked as content
    assistive technology should defer.
  • Updated dependencies [ec7528b, 4f24cf0]:
    • @cscfi/csc-ui@4.0.0-alpha.5

@razorfever
razorfever merged commit 4d17491 into main Aug 31, 2026
2 checks passed
@razorfever
razorfever deleted the changeset-release/main branch August 31, 2026 10:35
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