Skip to content

Commit

Permalink
chore: update previous community changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
BatuhanW committed Dec 11, 2024
1 parent 904bc90 commit 753d95a
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _changeset/chilly-lobsters-juggle.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"@refinedev/inferencer": patch
---

📢 \*\*Refine Community Edition Release\*\* 📢

feat: added support for Material UI v6 and X Data Grid v7

```diff
Expand Down
2 changes: 2 additions & 0 deletions _changeset/clever-bikes-study.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
"@refinedev/graphql": patch
---

📢 \*\*Refine Community Edition Release\*\* 📢

Added error handler that will throw GraphQL errors via Tanstack query from urql
2 changes: 2 additions & 0 deletions _changeset/dry-tomatoes-beg.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"@refinedev/core": patch
---

📢 \*\*Refine Community Edition Release\*\* 📢

# Refine Community Edition Release

This PR fixes an issue where the ListButton component doesn't include a query filter in the navigation URL.
Expand Down
2 changes: 2 additions & 0 deletions _changeset/early-baboons-matter.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@
"@refinedev/ui-types": patch
---

📢 \*\*Refine Community Edition Release\*\* 📢

chore: update package descriptions
2 changes: 2 additions & 0 deletions _changeset/neat-spoons-type.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"@refinedev/react-table": patch
---

📢 \*\*Refine Community Edition Release\*\* 📢

fix(react-table): add equality checks before setting filters and sorters

When setting the filters and sorters received from the `useTable` of `@tanstack/react-table` to Refine's table state, it was causing unnecessary updates. Those updates sometimes caused queries to stuck in loading state. Adding deep equality checks before setting the filters and sorters solves the issue.
Expand Down
2 changes: 2 additions & 0 deletions _changeset/nice-paws-dream copy.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"@refinedev/mui": patch
---

📢 \*\*Refine Community Edition Release\*\* 📢

fix: UI buttons doesn't respect `hidden` prop.
From now on, `hidden` prop will work as expected on all [UI buttons](https://refine.dev/docs/guides-concepts/ui-libraries/#buttons).

Expand Down
2 changes: 2 additions & 0 deletions _changeset/nice-paws-dream.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"@refinedev/mui": patch
---

📢 \*\*Refine Community Edition Release\*\* 📢

fix: UI buttons doesn't respect `disabled` prop.
From now on, `disabled` prop will work as expected on all [UI buttons](https://refine.dev/docs/guides-concepts/ui-libraries/#buttons).

Expand Down
2 changes: 2 additions & 0 deletions _changeset/orange-eels-bake.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"@refinedev/core": patch
---

📢 \*\*Refine Community Edition Release\*\* 📢

refactor: modified the Authenticated component to receive optional params prop to be passed to the useIsAuthenticated hook.

Fixes #6309
2 changes: 2 additions & 0 deletions _changeset/rare-actors-pull.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"@refinedev/mui": patch
---

📢 \*\*Refine Community Edition Release\*\* 📢

feat: added support for Material UI v6 and X Data Grid v7 #6333

```diff
Expand Down
2 changes: 2 additions & 0 deletions _changeset/sweet-brooms-wonder.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
"@refinedev/mui": patch
---

📢 \*\*Refine Community Edition Release\*\* 📢

feat: added `minItems` prop to specify the minimum number of items required for rendering breadcrumbs. #6497

Resolves [#6497](https://github.com/refinedev/refine/issues/6497)
2 changes: 2 additions & 0 deletions _changeset/weak-snails-act.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"@refinedev/core": patch
---

📢 \*\*Refine Community Edition Release\*\* 📢

fix: `useUpdate` and `useForm` hooks throws an error when `id` is an empty string. (`id=""`) #6505

This reverts a breaking change introduced in [PR #6116](https://github.com/refinedev/refine/pull/6116) and restores support for using an empty string as `id`. This enables updates without an `id` field, as allowed before `@refinedev/[email protected]`.
Expand Down

0 comments on commit 753d95a

Please sign in to comment.