nocobase[bot]
fb55f1d17b
chore(versions): 😊 publish v1.5.0-beta.11
2024-12-18 09:44:17 +00:00
nocobase[bot]
22ecd87c89
chore(versions): 😊 publish v1.5.0-beta.10
2024-12-18 04:02:51 +00:00
nocobase[bot]
a5ac08ac0b
Merge branch 'next' into develop
2024-12-16 01:46:45 +00:00
Zeke Zhang
5ff8b19e57
fix(NocoBaseRecursionField): ignore x-read-pretty when merging schemas ( #5885 )
...
* fix(NocoBaseRecursionField): ignore x-read-pretty when merging schemas
* test: add e2e test
2024-12-16 09:46:19 +08:00
nocobase[bot]
4e0cd8a57d
chore(versions): 😊 publish v1.5.0-beta.9
2024-12-15 11:45:45 +00:00
nocobase[bot]
a8bc4155dd
chore(versions): 😊 publish v1.5.0-beta.8
2024-12-15 07:54:02 +00:00
nocobase[bot]
5a00386c4f
chore(versions): 😊 publish v1.5.0-beta.7
2024-12-13 04:36:42 +00:00
Katherine
e04c404b4c
feat: support selecting existing data in subform ( #5849 )
...
* feat: subform support selecting existing data
* chore: add new button in sub form
* fix: build
* fix: bug
* fix: test
* fix: test
2024-12-12 22:10:14 +08:00
nocobase[bot]
ca3b98ce1f
chore(versions): 😊 publish v1.4.10
2024-12-12 14:04:41 +00:00
nocobase[bot]
27b326d9ba
chore(versions): 😊 publish v1.4.9
2024-12-12 03:15:37 +00:00
nocobase[bot]
c804068478
chore(versions): 😊 publish v1.6.0-alpha.5
2024-12-11 14:26:08 +00:00
nocobase[bot]
062b4bffd7
chore(versions): 😊 publish v1.5.0-beta.6
2024-12-11 09:54:46 +00:00
nocobase[bot]
b2f632c767
chore(versions): 😊 publish v1.5.0-beta.5
2024-12-11 07:36:12 +00:00
nocobase[bot]
0bbc7250b6
chore(versions): 😊 publish v1.5.0-beta.4
2024-12-11 06:58:08 +00:00
chenos
10ddc12fba
chore: update version
2024-12-11 13:09:52 +08:00
chenos
6e5de98a12
chore: update version
2024-12-11 12:57:00 +08:00
nocobase[bot]
0acce094df
chore(versions): 😊 publish v1.4.8
2024-12-10 06:26:00 +00:00
Zeke Zhang
3140edf798
fix: refresh issues ( #5838 )
...
* fix(associationField): fix the issue where the configuration popup does not show when reopened
* test: add e2e test
* refactor: extract template code
* chore(e2e): fix e2e error
2024-12-10 00:07:34 +08:00
nocobase[bot]
7633e93b79
chore(versions): 😊 publish v1.6.0-alpha.4
2024-12-09 09:46:48 +00:00
nocobase[bot]
4bbfbd09cc
chore(versions): 😊 publish v1.4.7
2024-12-09 06:09:22 +00:00
nocobase[bot]
504b665d72
chore(versions): 😊 publish v1.6.0-alpha.3
2024-12-09 02:19:22 +00:00
nocobase[bot]
bb3714261c
chore(versions): 😊 publish v1.4.6
2024-12-08 23:24:17 +00:00
nocobase[bot]
5becd3c6c0
chore(versions): 😊 publish v1.4.5
2024-12-08 07:13:13 +00:00
nocobase[bot]
045b2e7469
chore(versions): 😊 publish v1.4.4
2024-12-08 05:19:18 +00:00
nocobase[bot]
3f639929bd
Merge branch 'next' into develop
2024-12-08 01:14:07 +00:00
Zeke Zhang
78146261d0
chore(e2e): make e2e more stable
2024-12-08 06:31:44 +08:00
Zeke Zhang
694c9b0928
fix(popup): completely solve the URL confusion issue ( #5812 )
...
* test(e2e): add test
* fix(enableLink): fix popup issue
* fix(enableLink): fix popup issue
* fix(popup): completely solve the URL confusion issue
* chore(e2e): fix e2e error
* chore(e2e): make e2e more stable
2024-12-08 00:12:01 +08:00
Katherine
db64d1cb52
fix: sub-table e2e test ( #5823 )
...
* fix: sub-table e2e test
* fix: test
* fix: test
* fix: test
* fix: test
* fix: test
2024-12-07 23:18:02 +08:00
nocobase[bot]
7c02524b9f
chore(versions): 😊 publish v1.5.0-beta.2
2024-12-06 08:20:03 +00:00
nocobase[bot]
713563ada7
chore(versions): 😊 publish v1.4.3
2024-12-05 14:32:22 +00:00
nocobase[bot]
cca4535429
chore(versions): 😊 publish v1.4.2
2024-12-04 13:12:33 +00:00
Zeke Zhang
0fa56d7407
perf(Table): remove Formily components to improve performance ( #5738 )
...
* perf(Table): remove Formily components to improve performance
* refactor: rename and modify comments
* fix(UIEditor): fix hover style
* fix(Table): fix style configuration option not showing
* fix(ellipsis): fix refresh issue
* fix: need to update field value
* perf(Table): improve performance of configuring top buttons
* refactor: skip style-related code when no style rules are set
* chore(e2e): fix e2e errors
* fix(e2e): fix e2e errors
* fix(workflow): fix refresh issue
* fix(workflow): fix refresh issue
* fix(Action.Container): fix refresh issue
* fix(drawer): fix refresh issue
* fix(Table): fix refresh issue
* fix(AssociationField): fix refresh issues
* fix(NocoBaseRecursionField): fix refresh code
* refactor(SchemaComponentContext): remove useless code
* refactor: rename RefreshContext to RefreshFieldSchemaContext
* refactor(useDataBlockRequestGetter): optimize comment
* refactor: rename and new refresh context
* fix(Table): fix some refresh issues
* fix(AssociationField): fix refresh issue
* refactor(Table): make code better
* fix: replace RecursionField with NocoBaseRecursionField
* refactor: remove useless code
* fix(Menu): fix draging issue
* fix: refresh entire page after drag and drop operation
* fix(Page): fix draging issue
* chore: fix build error
* fix(test): make unit tests pass
* chore(test): fix unit test
* chore(e2e): fix e2e errors
* chore(e2e): update e2e to make it pass
* chore(e2e): update e2e to make it pass
* chore(e2e): fix e2e errors
* fix(e2e): fix some e2e errors
* fix(SchemaComponent): fix onChange issue
* chore(e2e): make e2e more stable
2024-12-04 21:05:50 +08:00
nocobase[bot]
bcf6a04548
chore(versions): 😊 publish v1.4.1
2024-12-04 02:14:31 +00:00
nocobase[bot]
9e46b7291e
chore(versions): 😊 publish v1.6.0-alpha.2
2024-12-03 15:48:39 +00:00
nocobase[bot]
7524726d0d
chore(versions): 😊 publish v1.6.0-alpha.1
2024-12-03 15:10:42 +00:00
nocobase[bot]
15ea26add9
chore(versions): 😊 publish v1.5.0-beta.1
2024-12-03 14:28:07 +00:00
nocobase[bot]
38365a5023
chore(versions): 😊 publish v1.4.0
2024-12-03 12:40:49 +00:00
nocobase[bot]
d45d53671d
chore(versions): 😊 publish v1.4.0-beta.11
2024-12-02 05:23:11 +00:00
nocobase[bot]
fd24bbfde4
chore(versions): 😊 publish v1.4.0-beta.10
2024-11-28 15:10:36 +00:00
nocobase[bot]
2e3cbd160d
chore(versions): 😊 publish v1.4.0-beta.9
2024-11-28 02:21:20 +00:00
nocobase[bot]
6bd5b9b54c
chore(versions): 😊 publish v1.4.0-beta.8
2024-11-27 08:56:37 +00:00
nocobase[bot]
9300afd80c
chore(versions): 😊 publish v1.4.0-beta.7
2024-11-27 07:22:59 +00:00
Zeke Zhang
c0055ce826
perf(Page): improve performance ( #5515 )
...
* refactor(Tabs): remove observer and add memo
* refactor(useFilterFieldProps): use useCallback
* perf(FilterProvider): use startTransition
* perf(BlockRequestProvider): split context to improve rendering performance
* fix: make e2e tests pass
* perf(FilterBlockProvider): avoid rerender when updating state
* perf(DocumentTitleProvider): avoid rerender when updating state
* chore: set the default page title to empty string
* perf(BlockRequestProvider_deprecated): remove useless code
* perf(RecordProvider): add memo
* chore(Table): add comment
* perf: add memo to avoid rerender
* perf(InternalSchemaToolbar): improve style performance
* perf(ActionPage): improve style performance
* perf(BlockItem): improve style performance
* perf(Grid): improve style performance
* perf(IconField): improve style performance
* perf(MenuItem): improve style performance
* refactor(style): remove useless code
* perf(ArrayCollapse): improve style performance
* perf(acl): improve style performance
* perf(LinkageRules): improve style performance
* perf(ActionDrawerUsedInMobile): improve style performance
* perf(InternalPopoverNesterUsedInMobile): improve style performance
* perf(MobileActionPage): improve style performance
* perf(MobileTabsForMobileActionPage): improve style performance
* perf(Mobile): improve style performance
* perf(MobileTabBar): improve style performance
* perf(MobilePageContentContainer): improve style performance
* perf(MobilePageHeader): improve style performance
* perf(MobilePageNavigationBar): improve style performance
* perf(MobileNavigationBarAction): improve style performance
* chore: fix build error
* perf: some minor optimizations
* perf(CollectionFieldInternalField): optimize performance of default value processing
* refactor(CollectionFieldInternalField): remove useless code
* perf(PageContent): improve performance
* refactor(Table): use skeleton component
* perf(Table): improve pagination performance
* perf(TableSkeleton): improve skeleton component performance
* style(TableSkeleton): optimize style
* perf(PageTabs): cache rendered content to prevent re-rendering
* fix: fix add tab
* chore: make unit tests pass
* refactor: remove deprecated API
* fix(filterBlocks): make e2e tests pass
* fix(Action): make e2e tests pass
* perf(CollectionField): use custom RecursionField component to avoid unnecessary re-renders
* perf(Map): extract style
* Revert "perf(CollectionField): use custom RecursionField component to avoid unnecessary re-renders"
This reverts commit 203ecc1334429a8b77177337c8649ece1abdaeed.
* fix: fix e2e error
* fix: fix unit tests
* chore: fix build error
* perf(useResourceName): avoid unnecessary re-renders
* perf(TableBlockProvider): prevent unnecessary re-renders by splitting context
* perf(useDataBlockRequest): prevent unnecessary re-renders
* perf(useBlockCollection): avoid unnecessary re-renders
* perf(ActionContextProvider): add useMemo for context value
* perf(useTableBlockProps): avoid unnecessary re-renders
* perf(Details): add skeleton component
* chore(SchemaSettingsDropdown): make menu visibility more stable
* perf(withSkeletonComponent): use useDeferredValue
* refactor(ErrorBoundary): optimize code
* perf(plugin-charts-old): ignore old plugin context
* perf(CollectionHistoryProvider): optimize location context
* perf(MenuEditor): optimize router context
* fix(InternalAdminLayout): fix the issue of missing left sidebar menu
* perf(MenuEditor): prevent unnecessary re-renders
* perf(RouteSchemaComponent): prevent unnecessary re-renders
* perf(react-router-hooks): improve performance
* perf: add skeleton component for other blocks
* perf(CurrentUserProvider): remove loading
* refactor: remove useless code
* fix: fix the issue of redirecting to the homepage after refreshing the page
* perf(SystemSettingsProvider): remove loading
* perf(CollectionHistoryProvider): remove loading
* perf(useCurrentAppInfo): remove loading
* perf(RemoteCollectionManagerProvider): remove loading
* perf(RequestSchemaComponent): remove loading
* refactor(MenuEditor): remove useless code
* refactor: remove useless code
* perf(Page): reduce white screen time
* Revert "Revert "perf(CollectionField): use custom RecursionField component to avoid unnecessary re-renders""
This reverts commit b3a4201a82617534b9f5c3d16d4769f1327b3b02.
* perf(wip): add custom RecursionField component
* perf(RecursionField): complete custom RecursionField component
* perf(FilterAction): avoid unnecessary re-rendering
* perf(InputReadPretty): improve render performance
* fix(NocoBaseRecursionField): fix the issue where the page does not update
* perf(ReadPrettyInternalViewer): remove observer
* perf(Table): remove unnecessary context
* perf(NocoBaseField): customize a Field component
* chore: add comments
* fix(ButtonEditor): fix the issue where button title does not update after modification
* fix(ellipsis): fix the issue where the page does not refresh after modification
* refactor(NocoBaseField): rename and improve performance
* fix(NocoBaseField): add compile
* perf(Table): avoid rendering popup content
* chore: fix build error
* fix(popup): fix the issue where popups cannot be opened in embedded pages
* perf(CollectionField): remove ErrorBoundary
* chore(NocoBaseRecursionField): add isUseFormilyField
* perf(TemplateBlockProvider): use performance hooks
* refactor(FormV2): optimize skeleton screen effect
* perf(EditableAssociationField): remove observer
* perf(CollectionField): reduce nested component hierarchy
* refactor(SchemaSettingsSwitchItem): prevent UI refresh issues
* fix: fix field issues
* refactor(CollectionField): extract CollectionFieldInternalField component
* fix(DataSources): fix table error issue
* fix(drawer): fix drawer error
* fix(CollectionManagerSchemaComponentProvider): fix incorrect scope value
* fix(BodyRowComponent): fix issue with empty record
* fix(usePopupSettings): fix issue with popup not opening
* fix(BlockTemplates): fix table error issue
* refactor(NocoBaseRecursionField): set default value of isUseFormilyField to true
* refactor(Action): replace RecursionField with NocoBaseRecursionField
* fix(RequestSchemaComponent): fix issue with subpage not opening on mobile devices
* feat(loading): add delay for loading component
* fix(workflow): fix workflow table display issue
* chore(NocoBaseField): add compile method for default value
* fix(CollectionField): compatibility with legacy version
* fix(CollectionField): compatibility with legacy version
* fix(e2e): remove memoize function
* fix: add back dn.refresh
* refactor(CollectionField): reduce component rendering in specific cases
* Revert "fix(drawer): fix drawer error"
This reverts commit da8b43d9322aed39a1adf0ccdf24beca52a228ef.
* fix(popup): fix the issue where the second layer popup cannot be opened
* Revert "fix(popup): fix the issue where the second layer popup cannot be opened"
This reverts commit 71e9a43f361dd806affe9707254ed30882c27178.
* fix(popup): fix the issue where the second layer popup cannot be opened
* fix(popup): fix the issue where content is not displayed when reopening the popup
* fix(NocoBaseRecursionField): add default value
* refactor: revert to RecursionField version
* fix(Duplicate): fix the issue where values are not displayed
* Revert "refactor: revert to RecursionField version"
This reverts commit 087dcd4dc4d8d83f41272ac1b270dea281f49e08.
* fix(association-field): use NocoBaseRecursionField
* fix(menu): fix the issue where menu items are not displayed after adding
* fix(grid-card): make e2e pass
* fix(NocoBasePageHeader): fix the issue where title is not updated after modification
* fix(AdminLayout): fix page navigation issue
* fix(e2e): make e2e pass
* fix(e2e): fix the issue where data is not refreshed after closing the popup
* fix(e2e): fix the issue where relationship field popup variables are displayed incorrectly
* fix(e2e): fix JSON.stringify circular reference issue
* fix(e2e): make mobile e2e more stable
* fix(e2e): fix subform display issue
* fix(e2e): fix field pattern state
* chore(test): make some unit tests pass
* fix(test): make some unit tests pass
* fix(test): make unit tests pass
* perf(SortableItem): reduce unnecessary component rendering in non-configuration mode
* chore(Table): use startTransition
* perf(page): implement keep-alive effect
* chore: remove loading delay
* chore(e2e): skip one e2e
* chore: fix build error
* refactor: extract KeepAlive component and fix e2e test errors
* fix(test): make unit tests pass
* fix(KeepAlive): children should be a function
* fix(popup): avoid being affected by KeepAlive
* perf(KeepAlive): reduce lag when switching pages
* refactor(DndContext): extract InternalDndContext component
* refactor(KeepAlive): avoid memory overflow
* chore: limit maximum number of cached pages
* refactor: use useEffect instead of useLayoutEffect
* refactor(AdminLayout): extract NocoBaseLogo component
* perf: reduce lag when switching pages
* chore(KeepAlive): increase maximum number of cached pages
* perf(Grid): optimize rendering performance in non-configuration mode
* perf(Table): reduce one re-render when switching pagination
* refactor(SubTable): separate SubTable's Table component from normal Table component
* chore(test): make unit tests pass
* fix(e2e): fix the issue where table data does not refresh after form submission
* chore(e2e): update some e2e tests
* fix(Table): fix the issue where Dropdown component disappears after adding association fields
* perf(Table): optimize refresh performance
* refactor(NocoBaseField): simplify code writing
* perf(Context): improve performance
* perf(Context): improve render performance
* perf(Menu): improve menu performance
* perf: lower the priority of updating title
* perf(Page): avoid re-layout when switching pages
* perf(Table): reduce repainting time
* perf(popup): improve popup opening speed
* perf(popup): using toJSON for deep clone, faster than lodash's cloneDeep
* perf(withSkeletonComponent): defer loading state update
* perf(PopupRouteContextResetter): improve render performance
* perf(popup): improve popup closing speed
* perf(popup): improve popup closing performance
* perf(SchemaToolbar): avoid excessive style calculations
* perf(SchemaSettingsDropdown): avoid using useLayoutEffect
* perf(popup): improve popup opening speed
* fix(pageTab): fix the error when switching tab pages
* fix(popup): fix the issue of duplicate URLs caused by rapid button clicks
* refactor: extract NocoBasePageHeaderTabs
* fix(pageTabs): fix settings not refreshing after changes
* chore(test): make unit tests pass
* chore(test): update test case
* chore(SchemaInitializerSwitch): update unit test
* chore(useVariables): update unit tests
* chore(e2e): make some e2e tests pass
* chore(e2e): make e2e tests pass
* chore(e2e): update tests to make it pass
* fix(SideMenu): fix the issue where is not refresh when adding a page
* fix(Menu): fix the issue where is not refresh when changing menu
* fix(e2e): fix e2e error
* fix(e2e): fix refresh issues
* fix(e2e): fix some bugs
* fix(e2e): fix e2e error
* fix(test): fix unit tests
* fix(popup): prevent rapid clicking issues
* fix(e2e): fix e2e error
* fix(e2e): fix refresh issues
* fix(Table): do not change table pagination after switching pages
* perf(Menu): improve performance
* perf(Table): reduce row render times
* fix(KeepAlive): fix lag when switching designable
* fix(e2e): fix e2e error
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
2024-11-27 07:19:52 +08:00
nocobase[bot]
42ca3c3ce2
chore(versions): 😊 publish v1.4.0-beta.6
2024-11-26 14:12:06 +00:00
nocobase[bot]
2e83d3c9b9
Merge branch 'next' into develop
2024-11-26 09:13:06 +00:00
Chareice
548cfe3e56
Merge remote-tracking branch 'origin/main' into next
2024-11-26 17:12:36 +08:00
ChengLei Shao
de7c86a1e5
fix: infer view field attribute ( #5729 )
...
* fix: view collection with field attribute
* fix: infer view with column field attribute
2024-11-26 16:39:21 +08:00
nocobase[bot]
9760a3230e
chore(versions): 😊 publish v1.4.0-beta.5
2024-11-23 16:08:00 +00:00
nocobase[bot]
88b184e665
chore(versions): 😊 publish v1.5.0-alpha.5
2024-11-23 15:34:53 +00:00
nocobase[bot]
82767f1f6f
chore(versions): 😊 publish v1.4.0-beta.4
2024-11-22 00:40:50 +00:00