Commit Graph

404 Commits

Author SHA1 Message Date
nocobase[bot] 68349cb942 chore(versions): 😊 publish v2.0.0-alpha.17 2025-10-21 09:06:13 +00:00
nocobase[bot] 8a0917ce94 chore(versions): 😊 publish v2.0.0-alpha.16 2025-10-20 03:49:44 +00:00
nocobase[bot] c8b2c5cbf4 chore(versions): 😊 publish v2.0.0-alpha.15 2025-10-20 01:20:07 +00:00
nocobase[bot] 5fdaf166dd chore(versions): 😊 publish v2.0.0-alpha.14 2025-10-17 08:21:15 +00:00
nocobase[bot] 75b8373eb5 chore(versions): 😊 publish v2.0.0-alpha.13 2025-10-16 13:27:51 +00:00
nocobase[bot] 3599c7e607 chore(versions): 😊 publish v2.0.0-alpha.12 2025-10-16 06:17:42 +00:00
nocobase[bot] 4f0518d5a1 chore(versions): 😊 publish v2.0.0-alpha.11 2025-10-16 02:13:34 +00:00
nocobase[bot] c5504a1d2d chore(versions): 😊 publish v2.0.0-alpha.10 2025-10-15 14:53:54 +00:00
nocobase[bot] dbead2e9a8 chore(versions): 😊 publish v2.0.0-alpha.9 2025-10-15 12:18:34 +00:00
nocobase[bot] 075a302752 chore(versions): 😊 publish v2.0.0-alpha.8 2025-10-14 08:28:43 +00:00
nocobase[bot] 29632e43fa chore(versions): 😊 publish v2.0.0-alpha.7 2025-10-12 02:26:09 +00:00
nocobase[bot] b2036ca821 chore(versions): 😊 publish v2.0.0-alpha.6 2025-10-11 02:19:33 +00:00
nocobase[bot] 24aae7c6d9 chore(versions): 😊 publish v1.9.0-beta.12 2025-10-10 15:58:23 +00:00
nocobase[bot] a78a89bd8a chore(versions): 😊 publish v2.0.0-alpha.5 2025-10-10 03:07:45 +00:00
nocobase[bot] 479204e48c chore(versions): 😊 publish v1.9.0-beta.11 2025-10-09 08:15:10 +00:00
nocobase[bot] 82b1ca3615 chore(versions): 😊 publish v1.9.0-beta.10 2025-10-09 03:49:33 +00:00
nocobase[bot] 7f35fc65b4 chore(versions): 😊 publish v2.0.0-alpha.4 2025-10-05 09:48:11 +00:00
nocobase[bot] 5ab22e44d4 chore(versions): 😊 publish v2.0.0-alpha.3 2025-09-30 15:38:07 +00:00
nocobase[bot] f8b303c475 chore(versions): 😊 publish v2.0.0-alpha.2 2025-09-30 13:08:31 +00:00
nocobase[bot] d91b1f2858 chore(versions): 😊 publish v2.0.0-alpha.1 2025-09-30 09:45:03 +00:00
YANG QIA df674cee0f 2.0 (#7056)
* fix: bug

* feat: ai plugin add web search tool for gemini

* fix: chartRef

* feat: ai plugin add web search tool for openai and change client to response api

* feat(filter-form): enhance label display with hover effect

* fix(filter-form): add support for highlight

* fix: sql resource

* fix: runjs

* feat: support copy popup uid

* fix: runjs

* feat: support reuse popup

* fix: chart setting, not overwrite raw buy builder

* fix: remove navigation

* fix: open view sourceId context bug

* fix: openview ctx.collection may not be aviable

* refactor: subForm

* refactor: subFormList

* fix: bug

* style(FlowsFloatContextMenu): remove transition from toolbar styles

* fix: ctx.view not visible

* feat: multi app v2 (#7525)

* fix: app support proxy set

* fix: support ws proxy

* fix: add proxy in staticImport

* fix: clean code

* fix: support app select

* fix: support multi app migration

* fix: comment clean

* fix: logo style

* fix: fix pick block issuse

* refactor: quickEditForm

* refactor(getViewDiffAndUpdateHidden): use viewUid with index for map keys

* fix: recordPicker

* feat: chart generator

* refactor(FlowPage): use viewUid and index for map keys

* fix(core): fix package version

* fix: example

* fix: package version

* fix: plugin ai ChatButton Component can not rerende issuse

* fix: openview route mode bug

* style: plugin ai aiEmployee admin table style

* style: plugin ai aiEmployee promission table style

* fix: plugin ai ExpandChatBox cover UserPrompt

* feat: stream tool call

* feat: plugin ai make ChatButton dragable

* chore: plugin ai add document and example for ai coding system prompt

* feat: add ChartResource and refactor chart data flow

* fix: navigation should be false in open view doc

* fix: ai block picker bug

* fix: context has not bee passed in openview route mode

* feat: flowSettings.on & flowSettings.off

* style: change ai employee avatar size in chat box

* style: hide built in ai employee in chat button and shorcut list

* style: close chat button while flow setting dialog open

* fix: afterAddAsSubModel

* feat: add ChartResource methods about filter

* feat: plugin data source manager add manager action button extension

* fix(ai): form filler

* fix: edit form

* style: plugin data source manager extension action position change

* feat: acstract chart model global method runQueryAndUpdateResult

* Revert "fix: settings icon can't be hovered if element is very small"

This reverts commit 927c796812.

* style(context-menu): improve hover behavior for toolbar icons

* style(FlowsFloatContextMenu): add delay to hover behavior

* fix: plugin ai add ai empolyee shortcut trigger chat button folded

* test: chart add resource testcase

* fix: attachment in subTable

* fix: selectFieldModel

* fix: subTable

* fix: open view route mode bug

* refactor: editForm

* fix: change navigation to false when provide context in ctx.openview

* refactor: titleField

* fix: subForm field disabled

* fix: sub-list

* fix: popup settings need refresh

* feat: example

* fix: uploadFieldModel

* feat: add test flight for llm service setting

* fix: plugin data source manager move ai button

* feat: ai employee action

* fix: chart setting data flow error

* feat(code-editor): add support for HTML templates in JavaScript

* feat(code-editor): add HTML and JavaScript completion support

* feat(flow-engine): add FlowStepContext for step management

* fix: titleFieldInstance

* feat: chart setting support cancel preview

* fix: do not save sql while query.mode is builder

* refactor: remove redundant code

* Revert "feat(flow-engine): add FlowStepContext for step management"

This reverts commit 4f5ef0465b.

* fix: plugin ai fix CodeInternal props lose

* fix: double render for the js models

* fix: switch menu cause performance issue

* feat: plugin adapted web_search_prview tool for chatGPT api

* Revert "Revert "feat(flow-engine): add FlowStepContext for step management""

This reverts commit e28c5b8516.

* fix(flow-engine): use untracked for params in FlowStepContext

* refactor(flow-engine): remove unused scopes parameter

* fix(flow-engine): use untracked for defaultParams in FlowStepContext

* refactor(menu): update page titles to include versioning

* fix(JSFormActionModel): update success message to English

* style(JSEditableFieldModel): format DEFAULT_CODE for readability

* fix(runjs): only run code on manual click events

* refactor: preview file

* fix: temp remove form custom item model from filter form

* feat: isPinned

* chore: avatar flip in block && default context && display task

* fix: plugin ai gemini will never use tools

* chore: optimization form filler tool prompt for chatGPT

* style(code-editor): improve editor height handling

* fix: menu item isPinned

* fix: hide js field from filter form

* fix: js column in filter form

* chore: update add sub model docs

* chore: update

* fix: plugin ai buit in tool error

* chore: optimization chart generator tool prompt for chatGPT

* style(code-editor): adjust editor height styling

* style(code-editor): update editor height handling

* feat: upload support selection of existing file

* fix: bug

* feat(code-editor): add wrapperStyle prop for customization

* feat: plugin manager

* refactor: upload file support preview

* fix(filter-group): set default value structure

* fix(code-editor): adjust height handling for editor

* feat:  chart query config filter use FilterGroup

* fix: code editor hide right extra while no extra component active

* fix: code eidtor fix merge conflict

* fix: code eidtor fix merge error

* fix: locale

* fix: deprecated

* refactor: upload field model

* style: plugin ai scroll to bottom while ai gererating code

* fix: checko multi app is enabled before migration (#7530)

* fix(code-editor): update buttonGroupHeight handling

* fix: plugin clear work context while selete ai employee task

* style: plugin ai change code editor work context style in chat box

* fix: plugin ai lost block work context title in chat box

* fix: avatar && description\

* fix(code-editor): adjust button group height handling

* fix: default value's IME composition event binding

* chore: plugin ai i18n add chinese translation

* chore: optimize

* feat(flow-view): add zIndex management for views

* Revert "feat(flow-view): add zIndex management for views"

This reverts commit 1bce5f23f2.

* fix: chart configure  filter

* fix: chart configure  filter

* fix: chart config handle setFilter

* fix(menu): prevent icon popup from being obscured

* fix(flow-view): manage zIndex for popover types

* feat: code editor improve (#7531)

* feat: add snippets samples

* chore: update snippets

* chore: update snippets

* chore: upate runjs context

* chore: update snippets

* chore: update runjs context

* feat: update code editor

* fix: incorrect run js context

* fix: runjs context

* fix: build error

* chore: update code editor style

* fix(runjs): prevent code execution on URL triggers

* feat: plugin ai add i18n support for built in ai employee

* 2.0 upload (#7532)

* feat: 2.0 upload action model

* fix: bug

* fix: bug

* fix: bug

* fix: association field in associationFieldGroup

* fix: error in event flow code editor

* fix: chart configure filter undefined error

* fix: prevent field values from being reset when configuring the edit form

* fix: cancel chart config form validate while sql mode

* fix: z-index

* feat: plugin ai add web search reference info in chat box

* fix(filter-form): remove unused parameters in model creation

* style(filter-form): update comment for clarity

* fix: plugin ai remove wrong dependenc

* fix: bug

* chore: improve code editor

* test: ci

* fix: build

* fix: code editor auto completion hint not visible

* fix: flow-engine test failures

* fix: test

* refactor: displaySubTable

* fix: build error

* fix: test

* chore: plugin ai update LLM models info

* fix: tests failures

* chore: update snippets

* fix: plugin ai embedding model provider not resolve var from env

* fix: error

* fix: test error

* fix(tests): update route handling in tests

* fix(tests): update initialProvidersLength and remove OpenModeProvider

* fix: temp remove chart resource test

* chore: remove ctx.disptachModelEvent

* refactor: upload

* feat: improve runjs context

* fix: circle depencies in flow context

* fix: chart extenal filter refresh render

* fix: flow-engine test errors

* refactor: displayPreview

* fix: test error

* fix: test error

* test(RouterManager): add waitFor for AboutComponent check

* fix: plugin ai fix ai coding event flow linkage editor issue

* fix: build error

* chore: update version to 2.0.0-alpha

* chore: update peer dependencies version

---------

Co-authored-by: gchust <gchust@qq.com>
Co-authored-by: katherinehhh <katherine_15995@163.com>
Co-authored-by: Drol <cgyrock@gmail.com>
Co-authored-by: chenos <chenlinxh@gmail.com>
Co-authored-by: Zeke Zhang <958414905@qq.com>
Co-authored-by: Ziqiang <ziqianghe123@gmail.com>
Co-authored-by: mytharcher <mytharcher@gmail.com>
Co-authored-by: Jiann <lomo_hao@163.com>
2025-09-30 15:29:17 +08:00
nocobase[bot] be43ce1b73 chore(versions): 😊 publish v1.9.0-beta.9 2025-09-30 05:09:21 +00:00
nocobase[bot] d80246bb21 chore(versions): 😊 publish v1.9.0-alpha.17 2025-09-30 04:06:57 +00:00
nocobase[bot] a2cf3230a6 chore(versions): 😊 publish v1.9.0-alpha.16 2025-09-24 13:23:20 +00:00
nocobase[bot] b211206aa7 chore(versions): 😊 publish v1.9.0-alpha.15 2025-09-17 11:56:04 +00:00
nocobase[bot] 77dc874703 chore(versions): 😊 publish v1.9.0-alpha.14 2025-09-10 07:00:10 +00:00
nocobase[bot] a6b1f23c20 chore(versions): 😊 publish v1.9.0-alpha.13 2025-09-09 04:42:48 +00:00
nocobase[bot] 5f1c1c48ef chore(versions): 😊 publish v1.9.0-alpha.12 2025-08-22 04:59:25 +00:00
nocobase[bot] defd7556ce chore(versions): 😊 publish v1.9.0-alpha.11 2025-08-12 14:08:42 +00:00
nocobase[bot] 2256ec9028 chore(versions): 😊 publish v1.9.0-alpha.10 2025-08-09 14:44:58 +00:00
nocobase[bot] fc461b885a chore(versions): 😊 publish v1.9.0-alpha.9 2025-08-09 05:27:40 +00:00
nocobase[bot] cbc0b111be chore(versions): 😊 publish v1.9.0-alpha.8 2025-08-08 07:09:50 +00:00
nocobase[bot] 7f27a9540b chore(versions): 😊 publish v1.9.0-alpha.7 2025-08-06 13:51:07 +00:00
nocobase[bot] c4efe676f9 chore(versions): 😊 publish v1.9.0-alpha.6 2025-08-06 02:54:07 +00:00
nocobase[bot] 76bbd95426 chore(versions): 😊 publish v1.9.0-alpha.5 2025-08-05 02:30:55 +00:00
nocobase[bot] c5fc718a56 chore(versions): 😊 publish v1.9.0-alpha.4 2025-08-01 04:34:29 +00:00
nocobase[bot] 177bd27ad3 chore(versions): 😊 publish v1.9.0-alpha.3 2025-07-18 01:38:14 +00:00
nocobase[bot] 4b03daeb2c chore(versions): 😊 publish v1.9.0-alpha.2 2025-07-15 10:28:08 +00:00
nocobase[bot] 6a5b4fe1ea chore(versions): 😊 publish v1.9.0-alpha.1 2025-07-07 09:37:53 +00:00
nocobase[bot] 0706b1c77a chore(versions): 😊 publish v1.8.0-alpha.14 2025-07-04 01:53:15 +00:00
nocobase[bot] df7d189393 chore(versions): 😊 publish v1.8.0-beta.13 2025-07-03 09:54:15 +00:00
nocobase[bot] b546dfa49b chore(versions): 😊 publish v1.8.0-alpha.13 2025-07-03 09:17:36 +00:00
nocobase[bot] d77e8f9173 chore(versions): 😊 publish v1.8.0-alpha.12 2025-07-02 04:09:44 +00:00
nocobase[bot] 8eebb22923 chore(versions): 😊 publish v1.8.0-alpha.11 2025-06-27 09:26:01 +00:00
nocobase[bot] 83cc0faa0c chore(versions): 😊 publish v1.8.0-alpha.10 2025-06-25 04:32:41 +00:00
nocobase[bot] c552b70a5f chore(versions): 😊 publish v1.8.0-alpha.9 2025-06-20 01:49:42 +00:00
nocobase[bot] c5475bfb56 chore(versions): 😊 publish v1.8.0-alpha.8 2025-06-17 02:39:11 +00:00
nocobase[bot] b7e546f0bf chore(versions): 😊 publish v1.8.0-alpha.7 2025-06-13 10:11:36 +00:00
nocobase[bot] af6d23c3c8 chore(versions): 😊 publish v1.8.0-alpha.6 2025-06-12 05:52:28 +00:00
nocobase[bot] c5d3176d1e chore(versions): 😊 publish v1.8.0-alpha.5 2025-06-12 03:15:26 +00:00