3639 Commits

Author SHA1 Message Date
gchust
bbca3fa666 chore: remove deprecated and reorganize [skip ci] 2025-04-10 15:40:00 +08:00
gchust
220232be1d chore: add filters demo 2025-04-10 10:00:16 +08:00
gchust
7ad76d64fb chore: add filter flow api 2025-04-10 09:48:55 +08:00
gchust
276e1da39b fix: configure action demo 2025-04-10 08:49:15 +08:00
gchust
ae0bc444c2 fix: demo error [skip ci] 2025-04-08 21:36:54 +08:00
gchust
e2bf04cd1c chore: update event api 2025-04-08 21:33:22 +08:00
gchust
f190623230 chore: add configure demo 2025-04-08 21:09:26 +08:00
gchust
c7e3e1b400 fix: update hooks 2025-04-07 10:09:42 +08:00
gchust
33280b44cc fix: ts error[skip ci] 2025-04-06 17:15:03 +08:00
gchust
1a453f3442 refactor: rename event manager to event bus[skip ci] 2025-04-06 16:51:34 +08:00
gchust
6daa0c5f2a chore: improve event match [skip ci] 2025-04-06 16:23:02 +08:00
gchust
37b287d8e6 chore: update event manager api[skip ci] 2025-04-06 15:59:37 +08:00
gchust
a342a900c2 chore: more demos[skip ci] 2025-04-06 11:37:47 +08:00
gchust
0a74b0c7cf chore: add eventflow demos[skip ci] 2025-04-05 21:20:17 +08:00
gchust
b254f445e6 chore: make action consitant with eventflow[skip ci] 2025-04-05 20:31:06 +08:00
gchust
442f96966c chore: update demos [skip ci] 2025-04-03 17:45:47 +08:00
gchust
792807e9c4 chore: update demo 2025-04-03 17:32:43 +08:00
gchust
c50def8d22 chore: event demos 2025-04-03 17:08:20 +08:00
gchust
4323bbb1a7 chore: mutiple events demo 2025-04-03 16:21:38 +08:00
gchust
ad302c5713 fix: eventflow error [skip ci] 2025-04-03 10:18:52 +08:00
gchust
2834c517d3 chore: update demo[skip ci] 2025-04-03 10:14:26 +08:00
gchust
fca34653e2 chore: new event demo 2025-04-03 09:05:14 +08:00
gchust
af0e1f3b0e chore: add eventflow 2025-04-03 07:35:09 +08:00
gchust
587efe5dc8 chore: event demo 2025-04-02 21:49:36 +08:00
gchust
b30ccb523e fix: remove plugin, keep it simple 2025-04-02 19:19:22 +08:00
gchust
2ed01d6f8c fix: demo 2025-04-02 10:54:57 +08:00
gchust
e0ac5ec62d fix: demo 2025-04-02 10:14:31 +08:00
gchust
f1305b7592 fix: demo 2025-04-02 08:22:17 +08:00
gchust
c9e2af4748 fix: simple demo 2025-04-02 07:14:56 +08:00
nocobase[bot]
1d40bd1b8a chore(versions): 😊 publish v1.7.0-beta.12 2025-03-28 11:44:46 +00:00
chenos
9d3317fc45 Merge branch 'main' into next
# Conflicts:
#	packages/presets/nocobase/package.json
2025-03-28 15:00:16 +08:00
Zeke Zhang
9eaa47863d
fix: remove refreshComponent in Grid component (#6578)
* fix: remove refreshComponent in Grid component

* test: add e2e test for modal content persistence after reopening
2025-03-28 12:01:13 +08:00
nocobase[bot]
93a7035230 Merge branch 'main' into next 2025-03-28 03:01:43 +00:00
chenos
1b782c4f95
refactor: async tasks (#6531)
* refactor: async tasks

* refactor: selectWithTitle support optionRender

* refactor: adjust export filename

* fix: build error

* fix: export file name

---------

Co-authored-by: katherinehhh <katherine_15995@163.com>
2025-03-28 11:01:20 +08:00
nocobase[bot]
220321ac4e Merge branch 'main' into next 2025-03-27 15:00:34 +00:00
Katherine
eba3f79134
fix: linkage conflict between same-named association fields in different sub-tables within the same form (#6577)
* fix: linkage conflict between same-named association fields in different sub-tables within same form

* fix: bug
2025-03-27 23:00:04 +08:00
nocobase[bot]
aad023cfc0 chore(versions): 😊 publish v1.6.12 2025-03-27 12:58:32 +00:00
nocobase[bot]
c9f37e61e5 chore(versions): 😊 publish v1.7.0-beta.11 2025-03-27 10:10:25 +00:00
nocobase[bot]
45e6e7d448 chore(versions): 😊 publish v1.7.0-beta.10 2025-03-27 06:10:23 +00:00
nocobase[bot]
8773912c34 chore(versions): 😊 publish v1.6.11 2025-03-27 04:21:59 +00:00
Zeke Zhang
51a2d17f13
fix: adjust the font size displayed on the phone to 14px (#6570)
* refactor(plugin-mobile): rename GlobalStyle to ResetScrollbar for clarity

* fix: increase font size in InternalAdminLayout from 14 to 16

* fix: ensure button alignment in WorkbenchBlock styles
2025-03-27 11:13:58 +08:00
Zeke Zhang
9c6c612c4d
fix(layout): adjust height calculation for mobile support using dvh unit (#6571)
* fix(layout): adjust height calculation for mobile support using dvh unit

* feat: add createStyles import from antd-style for styling enhancements
2025-03-27 10:49:19 +08:00
Katherine
0349edb42c
fix: issue with date field display in data scope filtering (#6564) 2025-03-26 20:03:52 +08:00
nocobase[bot]
524f1b455b Merge branch 'main' into next 2025-03-26 07:40:54 +00:00
Junyi
46a3816d83
fix(client): only support plain text file to preview (#6563) 2025-03-26 15:40:30 +08:00
nocobase[bot]
0ce75be6bc Merge branch 'main' into next 2025-03-26 06:40:23 +00:00
Zeke Zhang
f7af0c4445
fix: ensure ellipsis property is correctly set in schema component props (#6520)
* fix: ensure ellipsis property is correctly set in schema component props

* fix: replace direct assignment with lodash set for ellipsis property in schema
2025-03-26 14:39:58 +08:00
nocobase[bot]
771aff07b5 Merge branch 'main' into next 2025-03-26 06:37:24 +00:00
Zeke Zhang
c80fbc3063
fix(kanban): unable to open popup (#6535)
* fix: handle potential errors when retrieving card schema in Kanban

* fix(kanban): unable to open popup

* fix(Link): cannot use 'current user' variable

* fix(PagePopups): improve schema fetching and cloning logic for popups

* fix(Kanban): clicking cards repeatedly opens multiple popups
2025-03-26 14:37:01 +08:00
Mathy Vandersmissen
945d2483b7
Updated dutch language files (#6546) 2025-03-26 14:35:43 +08:00