Katherine
8beb8dbc3e
fix: association select data scope linkage should support edit form ( #5149 )
2024-08-29 11:54:20 +08:00
Katherine
e883985c4d
fix: association select data scope linkage should be supported in sub-form ( #5146 )
...
* fix: association select data scope linkage support sub-form
* fix: bug
2024-08-28 16:36:43 +08:00
Zeke Zhang
67d2f85a99
fix(defaultValue): ignores variable values that do not match the current field ( #5122 )
...
* refactor(variable): refactor parseVariable to support return more context
* fix(defaultValue): ignore no matching value
* fix: make unit tests pass
* chore: fix unit test
2024-08-28 11:53:52 +08:00
Zeke Zhang
af77f3c408
fix(template): fix error on form block submission ( #5133 )
...
* fix(template): fix error on form block submission
* fix(template): fix error on form block submission
* fix: make unit tests pass
* fix: make e2e tests pass
2024-08-28 10:52:06 +08:00
Zeke Zhang
dec3c838a3
feat: add support for opening via URL ( #5098 )
...
* feat(map): add support for opening via URL
* feat(calendar): add support for opening via URL
* feat(gantt): add support for opening via URL
* fix(duplicate,bulk-edit): resolve issues with popups
* fix: useDetailsBlockProps
---------
Co-authored-by: katherinehhh <katherine_15995@163.com>
2024-08-27 21:58:55 +08:00
Katherine
2eaa0b8081
refactor: set remainsTheSame as the default value for field editing in bulk editing action ( #5124 )
...
* refactor: bulk edit set remainsTheSame as default value
* fix: test
2024-08-27 14:54:02 +08:00
Junyi
eaf23766c7
fix(client): fix field names of variable input ( #5128 )
2024-08-26 15:43:26 +08:00
chenos
ffcc60cadf
fix: cannot access 'ActionPage' before initialization ( #5125 )
2024-08-26 15:40:22 +08:00
GitHub Actions Bot
385b32010f
Merge branch 'main' into next
2024-08-23 09:05:00 +00:00
Katherine
fd28b468c9
fix: action linkage rules not working correctly in tree table ( #5107 )
2024-08-23 16:34:31 +08:00
Junyi
580286db96
feat(client): add constant props api for variable input ( #5116 )
2024-08-23 16:27:49 +08:00
GitHub Actions Bot
901527ba67
Merge branch 'main' into next
2024-08-23 06:40:57 +00:00
Katherine
6b03c725cf
fix: markdown test ( #5117 )
2024-08-23 14:40:33 +08:00
GitHub Actions Bot
dec39e7241
Merge branch 'main' into next
2024-08-23 03:55:10 +00:00
Katherine
0a3114f9cd
fix:markdown demo rendering failure ( #5114 )
...
* fix: rendering of markdown demo failed
* fix: rendering of markdown demo failed
* fix: rendering of markdown demo failed
* revert: useURLSearchParamsVariable
2024-08-23 11:54:45 +08:00
GitHub Actions Bot
98ecf20aca
Merge branch 'main' into next
2024-08-23 03:54:28 +00:00
Zeke Zhang
b79087a3ee
fix(filter): should not filter out zero ( #5106 )
...
* fix(filter): should not filter out zero
* chore: make e2e test pass
2024-08-23 11:30:55 +08:00
katherinehhh
cee724a5f9
Merge branch 'main' into next
2024-08-23 11:28:57 +08:00
Zeke Zhang
db33645821
fix(mobile): avoid crashing ( #5109 )
2024-08-23 09:46:53 +08:00
Katherine
eb550a9e19
style: filter form block action bar style improve ( #5108 )
2024-08-22 23:18:03 +08:00
Katherine
c2b727c3b6
refactor: description for simple pagination mode ( #5110 )
2024-08-22 22:19:07 +08:00
GitHub Actions Bot
643d23bbe0
Merge branch 'main' into next
2024-08-22 10:56:23 +00:00
Katherine
80d466e81a
fix: issue where data couldn't be submitted after deleting a row with required field in the subform ( #5101 )
2024-08-22 18:06:27 +08:00
katherinehhh
c66cf82d9f
Merge branch 'main' into next
2024-08-22 16:57:20 +08:00
Katherine
039bc76a97
refactor: collection support simplePaginate ( #5099 )
...
* refactor: collection support simplePaginate
* refactor: locale improve
* fix: test
* chore: simple paginate option
* chore: test
---------
Co-authored-by: Chareice <chareice@live.com>
2024-08-22 15:30:36 +08:00
Katherine
a0643713db
fix: button field assignment to only update visible fields ( #5104 )
2024-08-22 15:06:02 +08:00
Junyi
8740d39e70
fix(client): fix upload preview image ( #5102 )
2024-08-22 14:57:46 +08:00
Zeke Zhang
106588cff2
fix(varaible): resolve error on template block submission ( #5103 )
...
* fix(varaible): resolve error on template block submission
* fix: make e2e test pass
2024-08-22 14:53:28 +08:00
katherinehhh
34ab7fb349
Merge branch 'main' into next
2024-08-21 22:00:56 +08:00
Katherine
fc989fdbc5
fix: column index calculation error in table block ( #5100 )
2024-08-21 20:16:05 +08:00
chenos
acccd81395
chore: optimize translation ( #5092 )
2024-08-21 16:21:35 +08:00
katherinehhh
e1c45a5edf
Merge branch 'main' into next
2024-08-21 12:23:23 +08:00
Katherine
5f5b97ed69
refactor: support simple Paginate ( #5093 )
...
* refactor: support simple Paginate
* chore: simple paginate
* refactor: simplePaginate
* fix: test
* refactor: usePaginationProps
* refactor: simplePaginate
* fix: bug
---------
Co-authored-by: Chareice <chareice@live.com>
2024-08-21 12:03:02 +08:00
katherinehhh
4cb9d6b037
Merge branch 'main' into next
2024-08-20 17:45:17 +08:00
Zeke Zhang
77b60ed16c
feat(kanban): add support for opening via URL ( #5083 )
...
* refactor: rename 'usePagePopup' to 'usePopupUtils'
* refactor: remove useless code
* refactor(kanban): reduce card dependency on context
* feat: finished
* test: add e2e test
* chore: fix e2e test
2024-08-20 15:33:09 +08:00
Katherine
d2c7092861
fix: error adjusting order of linkage rules ( #5086 )
...
* fix: error adjusting order of linkage rules
* fix: bug
* style: style improve
2024-08-20 10:30:38 +08:00
Chareice
ded5f26c09
Revert "refactor: datetime field support timezone, defaultToCurrentTime, and onUpdateToCurrentTime ( #5012 )"
...
This reverts commit e232ed75827cd76778ce796f04e60f58ada581a9.
2024-08-19 11:03:10 +08:00
Sheldon Guo
0b5e43df8a
refactor: update Chinese translation for "Style" ( #5078 )
2024-08-19 10:16:12 +08:00
Zeke Zhang
70d96c3e33
fix: resolve tab switching issue ( #5081 )
...
* refactor: convert parameters to destructured object
* fix: resolve tab switching issue in multi-app pages
* fix: fix ineffective tab switching within nested popups
2024-08-18 08:38:52 +08:00
Katherine
b152b33c06
refactor: markdown rendering engine ( #5079 )
2024-08-17 17:48:44 +08:00
GitHub Actions Bot
cd4b071831
Merge branch 'main' into next
2024-08-17 09:39:24 +00:00
Zeke Zhang
b6762ebcdb
fix(embed): fix the problem that switching tabs doesn't work ( #5074 )
2024-08-17 17:38:52 +08:00
Katherine
ea943b303b
fix: sorting of Table block data ( #5071 )
2024-08-17 17:33:34 +08:00
GitHub Actions Bot
5f42cdc443
Merge branch 'main' into next
2024-08-17 09:30:13 +00:00
Katherine
2c466db7bb
fix: the selected data in the sub table is overwritten by default values ( #5075 )
2024-08-17 17:29:56 +08:00
Katherine
e232ed7582
refactor: datetime field support timezone, defaultToCurrentTime, and onUpdateToCurrentTime ( #5012 )
...
* 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
---------
Co-authored-by: Chareice <chareice@live.com>
2024-08-16 16:50:51 +08:00
Zeke Zhang
4aaab331ae
fix(mobile): fix 'Edit link' setting ( #5068 )
2024-08-16 12:02:11 +08:00
Katherine
de9607f602
fix: gridCard blocks cannot flip pages when using API data sources ( #5066 )
...
* fix: gridCard pagination
* fix: bug
2024-08-16 09:40:18 +08:00
GitHub Actions Bot
2243957d0d
Merge branch 'main' into next
2024-08-15 12:18:35 +00:00
Katherine
809b561aee
fix: filter form action bar stye improve ( #5054 )
2024-08-15 20:18:17 +08:00