Katherine
|
05ed11eb15
|
fix: select field to display blank when data is empty (#5762)
|
2024-12-01 21:36:05 +08:00 |
|
Junyi
|
b59d53dde8
|
refactor(client): change block initializers icons (#5757)
|
2024-11-30 20:25:04 +08:00 |
|
ChengLei Shao
|
9ddb4c179e
|
fix: update association with foreign key (#5756)
|
2024-11-30 08:59:07 +08:00 |
|
ChengLei Shao
|
bff82856e7
|
fix: update hasOne/belongsTo association values without foreign key (#5754)
|
2024-11-29 22:18:24 +08:00 |
|
chenos
|
397e2165a8
|
chore: update Dockerfile
|
2024-11-29 17:42:54 +08:00 |
|
nocobase[bot]
|
e3ec7bc6aa
|
chore(versions): 😊 publish v1.3.54
|
2024-11-28 15:35:38 +00:00 |
|
nocobase[bot]
|
5d60497c37
|
chore(versions): 😊 publish v1.3.53
|
2024-11-28 14:34:54 +00:00 |
|
chenos
|
fab699a679
|
fix(cli): daemon mode does not delete sock files (#5750)
|
2024-11-28 20:19:57 +08:00 |
|
Katherine
|
9d5fbf7d6c
|
fix: build error (#5748)
|
2024-11-28 13:01:48 +08:00 |
|
Katherine
|
15d274e5be
|
fix: multiple relational fields are linked to the same table (#5744)
|
2024-11-28 12:26:11 +08:00 |
|
Katherine
|
05d973ab02
|
fix: foreign key field display issue in the data selector (#5734)
|
2024-11-27 15:36:05 +08:00 |
|
Katherine
|
de17339833
|
fix: issue with checkbox alignment in sub-table (#5735)
|
2024-11-26 20:26:21 +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 |
|
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 |
|
chenos
|
be5fd133ef
|
fix: set default value for locale
|
2024-11-23 22:33:49 +08:00 |
|
chenos
|
ed98cfa394
|
fix: load plugins in dependency order (#5706)
* fix: load plugins in dependency order
* fix: missing package name
|
2024-11-22 09:01:13 +08:00 |
|
Katherine
|
97d0690d02
|
fix: adjust feedbackLayout to improve validation messaging in sub-table (#5700)
|
2024-11-21 14:49:06 +08:00 |
|
Junyi
|
665ed25987
|
fix(client): export essential hook (#5702)
|
2024-11-21 14:02:57 +08:00 |
|
nocobase[bot]
|
91b88633b7
|
chore(versions): 😊 publish v1.3.52
|
2024-11-21 01:55:12 +00:00 |
|
nocobase[bot]
|
17f381b93d
|
chore(versions): 😊 publish v1.3.51
|
2024-11-19 12:12:54 +00:00 |
|
chenos
|
5518015347
|
feat: support restoring applications from backup (#5685)
|
2024-11-19 11:54:43 +08:00 |
|
Katherine
|
8aa65fed5a
|
fix: field permission check not affected by association field context (#5672)
* fix: field permission check not affected by association field context
* fix: bug
|
2024-11-18 20:52:09 +08:00 |
|
Katherine
|
ed5c6edec6
|
fix: linkage rule saving empty value changes to static empty value (#5667)
* chore(ci): add retry
* fix: linkage rule saving empty value changes to static empty value
---------
Co-authored-by: xilesun <2013xile@gmail.com>
|
2024-11-18 12:36:05 +08:00 |
|
YANG QIA
|
c541435b09
|
fix(m2m-array): error when retriving association records with m2m array field (#5661)
|
2024-11-16 09:55:08 +08:00 |
|
YANG QIA
|
ab4e470e70
|
fix(cache): check if client is opening when attempting to close redis client (#5660)
|
2024-11-15 22:28:02 +08:00 |
|
nocobase[bot]
|
cc9d8ef2b0
|
chore(versions): 😊 publish v1.3.50-beta
|
2024-11-14 03:49:52 +00:00 |
|
Katherine
|
c6eb117899
|
fix: linkage rule title editing issue (#5644)
|
2024-11-14 10:20:52 +08:00 |
|
dependabot[bot]
|
3435aa588e
|
chore(deps): bump jsdom from 16.7.0 to 25.0.1 (#5632)
Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.7.0 to 25.0.1.
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md)
- [Commits](https://github.com/jsdom/jsdom/compare/16.7.0...25.0.1)
---
updated-dependencies:
- dependency-name: jsdom
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-11-14 09:47:53 +08:00 |
|
nocobase[bot]
|
0987ce5094
|
chore(versions): 😊 publish v1.3.49-beta
|
2024-11-13 02:20:46 +00:00 |
|
Junyi
|
eefad31179
|
fix(client): support o2o and m2m (array) to use file collection (#5637)
|
2024-11-13 09:54:24 +08:00 |
|
Chareice
|
4441602149
|
chore: console.log
|
2024-11-13 09:13:37 +08:00 |
|
ChengLei Shao
|
97b63b9b90
|
fix: import with m2m id field (#5623)
|
2024-11-13 09:13:26 +08:00 |
|
Katherine
|
586c515ff7
|
fix: reset issue that reverts filter button title to default (#5635)
* fix: reset issue that reverts filter button title to default
* fix: bug
|
2024-11-12 20:21:30 +08:00 |
|
Junyi
|
b7495a7757
|
fix(evaluators): change formula.js to default calculation engine (#5626)
|
2024-11-11 20:33:39 +08:00 |
|
nocobase[bot]
|
9470479100
|
chore(versions): 😊 publish v1.3.48-beta
|
2024-11-11 02:20:28 +00:00 |
|
chenos
|
32eeb88101
|
feat: support hiding menu items (#5624)
* feat: support hiding menu items
* fix: hidden
|
2024-11-11 10:09:46 +08:00 |
|
chenos
|
451210a248
|
docs: update README.md
|
2024-11-10 10:09:21 +08:00 |
|
ChengLei Shao
|
bea2d4880e
|
fix: import with m2m id field (#5623)
|
2024-11-10 10:05:53 +08:00 |
|
Zeke Zhang
|
934f619452
|
chore(e2e): fix test failures caused by timezone differences in CI environment
|
2024-11-08 18:37:55 +08:00 |
|
Junyi
|
b186a5eb3d
|
fix(client): support file collection as target of one-to-many association (#5619)
* fix(client): support file collecion as target of one-to-many association
* fix(client): fix load collection
|
2024-11-08 18:25:26 +08:00 |
|
ChengLei Shao
|
8e1eed7c2f
|
feat: database beanchmark (#5615)
* chore: db logging with sql benchmark
* chore: log response size
|
2024-11-08 12:13:43 +08:00 |
|
nocobase[bot]
|
d1b4ccc1aa
|
chore(versions): 😊 publish v1.3.47-beta
|
2024-11-08 02:25:17 +00:00 |
|
Zeke Zhang
|
5fb6962ec5
|
fix(defaultValue): fix errors in special cases (#5607)
* fix(defaultValue): fix errors in special cases
* test: add e2e test
* chore: make unit tests pass
* chore: make e2e more stable
* chore: fix e2e
|
2024-11-07 21:18:59 +08:00 |
|
Katherine
|
666c92d524
|
fix: issue with fuzzy search support for association fields with string-type title field (#5611)
|
2024-11-07 15:21:13 +08:00 |
|
ChengLei Shao
|
0082fb7dec
|
chore: file collection unavailable action (#5604)
|
2024-11-06 20:32:44 +08:00 |
|
nocobase[bot]
|
a6ac4a6384
|
chore(versions): 😊 publish v1.3.46-beta
|
2024-11-06 09:03:46 +00:00 |
|
nocobase[bot]
|
c004720ca6
|
chore(versions): 😊 publish v1.3.45-beta
|
2024-11-06 07:38:51 +00:00 |
|
ChengLei Shao
|
88cc322a8c
|
fix: import with belongs to associations (#5417)
* fix: import with belongs to associations
* chore: test
|
2024-11-06 13:17:27 +08:00 |
|
Katherine
|
f8ca0da8b3
|
fix: validate association field permissions when checking association collection field permissions (#5569)
|
2024-11-06 12:04:58 +08:00 |
|
ChengLei Shao
|
5788841df6
|
fix: export with i18n (#5591)
|
2024-11-06 10:29:26 +08:00 |
|