Sheldon Guo
469d6819ab
feat: add localization for "Array" in English and Chinese, and improve input value handling
2025-03-05 21:31:59 +08:00
Sheldon Guo
eeef974788
feat: enhance JSONTemplateParser
2025-03-05 21:31:58 +08:00
Sheldon Guo
766a08f4ff
feat: update json-template-parser imports and enhance filter sorting functionality
2025-03-05 21:31:58 +08:00
Sheldon Guo
dcb2e21747
feat: add array filter functions and enhance filter localization
2025-03-05 21:31:58 +08:00
Sheldon Guo
7cf500bf62
feat: add delete filter functionality and improve filter context management
2025-03-05 21:31:58 +08:00
Sheldon Guo
8f8dcb9c05
feat: remove unused field variable in Filter component
2025-03-05 21:31:58 +08:00
Sheldon Guo
2ec99126ae
feat: enhance Filters component with context
2025-03-05 21:31:58 +08:00
Sheldon Guo
94c679e498
feat: refactor Filters component to utilize Formily and enhance filter saving functionality
2025-03-05 21:31:58 +08:00
Sheldon Guo
5fda3e6b4b
feat: improve Filter UI
2025-03-05 21:31:57 +08:00
Sheldon Guo
04a142751f
feat: integrate json-templates package and enhance variable filters with new schema components
2025-03-05 21:31:57 +08:00
Sheldon Guo
e713787ffb
feat: add variable filters functionality and enhance Input component to support template extraction
2025-03-05 21:31:57 +08:00
sheldon guo
7916be22ee
feat: integrate json-template-parser package and update imports across core modules
2025-03-05 21:31:57 +08:00
sheldon guo
4a309f3045
feat: rename pkg name to json-template-parser package
2025-03-05 21:30:24 +08:00
sheldon guo
b1ff33a939
feat: refactor json-templates engine and filters structure for improved organization
2025-03-05 21:30:24 +08:00
sheldon guo
e47edf3913
feat: update json-templates import to use @nocobase/json-templates and adjust exports
2025-03-05 21:30:24 +08:00
sheldon guo
15fe39d699
Revert "refactor: replace utils parse import with json-templates parse in multiple files"
...
This reverts commit 71dca1ba180231c2238d3be09813f4e0cfa0f742.
2025-03-05 21:30:23 +08:00
sheldon guo
ff0d49df73
feat: enhance variableFilters schema with additional properties and update exports in index
2025-03-05 21:30:23 +08:00
Sheldon Guo
64cabacef4
test: add tests for escape and revertEscape functions to handle special characters
2025-03-05 21:30:23 +08:00
Sheldon Guo
95d5a50f88
feat: add template extraction and composition utilities in json-templates
2025-03-05 21:30:23 +08:00
Sheldon Guo
5d641bd123
fix: correct key handling in revertEscape function for arrays and objects
2025-03-05 21:30:23 +08:00
Sheldon Guo
553688f316
feat: enhance escape function to handle array keys and add tests for escape functionality
2025-03-05 21:30:22 +08:00
Sheldon Guo
640f24400e
refactor: replace utils parse import with json-templates parse in multiple files
2025-03-05 21:30:22 +08:00
Sheldon Guo
b98aef27a5
test: enhance json-templates parser tests with additional $form and parameter checks
2025-03-05 21:30:22 +08:00
Sheldon Guo
1757798918
feat: add json-templates package with initial implementation and filters
2025-03-05 21:30:22 +08:00
nocobase[bot]
0cfeac22c6
Merge branch 'next' into develop
2025-03-05 09:55:11 +00:00
nocobase[bot]
bd4e86d4b3
Merge branch 'main' into next
2025-03-05 09:54:50 +00:00
Junyi
cb2cb0b5ed
fix(plugin-file-manager): fix error thrown when creating file collection ( #6363 )
2025-03-05 17:54:27 +08:00
nocobase[bot]
675749638b
Merge branch 'next' into develop
2025-03-05 03:48:56 +00:00
nocobase[bot]
d57e11336b
Merge branch 'main' into next
2025-03-05 03:48:36 +00:00
Katherine
4dc22e06a5
fix: subform components not aligning with main form when label is hidden ( #6357 )
2025-03-05 11:48:15 +08:00
nocobase[bot]
733246467f
Merge branch 'next' into develop
2025-03-04 08:48:59 +00:00
nocobase[bot]
2bad77ac83
Merge branch 'main' into next
2025-03-04 08:48:35 +00:00
Katherine
2cfe4d7af7
fix: association block not rendering in popup within collection inher… ( #6303 )
...
* fix: association block not rendering in popup within collection inheritance
* fix: bug
* Merge main into F-1713
2025-03-04 16:48:09 +08:00
nocobase[bot]
a2c2255d48
Merge branch 'next' into develop
2025-03-04 06:59:46 +00:00
Katherine
50ac2a0d85
fix: resolve scrollbar issue when opening page tab with full-height block ( #6347 )
2025-03-04 14:59:22 +08:00
nocobase[bot]
53e9ad38cd
chore(versions): 😊 publish v1.6.0-beta.16
2025-03-04 03:20:25 +00:00
nocobase[bot]
9732a71ede
Merge branch 'next' into develop
2025-03-03 22:54:25 +00:00
Sheldon Guo
f2c3f54109
fix(auth): accidentally logged out due to WebSocket authorization. ( #6342 )
...
* fix(auth): improve logging by including full context and error details
* fix(auth): enhance logging with error handling for token renewal
* feat(auth): init checkToken
* feat(auth): implement checkToken method with detailed token status and user information
* fix(auth): update check method to handle expired tokens and improve token renewal process
2025-03-04 06:54:01 +08:00
xilesun
c454565596
fix: version
2025-03-03 18:47:47 +08:00
xilesun
8104e7bd11
Merge branch 'next' into develop
2025-03-03 18:46:21 +08:00
YANG QIA
a52352719b
chore: upgrade koa and @koa/cors ( #6334 )
...
* chore: upgrade koa and koa/cors
* fix: cors breaking change
* fix: header
* fix: origin header
2025-03-03 18:42:22 +08:00
nocobase[bot]
f1bd0a1f4d
chore(versions): 😊 publish v1.5.20
2025-03-03 03:57:16 +00:00
nocobase[bot]
94ba56aa4d
Merge branch 'next' into develop
2025-03-03 02:29:02 +00:00
Zeke Zhang
ef98a84269
Merge branch 'main' into next
2025-03-03 10:28:13 +08:00
Zeke Zhang
3c9a43c187
feat(favicon): add dynamic favicon update functionality ( #6337 )
2025-03-03 10:24:51 +08:00
nocobase[bot]
af38a7cd22
Merge branch 'next' into develop
2025-03-02 13:34:25 +00:00
Katherine
ef18e272cf
style: optimize block description style ( #6325 )
2025-03-02 21:33:58 +08:00
xilesun
3a9ccb1bbd
fix: build
2025-03-02 17:06:36 +08:00
YANG QIA
c53b613517
refactor: verification ( #6026 )
...
* refactor: verification
* refactor: update
* chore: update
* feat: verificator
* chore: update
* chore: crud
* feat: bind
* feat: unbind
* fix: auth-sms
* feat: update
* chore: add test cases and fix bug
* fix(auth-sms): tests
* chore: update
* chore: i18n
* chore: update
* chore: update
* fix: required form fields
* chore: uid field
* fix: remote select
* fix: test
* fix: test
* fix: menu
* chore: description
* fix: test
* chore: update
2025-03-01 22:25:56 +08:00
nocobase[bot]
33110193fe
chore(versions): 😊 publish v1.5.19
2025-03-01 06:20:47 +00:00