Junyi
51423a37ac
refactor(client): add nullable option for variable input component ( #5223 )
...
* refactor(client): add nullable option for variable input component
* fix(client): fix test case
2024-09-26 21:50:09 +08:00
Zeke Zhang
23d55412a0
feat(custom-request): support concatenation of variables and strings ( #5317 )
...
* feat(custom-request): support concatenation of variables and strings
* chore: fix build
* chore: make e2e tests pass
* chore: make e2e more stable
* chore: fix the issue of unit tests not stopping after completion
2024-09-26 20:54:51 +08:00
Katherine
7f6c19c16e
fix: missing afterSuccess configuration for the submit action ( #5329 )
2024-09-26 17:19:16 +08:00
chenos
c3e740b552
feat: public forms ( #5142 )
...
* feat: public forms plugin
* refactor: public form
* refactor: parseCollectionData
* refactor: parseToken
* refactor: handleEditPublicForm
* refactor: parseACL
* refactor: enable form
* refactor: copy link
* refactor: edable password
* refactor: qr code
* refactor: create public form
* refactor: create public form
* refactor: bulk destroy
* fix: bug
* refactor: support nester form
* refactor: show message under control
* refactor: support bulk destroy
* refactor: support bulk destroy
* refactor: adapt to mobile devices
* refactor: settings
* refactor: locale improve
* refactor: parseAcl
* refactor: parseAcl
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* refactor: dataSourceCollectionCascaderReadPretty
* fix: bug
* fix: bug
* fix: bug
* fix: collection template
* fix: style improve
* refactor: locale improve
* refactor: parseToken
* fix: bug
* style: brand style improve
* refactor: settings
* fix: bug
* fix: bug
* refactor: locale improve
* refactor: locale improve
* refactor: locale improve
* refactor: locale improve
* refactor: package.json
* refactor: create form schema
* refactor: create form schema
* fix: bug
* fix: parseToken
* fix: publicFormsSchema
* fix: publicFormsSchema
* fix: useSubmitActionProps
* fix: useSubmitActionProps
* fix: password
* fix: password
* refactor: custom request
* refactor: variable for public form
* style: style improve
* fix: bug
* style: style improve
* style: style improve
* refactor: filter
* refactor: locale improve
* refactor: locale improve
* refactor: locale improve
* fix: bug
---------
Co-authored-by: katherinehhh <katherine_15995@163.com>
2024-09-26 17:12:16 +08:00
Zeke Zhang
cdc188c8c8
Merge branch 'main' into next
2024-09-26 10:28:12 +08:00
Zeke Zhang
eb49b8fec0
fix(embed): fix issue with unable to open popup in kanban ( #5326 )
2024-09-26 10:21:04 +08:00
chenos
c3e7a8e93b
feat: support for switching languages on the login page ( #5323 )
2024-09-26 07:25:33 +08:00
Zeke Zhang
058e7e320d
feat(custom-request): support adding custom request in more places ( #5320 )
...
* feat(custom-request): support adding custom request buttons in more places
* fix: fix known issues
2024-09-25 22:27:24 +08:00
mytharcher
ca214dff10
Merge branch 'main' into next
2024-09-25 20:34:52 +08:00
Zeke Zhang
cbffcf95d7
fix(ellipsis): fix undefined error
2024-09-25 09:07:49 +08:00
Zeke Zhang
cd1d568922
chore: make e2e test more stable
2024-09-24 18:20:37 +08:00
Zeke Zhang
c3afb5ee91
fix(ellipsis): optimize text style
2024-09-24 18:02:34 +08:00
Zeke Zhang
ea5aeb3a09
fix(Table): optimize text style
2024-09-24 16:45:11 +08:00
Zeke Zhang
3c3efaa654
fix(Table): header text should not wrap when overflowing
2024-09-24 15:51:48 +08:00
Zeke Zhang
0aab9f5a75
chore(ellipsis): change title to 'Ellipsis overflow content'
2024-09-24 14:52:56 +08:00
mahuantest
2bde4a3176
feat(locale): update and improve Japanese translations in ja_JP files ( #5292 )
...
* feat(locale): update and improve Japanese translations in ja_JP files
* fix(locale): correct japanese translations in ja_JP files
---------
Co-authored-by: mahuan <1007409254@qq.com>
2024-09-24 14:50:13 +08:00
Zeke Zhang
dc11670f54
feat(fieldSettings): add a Settings named 'Ellipsis' ( #5306 )
...
* feat(fieldSettings): add a Settings named 'Ellipsis'
* chore: add translation
* chore: fix build
* chore: fix build
* chore: skip some unit tests
* fix: fix hidden prop
* test: add e2e test
* style(Kanban): optimize text style
* chore: make e2e test more stable
2024-09-24 13:45:32 +08:00
GitHub Actions Bot
2107c86c63
Merge branch 'main' into next
2024-09-24 04:31:55 +00:00
Zeke Zhang
35198b715e
fix(variable): should show all collection fields ( #5310 )
2024-09-24 12:29:16 +08:00
Katherine
da426635ee
fix: markdown report error with each ( #5305 )
2024-09-23 17:19:27 +08:00
Zeke Zhang
597ee9d42c
fix(Collapse): fix default value
2024-09-23 13:26:42 +08:00
Zeke Zhang
cfd5ff8b10
feat(Collapse): support to set default value ( #5300 )
...
* fix: remove configuration items that should not be displayed
* feat(Collapse): support to set default value
* fix: update UI after updating default value
* chore: fix build error
* chore: skip failed unit tests
* fix: fix the issue of default values for different fields not merging
2024-09-22 10:14:51 +08:00
GitHub Actions Bot
c83b578905
Merge branch 'main' into next
2024-09-20 06:54:39 +00:00
Katherine
45b814862a
fix: third party data source should support sortable in table column ( #5293 )
2024-09-20 14:49:09 +08:00
猫鱼豆腐
af0c442268
feat(client): supports setting the text align in the style configuration item of the field ( #5272 )
...
* feat(client): table text align
* refactor: remove useless code
* refactor: extract schemas outside the component
* chore: make e2e tests pass
* test: add e2e tests
* chore: fix build
---------
Co-authored-by: Zeke Zhang <958414905@qq.com>
2024-09-20 01:24:35 +08:00
katherinehhh
ba46b69ff3
Merge branch 'main' into next
2024-09-19 16:55:44 +08:00
Katherine
ccea048f65
fix: cannot select the option to delete the schedule in delete event action ( #5274 )
...
* fix: issue with deleteEven option
* fix: issue with deleteEven option
* fix: bug
2024-09-19 11:17:22 +08:00
Katherine
0f48897fa7
fix: error in configuration block under the newly added tab in the action panel popup action ( #5285 )
...
* refactor: style improve
* fix: bug
* style: improve
* style: style improve
2024-09-19 11:17:09 +08:00
GitHub Actions Bot
40fa00bd6a
Merge branch 'main' into next
2024-09-18 12:52:31 +00:00
gchust
9856072374
fix: missing rowkey in actions permissions table ( #5287 )
2024-09-18 20:46:38 +08:00
GitHub Actions Bot
330f908cfb
Merge branch 'main' into next
2024-09-18 08:11:42 +00:00
Zeke Zhang
4ba512ed17
fix(Table): prevent empty lines at the beginning ( #5284 )
...
* fix(Table): prevent empty lines at the beginning
* refactor: rename index to rowIndex
2024-09-18 16:11:16 +08:00
chenos
d7dc8fa4cf
feat: simplify the process of adding and updating plugins ( #5275 )
...
* feat: auto download pro
* feat: improve code
* feat: improve code
* feat: improve code
* feat: improve code
* fix: test error
* fix: improve code
* fix: yarn install error
* fix: build error
* fix: generatePlugins
* fix: test error
* fix: download pro command
* fix: run error
* feat: version
* fix: require packageJson
* fix: improve code
* feat: improve code
* fix: improve code
* fix: test error
* fix: test error
* fix: improve code
* fix: removable
* fix: error
* fix: error
2024-09-15 01:37:46 +08:00
Katherine
28d08f619a
fix: recordpicker rowSelection ( #5273 )
2024-09-14 16:10:30 +08:00
GitHub Actions Bot
0d061a6c58
Merge branch 'main' into next
2024-09-14 07:42:58 +00:00
Katherine
ab719cf960
fix: column width issue with scroll.y when table has no data ( #5256 )
2024-09-14 15:39:18 +08:00
Katherine
2d518c755a
feat: add common handlebars helpers ( #5262 )
...
* refactor: handlebar support dateFormat
* refactor: handlebars register budibase/handlebars-helpers
* refactor: getRenderContent
* fix: bug
* refactor: support tz
* refactor: urlparse
* fix: variableDate
* fix: variableDate
* fix: test
* fix: test
* refactor: locale
2024-09-14 10:04:16 +08:00
GitHub Actions Bot
e315d42c7b
Merge branch 'main' into next
2024-09-13 23:35:57 +00:00
Zeke Zhang
961e14bcef
fix(filterForm): fix date variables ( #5257 )
2024-09-14 07:35:38 +08:00
GitHub Actions Bot
b830604348
Merge branch 'main' into next
2024-09-11 09:21:37 +00:00
Zeke Zhang
f24972c01d
feat: do not update x-action-context when doNotUpdateContext is true ( #5253 )
2024-09-11 17:21:13 +08:00
Katherine
fe0d003e99
fix: markdown handlebars rendering issue with this context ( #5250 )
2024-09-11 11:18:20 +08:00
Katherine
24b3b08876
fix: issue with tree table nodes not expanding ( #5252 )
2024-09-11 10:58:26 +08:00
YANG QIA
a04aeb17e6
feat(data-vi): support for adding chart blocks in popups/drawers/sub-pages ( #5248 )
2024-09-11 10:17:01 +08:00
GitHub Actions Bot
8a19d907be
Merge branch 'main' into next
2024-09-10 23:16:57 +00:00
Zeke Zhang
59a3c10afa
fix(create-nocobase-app): fix error after setting linkage rules ( #5249 )
2024-09-11 07:16:37 +08:00
Katherine
0d32ba4ff5
chore: support composite record unique key ( #5007 )
...
* refactor: filterTargetkey support mutiple
* refactor: getRowKey
* fix: bug
* chore: test
* chore: test
* chore: test
* fix: bug
* fix: build
* fix: useBulkDestroyActionProps support join primary key
* fix: build
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: fieldNames
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* refactor: sourceIdValue
* fix: remoteselect
* chore: test
* chore: multi target key in has many relation repository
* chore: test
* chore: multiple relation repository
* fix: test
* refactor: target collection not support join collection
* Update update-associations.ts
---------
Co-authored-by: Chareice <chareice@live.com>
Co-authored-by: chenos <chenlinxh@gmail.com>
2024-09-10 21:51:37 +08:00
Katherine
5112b8e77e
refactor: secondary confirmation information supports customization ( #5199 )
...
* refactor: secondary confirmation information supports customization
* fix: bug
* fix: bug
* refactor: locale improve
* refactor: locale improve
* fix: test
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* refactor: locale improve
* fix: test
* fix: bug
2024-09-10 16:48:59 +08:00
ChengLei Shao
a7df0e3fd3
refactor: datetime field ( #5084 )
...
* refactor: date field support timezone, defaultToCurrentTime, and onUpdateToCurrentTime
* refactor: availableTypes unixTimestamp
* chore: defaultToCurrentTime
* chore: unix timestamp field
* fix: bug
* chore: field type map
* refactor: local improve
* fix: bug
* fix: bug
* chore: timezone test
* chore: test
* fix: test
* fix: test
* chore: field setter
* chore: test
* chore: date only field
* chore: test
* chore: test
* fix: bug
* fix: unixTimestamp
* fix: unixTimestamp
* chore: accuracy
* fix: bug
* fix: bug
* fix: unixTimestamp
* fix: unixTimestamp
* fix: date & datetime
* refactor: add DateFieldInterface
* fix: bug
* chore: test
* chore: test
* chore: test
* refactor: locale improve
* refactor: local improve
* fix: bug
* refactor: unixTimestamp not support default value
* refactor: timezone
* refactor: datetimeNoTzFieldInterface
* refactor: locale improve
* refactor: locale improve
* fix: test
* fix: bug
* chore: datetime no tz field
* refactor: datetimeNoTz
* refactor: datetime
* fix: bug
* refactor: timeFormat
* style: collection fields style improve
* refactor: defaultToCurrentTime
* fix: datetime no tz
* chore: field type map
* fix: bug
* fix: bug
* refactor: createAt & updateAt
* fix: bug
* fix: no tz field with timezone
* refactor: dateonly
* fix: test
* chore: data type map
* fix: dateonly
* fix: dateonly
* fix: datetime
* refactor: locale improve
* refactor: unixtimestamp
* fix: merge bug
* fix: bug
* fix: datetime
* fix: datetime no tz
* fix: datetime no tz
* chore: mysql datetime map
* chore: test
* chore: test
* chore: test
* chore: datetimeTz field
* fix: no interface option
* refactor: update type
* refactor: update type
* fix: pg no tz field
* chore: save iso8601 format to no tz field
* fix: test
* fix: test
* refactor: gannt & calender startTime & endTime
* refactor: unixTimestamp
* chore: filter of datetime field
* chore: test
* chore: test
* fix: test
* fix: datetime no tz filter
* chore: test
* chore: test
* fix: datetime default value in mysql
* fix: sqlite test
* chore: test
* fix: test
* fix: test
* fix: $dateOn
* fix: bug
* fix: bug
* refactor: datepicker
* fix: test
* refactor: datePicker
* refactor: gantt setting
---------
Co-authored-by: katherinehhh <katherine_15995@163.com>
2024-09-10 15:25:20 +08:00
GitHub Actions Bot
10dbed8918
Merge branch 'main' into next
2024-09-10 03:52:27 +00:00