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

release: April 2024 #5777

Merged
merged 29 commits into from
Apr 3, 2024
Merged

release: April 2024 #5777

merged 29 commits into from
Apr 3, 2024

Conversation

aliemir
Copy link
Member

@aliemir aliemir commented Mar 20, 2024

alicanerdurmaz and others added 7 commits March 20, 2024 17:59
* chore: upgrade typescript to v5

* test(e2e): disable sourcemaps for cypress builds

* test(e2e): update tsconfig for cypress

* chore(mern-dashboard-client): fix fallback values

---------

Co-authored-by: Ali Emir Şen <senaliemir@gmail.com>
* chore: upgrade vite to v5

* chore(blog-refine-react-hook-form): fix yup schema type

---------

Co-authored-by: Ali Emir Şen <senaliemir@gmail.com>
* feat(packages): move to tabler/icons-react from outdated tabler/icons

* chore(examples): move to tabler/icons-react from outdated tabler/icons

* docs(tabler-icons-react): replace tabler/icons usage with tabler/icons-react

* chore: add changesets

* test(inferencer): update snapshots

* chore(devtools-server): update install scripts

* docs(blog): update tabler/icons reference

* docs(ui): update tabler/icons version in install commands
… and CJS values (#5765)

* fix(core): update papaparse import lines

* fix(lodash-es): fix lodash-es imports

* chore: add declaration script

* refactor(packages): add exports fields and proper types

* chore(live-previews): move to node16 from node in module resolution

* chore(live-previews): update import lines

* chore(live-previews): update import conditions

* chore(shared): update generate declarations

* chore: fix test-id plugin with new extensions

* chore: add tabler cjs replace plugin with onEnd

* chore: add tabler icons plugin for cjs bundles

* chore(live-previews): replace scope imports with require

* fix(app-crm): fix dist import

* fix(audit-log-provider): ignore missing type

* fix(antd): add missing dist/reset.css export

* chore(dayjs): update dayjs imports with extension

* chore(mui): update mui imports with extensions

* chore(app-crm): update postcss extension

* Revert "chore(mui): update mui imports with extensions"

This reverts commit 661b192.

* Revert "chore(dayjs): update dayjs imports with extension"

This reverts commit d0d115c.

* chore(audit-log-provider): fix plugin import

* chore(blog-refine-react-hook-form): fix resolver type

* chore(table-handson): mark missing types as any

* chore(examples): add craco to react-scripts examples

* test(chakra-ui): fix boolean field icon classname

* test(mantine): fix boolean field icon classname

* test(e2e): fix tabler icon class name checks

* test(inferencer): update mui snapshots

* chore(mui): mui icons material esm replacement plugin

* chore(live-previews): revert require replacement

* chore: add dayjs esm plugin replacement

* chore(examples): add with-remix-vite-headless example

* chore(antd): update esbuild plugins

* chore: add changesets

* test(e2e): use cypress in cjs
* chore: add publint dependency

* chore(packages): add publint script to published packages

* ci(publint): add publint step to pr and master push
* chore: remove demosidebar from active changeset

* chore(demo-sidebar): remove demo sidebar package
@aliemir aliemir requested review from a team as code owners March 20, 2024 15:51
Copy link

changeset-bot bot commented Mar 20, 2024

🦋 Changeset detected

Latest commit: c702b0e

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

nx-cloud bot commented Mar 20, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit c702b0e. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 74 targets

Sent with 💌 from NxCloud.

@refine-bot refine-bot temporarily deployed to deploy-preview-website-5777 March 20, 2024 16:12 Inactive
Copy link

cypress bot commented Mar 20, 2024

Passing run #10911 ↗︎

0 378 33 0 Flakiness 0

Details:

Merge c702b0e into d1d3584...
Project: refine Commit: ba4283a0da ℹ️
Status: Passed Duration: 23:07 💡
Started: Apr 2, 2024 2:06 PM Ended: Apr 2, 2024 2:29 PM

Review all test suite changes for PR #5777 ↗︎

@hamzahasbi
Copy link

Much needed PR , when will it be released please ? 🙏

aliemir and others added 2 commits March 25, 2024 10:37
* chore: bind to RK-563

* chore(core): add defer execution helper

* chore(core): export missing create params type

* feat(core): add `useRefineOptions` hook

* feat(core): add `useId` internal hook

* chore(core): update naming for use-form

* chore(core): separate types from the main file

* chore(core): add submitAutoSave to autosave props

* test(core-use-form): add submit rejection cases

* refactor(core-use-form): update submission handling and deprecate `onFinish`

* chore(core): add changeset

* chore(core): add exports of missing use form types

* chore(use-id): update resource from props usage

* chore(antd): fix use-modal-form return type

* chore(antd): fix use-steps-form return type

* chore(core-use-form): check for values before resolving submission

* chore(core): update use id hook usage

* test(core): add missing id case to use-id

* test(core): update use-form cases

* chore(core): mutation response callback calling conditions

* fix(autosave): catch autosave errors silently

* fix(core-use-form): autosave submission should not throw

* fix(autosave): fix debounced catch

* fix(mantine): catch error on save button click

* chore(core-use-form): update variable naming

* test(core-use-form): update missing id case

* chore(core): add async-debounce helper

* fix(core-use-form): debounced auto save as promise

* fix(auto-save): catch autosave errors silently

* test(core): add missing cases for async-debounce

* chore(use-form): revert type change

* chore(core-use-form): revert submit/onFinish changes

* chore(use-form): update onFinish second argument to an object

* chore(save-and-continue): disable form redirect

* fix(core-use-form): add autosave edit action check

* chore(form-core-use-form): add autosave and use formdata

* test(e2e): add e2e tests for form-core-use-form

* chore: update changesets

* test(e2e): update test conditions

---------

Co-authored-by: Batuhan Wilhelm <batuhanwilhelm@gmail.com>
* chore(core): add useId and useAction hooks

* feat(core): add `useResourceParams` hook

* chore(core): deprecate `id` and `action` from `useResource`

* chore(core): add useResourceParams export

* chore(core): replace useResource and useId with useResourceParams

* chore: add changeset

* chore: bind to RK-588

* chore(can-access): use `useResourceParams` hook

* chore(use-show): use `useResourceParams` hook

* test(can-access): fix breaking jest mocks

* chore: update changesets
@BatuhanW BatuhanW added this to the April Release milestone Mar 25, 2024
@refine-bot refine-bot temporarily deployed to deploy-preview-website-5777 March 25, 2024 08:12 Inactive
@refine-bot refine-bot temporarily deployed to deploy-preview-website-5777 March 25, 2024 09:23 Inactive
Copy link

cypress bot commented Mar 25, 2024

Passing run #10885 ↗︎

0 327 32 0 Flakiness 0

Details:

feat(hasura): implement _not operator in filters (#5723)
Project: refine Commit: c498239e90
Status: Passed Duration: 26:20 💡
Started: Mar 29, 2024 7:23 AM Ended: Mar 29, 2024 7:50 AM

Review all test suite changes for PR #5777 ↗︎

@refine-bot refine-bot temporarily deployed to deploy-preview-website-5777 March 25, 2024 11:40 Inactive
@refine-bot refine-bot temporarily deployed to deploy-preview-website-5777 March 26, 2024 07:12 Inactive
* refactor(core): access control

* refactor(core): audit log

* refactor(core): auth

* refactor(core): data

* fix(core): missing exports, test types

* refactor(core): i18n

* refactor(core): live

* refactor(core): notification

* refactor(core): notification queue

* refactor(core): router (legacy)

* refactor(core): router

* refactor(core): router picker

* fix(core): specs

* refactor(core): audit log ILogData type

* refactor(core): unsavedWarn context

* refactor(core): telemetry type

* refactor(core): auth page types

* refactor(core): useForm types

* refactor(core): refine types

* refactor(core): refine more types

* fix(core): access control, router, ui-tests fixes

* refactor(core): move autosaveIndicatorProps into component file

* refactor(core): self-review minor updates

* refactor(core): data types

* chore(core): sort imports

* refactor(core): replace CrudSorting type with CrudSort[]

* refactor(core): replace CrudFilters type with CrudFilter[]

* refactor(core): action types

* refactor(core): revert undoableQueue changes

* refactor(core): use PropsWithChildren

* fix(core): minor typo

* refactor(core): resource types

* refactor(core): remaining types in src/interfaces folder

* fix(core): remove rename from IResourceContext export

* fix(core): add missing Prettify export

* fix(core): interfaces references and failing specs

* fix: imports for IRefineOptions in antd, mantine, react-hook-form packages tests

* chore(core): export LegacyRouterProvider type

* fix(react-rable): failing specs

* fix(core): useDataProvider hook weird test

* fix: duplicated file and missing types

* fix: invalid type

* chore: add changesets
@refine-bot refine-bot temporarily deployed to deploy-preview-website-5777 March 26, 2024 09:45 Inactive
@refine-bot refine-bot temporarily deployed to deploy-preview-website-5777 March 29, 2024 07:32 Inactive
@refine-bot refine-bot temporarily deployed to deploy-preview-website-5777 March 29, 2024 08:05 Inactive
* feat(core): add useTranslation hook

* feat(docs): add useTranslation doc

* feat(examples): update examples

* chore(core): update changeset

* fix(docs): redirections

* feat(docs): update guide and concept
@refine-bot refine-bot temporarily deployed to deploy-preview-website-5777 March 29, 2024 08:34 Inactive
* chore(cli): update semver to 7.5.2

* chore(codemod): update semver to 7.5.2
@refine-bot refine-bot temporarily deployed to deploy-preview-website-5777 April 1, 2024 09:09 Inactive
@refine-bot refine-bot temporarily deployed to deploy-preview-website-5777 April 1, 2024 09:32 Inactive
@refine-bot refine-bot temporarily deployed to deploy-preview-website-5777 April 1, 2024 12:37 Inactive
BatuhanW and others added 2 commits April 2, 2024 14:16
* chore: update @types/jscodeshift version

* fix(cli): construct  jsxElement to avoid parentheses
* chore(ui-tests): disable invalidation test from ui tests

* chore(core): accept mutation mode value in useMutationMode

* feat(core): add button hooks

* refactor(antd): refactor logics of buttons

* refactor(chakra-ui): refactor logics of buttons

* refactor(mantine): refactor logics of buttons

* refactor(mui): refactor logics of buttons

* chore: add changesets
@refine-bot refine-bot temporarily deployed to deploy-preview-website-5777 April 2, 2024 11:42 Inactive
* fix(examples): type issues for app-crm and app-crm-minimal

* fix(examples): provide explicit root path for tsconfigPath vite plugin

* fix: typo
@refine-bot refine-bot temporarily deployed to deploy-preview-website-5777 April 2, 2024 13:10 Inactive
@BatuhanW BatuhanW merged commit 734698a into master Apr 3, 2024
93 checks passed
@BatuhanW BatuhanW deleted the releases/april branch April 3, 2024 06:46
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.

None yet

7 participants