Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages (canary) #992

Merged
merged 1 commit into from
Nov 27, 2024
Merged
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
7 changes: 6 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@
"@obosbbl/grunnmuren-icons-svg": "1.0.0",
"@obosbbl/grunnmuren-tailwind": "1.0.0",
"@obosbbl/grunnmuren-react": "1.0.0",
"form-demo": "0.0.0"
"form-demo": "0.0.0",
"@obosbbl/grunnmuren-docs": "0.0.1"
},
"changesets": [
"afraid-rings-search",
"breezy-cherries-walk",
"bright-singers-roll",
"calm-hounds-draw",
"clever-frogs-breathe",
"clever-geckos-press",
"curly-radios-jam",
"cyan-kangaroos-poke",
"cyan-rings-dance",
Expand Down Expand Up @@ -60,12 +62,15 @@
"orange-stingrays-retire",
"pink-olives-look",
"polite-keys-remain",
"popular-jobs-drum",
"pretty-geckos-rush",
"quiet-bees-battle",
"quiet-insects-tickle",
"rude-eyes-occur",
"selfish-kids-greet",
"serious-doors-build",
"shaggy-adults-vanish",
"shaggy-rings-explain",
"sharp-suns-swim",
"shy-crews-admire",
"silly-ghosts-dress",
Expand Down
19 changes: 19 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @obosbbl/grunnmuren-react

## 2.0.0-canary.40

### Minor Changes

- 3cb2008: Button: deprecate isLoading in favor of isPending

- change prop name to align with React Aria and the useActionState hook in React.
- improved accessibility for pending state by [utilizing React aria](https://react-spectrum.adobe.com/react-aria/Button.html#pending)
- button events are now disabled when the button is in a pending state.
- refactor to CSS instead of useLayoutEffect when button is in a pending state.

### Patch Changes

- bcd1ad3: Fixes line-height on `<CardLink>` so that underline on hover aligns better with the text.
- 87da523: Fixes focus styles on all components using either `<Link>` or `<Button>` from react-aria-components internally.
- 8bdd3e3: Combobox: deprecate isLoading in favor of isPending

- change prop name to align with React Aria and the useActionState hook in React.

## 2.0.0-canary.39

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@obosbbl/grunnmuren-react",
"version": "2.0.0-canary.39",
"version": "2.0.0-canary.40",
"description": "Grunnmuren components in React",
"repository": {
"url": "https://github.com/code-obos/grunnmuren"
Expand Down