nocobase[bot]
cc5576f64d
Merge branch 'main' into next
2024-11-29 09:43:35 +00:00
chenos
397e2165a8
chore: update Dockerfile
2024-11-29 17:42:54 +08:00
chenos
04e7627935
chore: add trace log
2024-11-29 12:20:31 +08:00
nocobase[bot]
9ca80c483a
Merge branch 'main' into next
2024-11-29 03:50:34 +00:00
YANG QIA
52dffcf414
chore(ci): optimize get-plugins.yml ( #5752 )
...
* chore: optimize get-plugins.yml
* fix: typo
* fix: typo
* chore: test
* fix: bug
* chore: optimize
* chore: update
* chore: update
2024-11-29 11:50:12 +08:00
Katherine
30a16af817
feat: support quick schedule creation by clicking date on calendar block ( #5733 )
...
* feat: calender block
* fix: bug
* fix: bug
* refactor: initialValues for start and end
* fix: bug
* fix: bug
* fix: bug
2024-11-29 10:03:44 +08:00
chenos
f2c3f09685
feat: optimize bulk plugin activation logic
2024-11-29 00:51:31 +08:00
nocobase[bot]
fad19d1c5c
Merge branch 'main' into next
2024-11-28 15:35:50 +00:00
nocobase[bot]
e3ec7bc6aa
chore(versions): 😊 publish v1.3.54
v1.3.54
2024-11-28 15:35:38 +00:00
nocobase[bot]
fd24bbfde4
chore(versions): 😊 publish v1.4.0-beta.10
v1.4.0-beta.10
2024-11-28 15:10:36 +00:00
nocobase[bot]
05e66c9464
Merge branch 'main' into next
2024-11-28 14:59:01 +00:00
nocobase[bot]
046c767ed3
docs: update changelogs
2024-11-28 14:58:34 +00:00
nocobase[bot]
776d2b2b91
Merge branch 'main' into next
2024-11-28 14:34:57 +00:00
nocobase[bot]
5d60497c37
chore(versions): 😊 publish v1.3.53
v1.3.53
2024-11-28 14:34:54 +00:00
nocobase[bot]
bf889c8c15
Merge branch 'main' into next
2024-11-28 12:20:23 +00:00
chenos
fab699a679
fix(cli): daemon mode does not delete sock files ( #5750 )
2024-11-28 20:19:57 +08:00
Zeke Zhang
501e4276cb
chore(e2e): update register case
2024-11-28 14:04:48 +08:00
nocobase[bot]
ea49f1afbb
Merge branch 'main' into next
2024-11-28 05:02:12 +00:00
Katherine
9d5fbf7d6c
fix: build error ( #5748 )
2024-11-28 13:01:48 +08:00
Katherine
07b13d2f5c
fix: scrollbar issue when table has few columns with medium size ( #5745 )
2024-11-28 12:27:00 +08:00
nocobase[bot]
2f1e19c00a
Merge branch 'main' into next
2024-11-28 04:26:38 +00:00
Katherine
15d274e5be
fix: multiple relational fields are linked to the same table ( #5744 )
2024-11-28 12:26:11 +08:00
Junyi
4235b845d8
fix(client): use children component when nullable is false ( #5746 )
2024-11-28 10:30:57 +08:00
nocobase[bot]
2e3cbd160d
chore(versions): 😊 publish v1.4.0-beta.9
v1.4.0-beta.9
2024-11-28 02:21:20 +00:00
Katherine
9fff5c8a8b
refactor: optimize compact theme for mobile ( #5723 )
...
* refactor: optimize compact theme for mobile
* fix: bug
* fix: bug
* style: style improve
* fix: bug
* fix: bug
* fix: bug
2024-11-27 20:57:23 +08:00
YANG QIA
9f255eba89
fix(data-vi): issue where getting timezone from context ( #5743 )
...
* fix(data-vi): issue where getting timezone from context
* fix: test
2024-11-27 19:48:07 +08:00
nocobase[bot]
6bd5b9b54c
chore(versions): 😊 publish v1.4.0-beta.8
v1.4.0-beta.8
2024-11-27 08:56:37 +00:00
Sheldon Guo
110600ac4c
fix(plugin-notification-in-app-message): remove in-app message title string slicing logic ( #5728 )
...
* fix: remove title and content truncation in InAppNotificationChannel
* fix: improve message title display with text overflow handling
2024-11-27 15:45:00 +08:00
nocobase[bot]
e1b82451af
Merge branch 'main' into next
2024-11-27 07:36:29 +00:00
Katherine
05d973ab02
fix: foreign key field display issue in the data selector ( #5734 )
2024-11-27 15:36:05 +08:00
nocobase[bot]
9d3e3bd010
Merge branch 'main' into next
2024-11-27 07:35:57 +00:00
Katherine
d78d388d8c
fix: error when changing zoom levels in Google Maps ( #5722 )
...
* fix: error when changing zoom levels in Google Maps
* fix: bug
* fix: bug
2024-11-27 15:35:34 +08:00
nocobase[bot]
9300afd80c
chore(versions): 😊 publish v1.4.0-beta.7
v1.4.0-beta.7
2024-11-27 07:22:59 +00:00
YANG QIA
78a20e8fd9
feat(basic-auth): allows to add more fields of user collection in sign up form ( #5741 )
...
* feat(basic-auth): allows to add more fields in sign up form
* feat: backend
* feat: add reactions
* fix: bug
* fix: bug
* chore: optimize
2024-11-27 14:24:56 +08:00
chenos
c825182f32
fix: continent on error ( #5740 )
2024-11-27 14:15:38 +08:00
Sheldon Guo
f56f49d3ca
fix(RemoteSelect component): fix selected option label not loaded on first render ( #5736 )
...
* feat: add defaultParams option to service in RemoteSelect and UsersSelect components
* fix: conditionally set defaultParams in RemoteSelect component
2024-11-27 13:27:35 +08:00
YANG QIA
d62f9507a6
Revert "feat(basic-auth): allows to add more fields in sign up form ( #5717 )" ( #5739 )
...
This reverts commit ac80dd8a3c1aae04d95599e9c2cfd0776825662b.
2024-11-27 12:24:00 +08:00
YANG QIA
ac80dd8a3c
feat(basic-auth): allows to add more fields in sign up form ( #5717 )
...
* feat(basic-auth): allows to add more fields in sign up form
* feat: backend
* feat: add reactions
* fix: bug
2024-11-27 11:42:35 +08:00
chenos
ede87a18da
chore: update Dockerfile
2024-11-27 11:36:36 +08:00
nocobase[bot]
42ca3c3ce2
chore(versions): 😊 publish v1.4.0-beta.6
v1.4.0-beta.6
2024-11-26 14:12:06 +00:00
Katherine
27aa5238fc
fix: unable to set minimum width for subtable labels in horizontal mode ( #5719 )
2024-11-26 20:51:34 +08:00
nocobase[bot]
818c509d58
Merge branch 'main' into next
2024-11-26 12:26:47 +00:00
Katherine
de17339833
fix: issue with checkbox alignment in sub-table ( #5735 )
2024-11-26 20:26:21 +08: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
chenos
d90d9dbc88
feat: support bulk enabling of plugins in the interface ( #5730 )
...
* feat: support bulk enabling of plugins in the interface
* fix: improve code
* fix: error message
* fix: enable error
* fix: filter error
2024-11-26 14:54:30 +08:00
nocobase[bot]
acdd8f6b6e
Merge branch 'main' into next
2024-11-26 04:29:28 +00:00
Chareice
c7e4b63920
fix: test
2024-11-26 12:28:56 +08:00
chenos
541cef2fe7
Merge branch 'main' into next
...
# Conflicts:
# packages/plugins/@nocobase/plugin-field-china-region/package.json
# packages/presets/nocobase/src/server/index.ts
2024-11-25 23:52:40 +08:00
Katherine
6d8469b371
feat: china region field plugin remove from built-in plugins ( #5693 )
...
* refactor: optimize China region field plugin remove from built-in plugins
* refactor: migration
* fix: remove field-china-region
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
2024-11-25 23:50:37 +08:00