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

ci(changesets): version packages #6642

Merged
merged 1 commit into from
Jan 10, 2025
Merged

Conversation

refine-bot
Copy link
Contributor

@refine-bot refine-bot commented Jan 9, 2025

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

@refinedev/core@4.57.5

Patch Changes

📢 Refine Community Release 📢

  • feat(core): add enabled prop to useLoadingOvertime and overtimeOptions

    Added missing enabled prop to useLoadingOvertime and added ability to globally configure through options.overtime.enabled.

    Due to the nature of calculating elapsed time, an interval is set by the interval prop. This was causing unwanted updates in the return value and there was no way to disable it properly.

📢 Refine Community Release 📢

  • fixed: to query parameter is not working after login. [BUG] to query param doesn't redirect after login #6582
    From now on, the to query parameter will work after login. If the URL includes a to query parameter, the user will be redirected to the specified path after logging in.

    Example:

    After logout, Refine will automatically appends to query param to URL.

    http://localhost:3000/login?to=/any-path
    

    After login, it will redirect to http://localhost:3000/any-path

    Resolves #6582

📢 Refine Community Release 📢

  • refactor(core): remove duplicated overtime intervals caused by internally used hooks

    Updated Refine's data hooks and extensions to prevent duplicated overtime intervals from being created. This uses the enabled prop to prevent internal hooks from registering the intervals.

    Prior to this change, useTable was initializing its own useLoadingOvertime hook but also propagated the elapsedTime from useList hook which is used internally by useTable. This caused duplicated intervals and unwanted updates.

    This now ensures a single interval is created and used for the extension hooks.

📢 Refine Community Release 📢

  • fix(core): add missing checks and warnings for ids and resource props in useMany hook

    Added checks for ids and resource props to check in runtime if they are valid or not.

    useMany will warn if ids or resource props are missing unless the query is manually enabled through queryOptions.enabled prop.

    Resolves #6617

@refinedev/inferencer@5.0.3

Patch Changes

📢 Refine Community Release 📢

@refinedev/mui@6.0.3

Patch Changes

📢 Refine Community Release 📢

@refine-bot refine-bot requested a review from a team as a code owner January 9, 2025 12:36
Copy link

netlify bot commented Jan 9, 2025

Deploy Preview for refine-doc-live-previews ready!

Name Link
🔨 Latest commit 4c9b64a
🔍 Latest deploy log https://app.netlify.com/sites/refine-doc-live-previews/deploys/677fc2d418cbfd00082940ed
😎 Deploy Preview https://deploy-preview-6642--refine-doc-live-previews.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Contributor

github-actions bot commented Jan 9, 2025

Copy link

cypress bot commented Jan 9, 2025

refine    Run #11828

Run Properties:  status check passed Passed #11828  •  git commit 0b7489fb2d ℹ️: Merge 4c9b64a55db8da02977bb5ae35fa86e664a02a41 into 16dddf5d56d97829185416e3609c...
Project refine
Branch Review changeset-release/main
Run status status check passed Passed #11828
Run duration 18m 53s
Commit git commit 0b7489fb2d ℹ️: Merge 4c9b64a55db8da02977bb5ae35fa86e664a02a41 into 16dddf5d56d97829185416e3609c...
Committer Refine Community Bot
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 22
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 378
View all changes introduced in this branch ↗︎

@BatuhanW BatuhanW added this to the January 2025 🎄 milestone Jan 9, 2025
@alicanerdurmaz alicanerdurmaz merged commit 7b3c4e3 into main Jan 10, 2025
103 checks passed
@alicanerdurmaz alicanerdurmaz deleted the changeset-release/main branch January 10, 2025 09: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.

3 participants