chenos
|
979fc03a57
|
feat: add env.PLUGINS_DIRS
|
2023-11-01 22:32:34 +08:00 |
|
Rain
|
6449e2fdb8
|
chore(e2e): optimize variable and timeout
|
2023-11-01 12:00:28 +08:00 |
|
chenos
|
2bb0f7c51c
|
chore(versions): 😊 publish v0.14.0-alpha.8
|
2023-11-01 09:52:49 +08:00 |
|
被雨水过滤的空气-Rain
|
29bf187fbf
|
chore: optimize locators (#2833)
* test(e2e): better locators for designer buttons
* fix: make test passing
* refactor: remove DesignerControl
* chore: better locators
* fix: should not disable add-menu-item
* chore: better test id for block
* chore: optimize Action
* chore: remove role in BlockItem
* feat: improve locators
* chore: menu & add block
* chore: initializer
* chore: testid -> aria label
* chore: tabs
* chore: designers
* refactor: optimize schemaInitializer
* refactor: rename
* chore: add collectionName
* chore: block item
* chore: action
* fix: avoid crashting
* chore(e2e): add __E2E__
* chore: all dialog
* chore: add aria-label for block menu
* Revert "chore: add aria-label for block menu"
This reverts commit 6a840ef816 .
* chore: optimize aria-label of Action
* chore: schema-initializer
* chore(e2e): increase timeout
* chore: schema settings
* chore: optimize table
* chore: workflow
* chore: plugin manager
* chore: collection manager and workflow
* chore: details of workflow
* chore: remove testid of Select
* test: fix unit-tests
* test: fix unit-tests
* test(e2e): passing tests
* test: fix unit test
* chore: should use hover
* test: passing tests
* chore: passing tests
* chore: fix CI
* chore: fix CI
* chore: increase timeout in CI
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
|
2023-10-27 15:32:17 +08:00 |
|
Rain
|
384cc1c56c
|
chore(versions): 😊 publish v0.14.0-alpha.7
|
2023-10-07 15:53:49 +08:00 |
|
被雨水过滤的空气-Rain
|
573cde0a21
|
feat(variable): lazy load association fields (#2382)
* refactor: remove useless code
* feat: should always show user variable
* style: optimize style of variable input
* feat: change maxDepth of user varialbe to 3
* refactor: migrate getFieldDefaultValue to SchemaSettings.tsx
* feat: support to parse variables
* feat: support to parse array fields
* refactor: make testing more stable
* chore: fix CI
* feat: support to parse current user
* fix: fix tests
* feat: support to register variable
* feat: support to parse "$context"
* refactor: remove useless code
* fix: fix build
* fix: fix build
* test: make stable
* docs: add doc
* fix: fix T-1267
* fix: fix T-1268
* fix: fix T-1269
* fix: fix T-1271
* fix: fix T-1274
* refactor: improve code
* feat(variable): support local variable
* fix: fix T-1280
* refactor: close T-881
* refactor: remove useLazyLoadAssociation
* fix: fix T-1289,T-1290
* fix: fix T-1296
* refactor(AssignedField): replace user variable
* refactor: extract useBaseVariable
* refactor(AssignedField): replace variables
* feat(useVariables): support to use array as local variables
* refactor: improve variables (T-1295)
* feat: limit user choice (T-1297)
* fix: fix T-1305
* refactor: extract as SchemaSettings.DataScope
* refactor: improve linkage rules
* refactor: improve linkage rules of Action
* chore: fix build
* refactor: improve data scope of association fields
* chore: fix build
* feat: select limit
* refactor: use VariableInput to replace other
* fix: fix can not input
* fix(AssignedField): fix cannot close variables list
* test: fix errors
* refactor: migrate to new file
* fix: uniq
* fix: filter empty values
* fix: transform variables value
* fix: should sum numbers (T-1330)
* fix: fix Select (T-1337)
* refactor: use useMemo
* refactor: use hooks
* refactor: use hooks
* refactor: use hooks
* refactor: remove useless code
* refactor: rename `$form` to `$nForm` and `$record` to `$nRecord`
* fix: fix T-1334
* refactor(LinkageRuleActionGroup): use hooks
* refactor(FormButtonLinkageRuleAction): use hooks
* refactor: add type
* fix: avoid crashing
* refactor: rename `$date` to `$nDate`
* fix: fix T-1348
* perf: avoid duplicate requests
* test: fix error
* fix: fix T-1355
* fix: fix T-1355
* fix: fix T-1345
* fix: fix T-1346
* refactor(useVariableOptions): replace query with parameter
* fix: fix T-1335
* chore: fix build
* fix: fix T-1453
* refactor: remove useless code
* fix: fix T-1447
* fix: should update when seting default value
* fix: fix T-1454
* chore(eslint): ignore docker
* fix: fix T-1440
* refactor: use hooks
* fix: fix T-1332
* fix(defaultValue): should use Select mode
* fix(defaultValue): fix Checkbox
* refactor: rename and comment
* refactor: rename file name and hook name
* feat(subForm): support lazy load association fields
* fix: filter empty values
* fix(defaultValue): schema type of Checkbox should be void
* fix: fix T-1479
* fix: fix T-1491
* fix(ToOneNester): should use RecordProvider
* fix: fix T-1493
* chore: add comment
* fix: fix T-1495
* chore: fix build
* test: make pass
* fix: fix T-1503
* fix: fix T-1504
* fix: fix transformVariableValue
* fix: disable unsupport options
* refactor(useVariableOptions): add noDisabled params
* fix: data scope support to select to-many fields
* chore: add comment
* refactor: improve default value
* refactor: extract as useIsAllowToSetDefaultValue
* fix: should not support to set default value in edit mode
* fix: only the default values for sub-forms and sub-tables are valid
* fix: limit default value of association fields
* fix: fix '$nForm' variable
* fix: allow all inherit chain
* fix: optimize default value
* fix: optimize json field
* fix(currentObject): avoid error
* fix: should not show variable string
* fix: active fields
* fix: avoid errors
* feat: support special case
* fix: fix CI
* chore: fix build
* fix: json
* refactor: rename flag name
* fix: fix T-1559
* fix: fix T-1515
* fix: avoid crash
* fix: fix T-1520
* fix: fix T-1521
* fix: fix T-1523
* fix: fix T-1563
* fix: fix T-1565
* fix: fix T-1525
* fix: fix T-1524
* fix: fix T-1603
* fix: fix T-1332
* fix: fix T-1559
* fix: fix T-1602
* fix: fix T-1608
* fix: fix T-1612 T-1609
* fix: fix T-1681
* fix: fix T-1711
* fix: fix T-1713
* fix: fix T-1680
* chore: close T-1550
* fix: fix T-1507
* chore: avoid crashing
* fix: fix T-1557
* perf: close T-1726
* fix: fix T-1727
* fix: fix T-1741
* fix: fix T-1740
* chore(workflow): compact
* chore: should not to support to set default value in assign field values
* perf: compat and perf (T-1736)
* fix: fix T-1872
* fix: fix T-1877
* fix: fix quarter variables
* chore: add README
* chore: front-end should not depend on back-end code
* chore: should disable all variable options if no field is selected
* chore: should be a leaf if it has no children
* chore: fix build error
* fix: compat $form
* fix: compat $form
* chore: fix build
* chore: fix build
* fix: typeError: Cannot read properties of undefined (reading 'template')
* chore: fix test
* chore: add test
* fix: fix T-2072
* chore: optimize eslint
* perf: reduce number of requests
* fix: fix JSON
* test: fix error
* fix(e2e): avoid error
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
|
2023-10-07 15:49:09 +08:00 |
|
mytharcher
|
8eb634459d
|
chore(versions): 😊 publish v0.14.0-alpha.6
|
2023-09-22 15:49:50 +08:00 |
|
mytharcher
|
bffa53a04e
|
chore(versions): 😊 publish v0.14.0-alpha.5
|
2023-09-22 15:47:28 +08:00 |
|
mytharcher
|
d20398f73f
|
chore(versions): 😊 publish v0.14.0-alpha.4
|
2023-09-21 23:25:31 +08:00 |
|
jack zhang
|
196bec0ede
|
fix: build bug (#2685)
|
2023-09-20 17:56:36 +08:00 |
|
jack zhang
|
dfe77ca2fb
|
fix: build bug (#2683)
|
2023-09-20 11:46:06 +08:00 |
|
jack zhang
|
9e5e96b9e4
|
fix: improve build (#2643)
* fix: client lib require wrapper
* fix: bug
* fix: add tsconfig.paths.json
* fix: collection dir not exists
* fix: improve...
* fix: update yarn.lock
* fix: db.sync
* fix: bugs
* fix: bugs
* fix: bugs
* fix: bugs && allow user custom build config
* docs: user custom config docs
* refactor: custom user build config
* fix: bugs
* fix: build plugin-client bug
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
|
2023-09-15 08:51:20 +08:00 |
|
chenos
|
6058850db1
|
chore(versions): 😊 publish v0.14.0-alpha.3
|
2023-09-13 18:29:38 +08:00 |
|
chenos
|
3670d670ac
|
chore(versions): 😊 publish v0.14.0-alpha.2
|
2023-09-13 03:57:15 +08:00 |
|
chenos
|
117d4b8186
|
chore(versions): 😊 publish v0.14.0-alpha.1
|
2023-09-12 22:42:43 +08:00 |
|
jack zhang
|
705b7449f0
|
feat: new plugin manager, supports adding plugins through UI (#2430)
* refactor: plugin manager page
* fix: bug
* feat: addByNpm api
* fix: improve the addByNpm
* feat: improve applicationPlugins:list api
* fix: re-download npm package when restart app
* fix: plugin delete api
* feat: plugin detail api
* feat: zipUrl add api
* fix: upload api bug
* fix: plugin detail info
* feat: upgrade api
* fix: upload api
* feat: handle plugin load error
* feat: support authToken
* feat: muti lang
* fix: build error
* fix: self review
* Update plugin-manager.ts
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bugs
* fix: detail click and remove isOfficial
* fix: upgrade no refresh
* fix: file size and type check
* fix: bug
* fix: upgrade error
* fix: bug
* fix: bug
* fix: plugin card layout
* fix: handling exceptional cases
* fix: tgz file support
* fix: macos compress file
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: add upgrade npm type
* fix: bugs
* fix: bug
* fix: change plugins static expose url
* fix: api prefix
* fix: bug
* fix: add nginx `/static/plugin/` path
* fix: bugs and pr docker build no dts
* fix: bug
* fix: build tools bug
* fix: improve code
* fix: build bug
* feat: improve plugin info
* fix: ui bug
* fix: plugin document bug
* feat: improve code
* feat: improve code
* feat: process dev deps check
* feat: improve code
* feat: process.env.IS_DEV_CMD
* fix: do not delete the plugin package
* feat: plugin symlink
* fix: tsx watch --ignore=./storage/plugins/**
* fix: test error
* fix: improve code
* fix: improve code
* fix: emitStartedEvent
* fix: improve code
* fix: type error
* fix: test error
* test: console.log
* fix: createStoragePluginSymLink
* fix: clientStaticMiddleware rename to clientStaticUtils
* feat: build tools support plugins folder
* fix: 350px
* fix: error
* feat: client dev support plugin folder
* fix: clear cli options
* fix: typeError: Converting circular structure to JSON
* fix: plugin name
* chore: restart application after command
* feat: upgrade error & docs
* Update v14-changelog.md
* Update v14-changelog.md
* Update v14-changelog.md
* fix: gateway test
* refactor(plugin-workflow): add ready state for gracefully tearing down
* Revert "chore: restart application after command"
This reverts commit 5015274f8e .
* chore: stop application whe restart
* T 1218 change plugin folder (#2629)
* feat: change folder name
* feat: change `pm create` command
* feat: revert plugin name change
* fix: delete samples
* feat: change plugins folder
* fix: pm create
* feat: update docs
* fix: link package error
* fix: docs
* fix: create command
* fix: pm add error
* fix: create add build
* fix: pm creatre + add
* feat: add tar command
* fix: docs
* fix: bug
* fix: docs
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
* feat: docs
* Update your-fisrt-plugin.md
* Update your-fisrt-plugin.md
* chore: application reload
* chore: test
* fix: pm add error
* chore: preset install skip exists plugin
* fix: createIfNotExists
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
Co-authored-by: chareice <chareice@live.com>
Co-authored-by: Zhou <zhou.working@gmail.com>
Co-authored-by: mytharcher <mytharcher@gmail.com>
|
2023-09-12 22:39:23 +08:00 |
|
Rain
|
fec17d5661
|
chore(versions): 😊 publish v0.13.0-alpha.10
|
2023-09-10 00:33:14 +08:00 |
|
chenos
|
b655517a74
|
chore(versions): 😊 publish v0.13.0-alpha.9
|
2023-09-07 12:46:24 +08:00 |
|
Rain
|
17d4476c10
|
chore(versions): 😊 publish v0.13.0-alpha.8
|
2023-09-07 09:04:08 +08:00 |
|
ChengLei Shao
|
97b4570bd2
|
chore(versions): 😊 publish v0.13.0-alpha.7
|
2023-09-05 09:01:30 +08:00 |
|
Rain
|
e5f5358be0
|
chore(versions): 😊 publish v0.13.0-alpha.6
|
2023-09-04 20:48:48 +08:00 |
|
chenos
|
af34fe10ab
|
chore(versions): 😊 publish v0.13.0-alpha.5
|
2023-09-03 11:35:48 +08:00 |
|
jack zhang
|
08c5383bee
|
refactor: build tools (#2374)
* refactor: core/build and cli/build.js
* fix: build
* fix: bug
* fix: replaceAll to replace
* fix: node version check
* fix: add require check
* fix: esbuild other ext
* fix: process json
* fix: exlude jsx-runtime
* feat: split chunk
* fix: minify plugin client bundle
* fix: compatibility
* fix: support import()
* feat: update docs
* fix: server deps
* feat: demo
* fix: remove cjs treeshake
* fix: local error
* fix: bug
* fix: lazy load
* fix: rewrites
* fix: remove dynamic import function
* feat: doc demo
* fix: codesanbox vite template
* fix: codesanbox demo
* fix: hide stackblitz
* fix: revert rspack
* fix: test bug
* fix: delete console
* fix: import dayjs locale
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
|
2023-09-03 10:59:33 +08:00 |
|
chenos
|
0fd38a5c56
|
chore(versions): 😊 publish v0.13.0-alpha.4
|
2023-08-27 10:04:58 +08:00 |
|
chenos
|
5278017fff
|
chore(versions): 😊 publish v0.13.0-alpha.3
|
2023-08-26 16:43:41 +08:00 |
|
chenos
|
f4a1953980
|
chore(versions): 😊 publish v0.13.0-alpha.2
|
2023-08-24 23:14:03 +08:00 |
|
chenos
|
6debb8d00b
|
chore(versions): 😊 publish v0.13.0-alpha.1
|
2023-08-24 17:49:13 +08:00 |
|
chenos
|
d8787493db
|
chore(versions): 😊 publish v0.12.0-alpha.5
|
2023-08-18 15:53:53 +08:00 |
|
chenos
|
df85fb430a
|
chore(versions): 😊 publish v0.12.0-alpha.4
|
2023-08-15 12:22:49 +08:00 |
|
chenos
|
31f01dd004
|
fix(build): isPluginPackage
|
2023-08-15 12:21:11 +08:00 |
|
chenos
|
9251fe015f
|
chore(versions): 😊 publish v0.12.0-alpha.3
|
2023-08-02 11:25:57 +08:00 |
|
chenos
|
6ae22cea68
|
chore(versions): 😊 publish v0.12.0-alpha.2
|
2023-08-02 02:25:49 +08:00 |
|
chenos
|
93f2bc2e67
|
chore(versions): 😊 publish v0.12.0-alpha.1
|
2023-08-02 00:10:42 +08:00 |
|
jack zhang
|
5df3b0e75d
|
refactor!: plugins build and plugins load (#2253)
* refactor: plugin build and plugin template
* refactor: plugins' deps
* refactor: plugins bugs
* feat: add plugin static middleware
* fix: bugs
* refactor: frontend plugin add from remote
* refactor: delete useless app/client/plugins
* fix: requirejs move to local
* fix: tests case
* refactor: add src/client and src/server dir check
* fix: lodash tree shaking
* refactor: add BUILD_TIP
* refactor: add file size tip
* fix: bugs
* fix: bug
* fix: change china-division
* fix: change plugins response
* fix: recover dynamicImport
* fix: change server src entry
* fix: test error
* fix: plugins sourcemap => false
* fix: production file error
* refactor: change build tools to vite and tsup
* fix: yarn.lock
* fix: bugs
* fix: server build bugs
* fix: delete .fatherrc.ts
* fix: bug
* fix: bug
* fix: bugs
* fix: bugs
* fix: bugs
* refactor: add plugin d.ts
* refactor: delete fatherrc
* refactor: delete father scripts
* refactor: build bug
* fix: bug
* fix: deps adjust
* fix: add build tips
* fix: bug
* refactor: ignore plugins when build client
* docs: update doc
* refactor: docs and build
* fix: bug
* refactor: build deps
* fix: add USER_REMOTE_PLUGIN env
* feat: add plugin static cache
* feat: add build deps cache
* fix: bugs
* test: add test
* fix: add plugin depden on plugin tip
* fix: adjust shouldDevDependencies
* fix: deps
* fix: ajust deps
* fix: mobile style error
* fix: map error
* fix: test
* fix: bug
* feat: lodash and dayjs import from themself
* feat: @emotion/css 、ahooks and lodash to global
* fix: theme-editor plugin error
* fix: review
* feat: move all plugins' dependencies to devDependencies
* feat: change build
* feat: add devPlugins
* fix: bug
* fix: bugs
* fix: bugs
* fix: bugs
* feat: build bugs
* fix: bugs
* fix: bugs
* fix: review
* fix: bug
* fix: change deps build
* fix: bugs
* fix: bug
* fix: bug
* fix: bugs
* fix: bug
* fix: bug
* fix: multi language
* fix: dist
* fix: cronstrue
* fix: getPackageClientStaticUrl
* fix: antd dayjs locale
* fix: plugin' d.ts import from dist
* fix: multi language
* fix: build types error
* fix: requireModule
* fix: plugin lifecycle
* fix: client resource
* fix: improve code
* fix: locale
* feat: custom build
* fix: require locale
* fix: improve code
* fix: improve code
* fix: skip preset
* fix: collection undefined
* feat: yarn build
* fix: remove enabled
* fix: update dockerfile
* fix: formily version
* docs: update v12 changelog
* fix: devDependencies
* feat: @nocobase/app
* feat: generateAppDir
* fix: improve code
* fix: 0.11.1-alpha.5
* fix: missing @nocobase/client
* fix: error
* fix: add .npmignore
* feat: upgrade antd version
* fix: dependencies
* fix: peerDependencies
* fix: remove china-division dep
* fix: toposort deps
* fix: update dockerfile
* fix: plugin template
* fix: app client outputPath
* feat: update docs
* fix: nginx server root
* fix: storage/.app-dev
* fix: getChinaDivisionData
* feat: plugin info
* feat: update docs
* fix: docs menu
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
|
2023-08-02 00:07:52 +08:00 |
|
chenos
|
40c4aab507
|
chore(versions): 😊 publish v0.11.1-alpha.5
|
2023-07-29 20:25:18 +08:00 |
|
chenos
|
b93f28a952
|
chore(versions): 😊 publish v0.11.1-alpha.4
|
2023-07-29 09:11:52 +08:00 |
|
chenos
|
81819f04e3
|
chore(versions): 😊 publish v0.11.1-alpha.3
|
2023-07-26 17:37:20 +08:00 |
|
chenos
|
c84476d805
|
chore(versions): 😊 publish v0.11.1-alpha.2
|
2023-07-23 12:44:50 +08:00 |
|
chenos
|
e979194cf2
|
chore(versions): 😊 publish v0.11.1-alpha.1
|
2023-07-22 12:50:04 +08:00 |
|
chenos
|
c0a59524ab
|
chore(versions): 😊 publish v0.11.0-alpha.1
|
2023-07-08 08:29:33 +08:00 |
|
被雨水过滤的空气-Rairn
|
fd36c970bc
|
refactor(client)!: upgrade antd to v5 (#2078)
* refactor: change moment to dayjs
* refactor: remove antd css
* refactor: change @formily/antd to @formily/antd-v5
* chore: add dep
* chore: upgrade babel/core and typescript
* refactor: rename moment to dayjs
* fix(dayjs): add plugins
* refactor: fix type errors
* refactor: change default export to named export
* chore: upgrade ts-loader
* refactor: rename moment to dayjs
* refactor: fix type errors
* chore: upgrade deps for build
* fix: fix build errors
* fix: add antd reset css
* fix: fix build error
* chore: add __builtins__
* chore: optimize genStyleHook
* refactor(Calendar): less to css-in-js
* refactor(acl): less to css-in-js
* refactor(board): less to css-in-js
* chore: add antd-style
* refactor(acl): use antd-style
* refactor(board): use antd-style
* refactor: schema-initializer
* refactor: refactor genStyleHook
* refactor: kanban
* refactor: filter
* refactor: upload
* refactor: markdown
* refactor: rename className to componentCls
* refactor: rich-text
* style: fix style
* fix: fix merge error
* chore: update yarn.lock
* chore: upgrade formily
* style: fix pageHeader
* style: fix add button style
* style: fix header menu color
* chore: update yarn.lock
* chore: upgrade deps
* test: fix tests
* test: fix tests
* fix: fix build error
* fix: fix style of plugin doc
* fix: fix tests
* fix: fix drag bug
* refactor: remove useless code
* fix: fix Modal style (T-621)
* fix: fix box-shadow of subMenu (T-622)
* fix: fix style of linkage rules (T-623)
* fix: fix style of DataTemplate
* fix: fix style of variable (T-620)
* chore: update yarn.lock
* fix: avoid test failed
* test: fix error
* chore: update yarn.lock
* test: fix error
* test(dayjs): fix error
* fix: should delay show menu to avoid the menu not hidden
* test: skip failure test
* fix(mouseEnterDelay): change default value from 100 to 150
* test: avoid failed
* refactor: rename component names
* chore: optimize types
* chore: lock antd version
* fix: fix build
* fix: fix build
* fix: layout bg color use variable
* fix: fix style of buttons
* feat: remove theme config
* fix(calendar): fix style
* fix(mobile-client): fix dialog style
* fix: fix test
* refactor: make code gooder
* chore: change code
* fix: fix T-847
* fix: fix T-845
* fix: display block
* fix: danger button
* refactor: make tester better
* fix: change moment to dayjs
* fix: build error
* fix: import dayjs/plugin/isSameOrBefore
* refactor: downgrade @testing-library/react to fix warning
* fix: fix CI
* fix: upgrade deps to fix build
* fix: fix test
* fix: skip some filed tests to avoid error
* fix: fix build errors that maked by merge code
* refactor: remove moment
* fix: error
* feat: update doc
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
|
2023-07-08 08:26:27 +08:00 |
|
jack zhang
|
2cb1203aa4
|
refactor(client)!: application, router and plugin (#2068)
BREAKING CHANGE:
* refactor: update umi version 3.x to version 4.x
* refactor: update react-router-dom version to 6.x
* refactor(react-router-dom): change Layout Component `props.children` to `<Outlet />`
* refactor(react-router-dom): change <Route /> props and <RouteSwitch /> correct
* refactor(react-router-dom): replace `<Redirect />` to `<Navigate replace />`
* refactor(react-router-dom): replace `useHistory` to `useNavigate`
* refactor(react-router-dom): replace `useRouteMatch` to `useParams`
* refactor(react-router-dom & dumi): fix <RouteSwitch /> & umi document bug
* refactor(react-router-dom): `useRoutes` Optimize `<RouteSwitch />` code
* refactor(react-router-dom): update `Route` types and docs
* refactor(react-router-dom): optimize RouteSwitch code
* refactor(react-router-dom): `useLocation` no generics type
* refactor(react-router-dom): add `less v3.9.0` to `resolutions` to solve the error of `gulp-less`
* refactor(react-router-dom): fix `<RouteSwitch />` `props.routes` as an array is not handled
* chore: upgrade `dumi` and refactor docs
* fix: completed code review, add `targets` to solve browser compatibility & removed `chainWebpack`
* refactor(dumi): upgraded dumi under `packages/core/client`
* refactor(dumi): delete `packages/core/dumi-theme-nocobase`
* refactor(dumi): degrade `react` & replace `dumi-theme-antd` to `dumi-theme-nocobase`
* refactor(dumi): solve conflicts between multiple dumi applications
* fix: login page error in react 17
* refactor(dumi): remove less resolutions
* refactor(dumi): umi add `msfu: true` config
* fix: merge bug
* fix: self code review
* fix: code reivew and test bug
* refactor: upgrade react to 18
* refactor: degrade react types to 17
* chore: fix ci error
* fix: support routerBase & fix workflow page params
* fix(doc): menu externel link
* fix: build error
* fix: delete
* fix: vitest error
* fix: react-router new code replace
* fix: vitest markdown error
* fix: title is none when refresh
* fix: merge error
* fix: sidebar width is wrong
* fix: useProps error
* fix: side-menu-width
* fix: menu selectId is wrong & useProps is string
* fix: menu selected first default & side menu hide when change
* fix: test error & v0.10 change log
* fix: new compnent doc modify
* fix: set umi `fastRefresh=false`
* refactor: application v2
* fix: improve code
* fix: bug
* fix: page = 0 error
* fix: workflow navigate error
* feat: plugin manager
* fix: afterAdd
* feat: complete basic functional refactor
* fix: performance Application
* feat: support client and server build
* refactor: nocobase build-in plugin and providers
* fix: server can't start
* refactor: all plugins package `Prodiver` change to `Plugin`
* feat: nested router and change mobile client
* feat: delete application-v1 and router-switch
* feat: improve routes
* fix: change mobile not nested
* feat: delete RouteSwitchContext and change buildin Provider to Plugin
* feat: delete RouteSwitchContext plugins
* fix: refactor SchemaComponentOptions
* feat: improve SchemaComponentOptions
* fix: add useAdminSchemaUid
* fix: merge master error
* fix: vitest error
* fix: bug
* feat: bugs
* fix: improve code
* fix: restore code
* feat: vitest
* fix: bugs
* fix: bugs
* docs: update doc
* feat: improve code
* feat: add docs and imporve code
* fix: bugs
* feat: add tests
* fix: remove deps
* fix: muti app router error
* fix: router error
* fix: workflow error
* fix: cli error
* feat: change NoCobase -> Nocobase
* fix: code review
* fix: type error
* fix: cli error and plugin demo
* feat: update doc theme
* fix: build error
* fix: mobile router
* fix: code rewview
* fix: bug
* fix: test bug
* fix: bug
* refactor: add the "client" directory to all plugins
* refactor: modify samples client and plugin template
* fix: merge error
* fix: add files in package.json
* refactor: add README to files in package.json
* fix: adjust plugins depencies
* refactor: completing plugins' devDependencies and dependencies
* fix: bug
* refactor: remove @emotion/css
* refactor: jsonwebtoken deps
* refactor: remove sequelize
* refactor: dayjs and moment deps
* fix: bugs
* fix: bug
* fix: cycle detect
* fix: merge bug
* feat: new plugin bug
* fix: lang bug
* fix: dynamic import bug
* refactor: plugins and example add father config
* feat: improve code
* fix: add AppSpin and AppError components
* Revert "refactor: plugins and example add father config"
This reverts commit 483315bca5 .
# Conflicts:
# packages/plugins/auth/package.json
# packages/plugins/multi-app-manager/package.json
# packages/samples/command/package.json
# packages/samples/custom-collection-template/package.json
# packages/samples/ratelimit/package.json
# packages/samples/shop-actions/package.json
# packages/samples/shop-events/package.json
# packages/samples/shop-modeling/package.json
* feat: update doc
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
|
2023-07-07 14:35:22 +08:00 |
|
chenos
|
15f028295c
|
chore(versions): 😊 publish v0.10.1-alpha.1
|
2023-07-07 06:56:04 +08:00 |
|
jack zhang
|
717b21d37a
|
fix: 修复 gulp-less 版本导致的初始化 bug (#2153)
|
2023-06-29 16:24:24 +08:00 |
|
chenos
|
560c00cc3e
|
chore(versions): 😊 publish v0.10.0-alpha.5
|
2023-06-29 15:34:40 +08:00 |
|
chenos
|
f3f91bd649
|
chore(versions): 😊 publish v0.10.0-alpha.4
|
2023-06-27 13:50:59 +08:00 |
|
chenos
|
83bf8ea3bb
|
chore(versions): 😊 publish v0.10.0-alpha.3
|
2023-06-25 14:04:19 +08:00 |
|
chenos
|
0b06e2cd69
|
chore(versions): 😊 publish v0.10.0-alpha.2
|
2023-06-20 11:51:16 +08:00 |
|
jack zhang
|
d76e8fb87f
|
refactor: upgrade umi , react and react-router-dom (#1921)
* refactor: update umi version 3.x to version 4.x
* refactor: update react-router-dom version to 6.x
* refactor(react-router-dom): change Layout Component `props.children` to `<Outlet />`
* refactor(react-router-dom): change <Route /> props and <RouteSwitch /> correct
* refactor(react-router-dom): replace `<Redirect />` to `<Navigate replace />`
* refactor(react-router-dom): replace `useHistory` to `useNavigate`
* refactor(react-router-dom): replace `useRouteMatch` to `useParams`
* refactor(react-router-dom & dumi): fix <RouteSwitch /> & umi document bug
* refactor(react-router-dom): `useRoutes` Optimize `<RouteSwitch />` code
* refactor(react-router-dom): update `Route` types and docs
* refactor(react-router-dom): optimize RouteSwitch code
* refactor(react-router-dom): `useLocation` no generics type
* refactor(react-router-dom): add `less v3.9.0` to `resolutions` to solve the error of `gulp-less`
* refactor(react-router-dom): fix `<RouteSwitch />` `props.routes` as an array is not handled
* chore: upgrade `dumi` and refactor docs
* fix: completed code review, add `targets` to solve browser compatibility & removed `chainWebpack`
* refactor(dumi): upgraded dumi under `packages/core/client`
* refactor(dumi): delete `packages/core/dumi-theme-nocobase`
* refactor(dumi): degrade `react` & replace `dumi-theme-antd` to `dumi-theme-nocobase`
* refactor(dumi): solve conflicts between multiple dumi applications
* fix: login page error in react 17
* refactor(dumi): remove less resolutions
* refactor(dumi): umi add `msfu: true` config
* fix: merge bug
* fix: self code review
* fix: code reivew and test bug
* refactor: upgrade react to 18
* refactor: degrade react types to 17
* chore: fix ci error
* fix: support routerBase & fix workflow page params
* fix(doc): menu externel link
* fix: build error
* fix: delete
* fix: vitest error
* fix: react-router new code replace
* fix: vitest markdown error
* fix: title is none when refresh
* fix: merge error
* fix: sidebar width is wrong
* fix: useProps error
* fix: side-menu-width
* fix: menu selectId is wrong & useProps is string
* fix: menu selected first default & side menu hide when change
* fix: test error & v0.10 change log
* fix: new compnent doc modify
* fix: set umi `fastRefresh=false`
* refactor: application v2
* fix: improve code
* fix: bug
* fix: page = 0 error
* fix: workflow navigate error
* feat: plugin manager
* fix: afterAdd
* feat: update docs
* feat: update docs
* fix: page tab change not work
* fix: login redirect query param doesn't work
* fix: bug and doc
* feat: update docs
* fix: ci error
* fix: merge main
* feat: update docs
* feat: update docs
* feat: update docs
* chore(versions): 😊 publish v0.10.0-alpha.1
* fix: translations
* chore: backend node test max old space size
* docs: add useSearchParams
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
Co-authored-by: ChengLei Shao <chareice@live.com>
|
2023-06-20 11:48:02 +08:00 |
|
chenos
|
d7f21460c6
|
chore(versions): 😊 publish v0.9.4-alpha.2
|
2023-05-26 17:05:46 +08:00 |
|
chenos
|
9c94840c6b
|
chore(versions): 😊 publish v0.9.4-alpha.1
|
2023-05-25 22:48:39 +08:00 |
|
chenos
|
cf0a921f85
|
chore(versions): 😊 publish v0.9.3-alpha.1
|
2023-05-11 12:49:18 +08:00 |
|
chenos
|
923f6e7884
|
chore(versions): 😊 publish v0.9.2-alpha.4
|
2023-04-26 22:33:55 +08:00 |
|
chenos
|
9756dd134b
|
chore(versions): 😊 publish v0.9.2-alpha.3
|
2023-04-25 13:15:40 +08:00 |
|
chenos
|
3dfd5a1f7a
|
chore(versions): 😊 publish v0.9.2-alpha.2
|
2023-04-19 13:10:55 +08:00 |
|
chenos
|
bc5156d458
|
chore(versions): 😊 publish v0.9.1-alpha.2
|
2023-03-09 12:45:30 +08:00 |
|
chenos
|
946c8f25a3
|
chore(versions): 😊 publish v0.9.1-alpha.1
|
2023-03-03 09:34:06 +08:00 |
|
chenos
|
daa91e95a6
|
chore(versions): 😊 publish v0.9.0-alpha.2
|
2023-01-14 12:07:20 +08:00 |
|
chenos
|
013f0916a5
|
chore(versions): 😊 publish v0.9.0-alpha.1
|
2023-01-11 12:08:24 +08:00 |
|
chenos
|
8d30bee757
|
feat: change license (#1350)
|
2023-01-11 11:58:47 +08:00 |
|
chenos
|
d062c8fd99
|
chore(versions): 😊 publish v0.8.1-alpha.4 (#1331)
|
2023-01-05 23:22:18 +08:00 |
|
chenos
|
4ecd2ee40d
|
chore(versions): 😊 publish v0.8.1-alpha.2
|
2023-01-05 18:29:47 +08:00 |
|
chenos
|
dcee3dd94a
|
chore(versions): 😊 publish v0.8.0-alpha.13
|
2022-11-04 21:23:02 +08:00 |
|
chenos
|
642e04490d
|
chore(versions): 😊 publish v0.8.0-alpha.9
|
2022-11-02 22:27:03 +08:00 |
|
chenos
|
d5680f80d7
|
chore(versions): 😊 publish v0.8.0-alpha.8
|
2022-11-01 18:34:12 +08:00 |
|
chenos
|
85ead5375a
|
chore(versions): 😊 publish v0.8.0-alpha.7 (#1002)
|
2022-11-01 17:29:49 +08:00 |
|
chenos
|
3453f46997
|
chore(versions): 😊 publish v0.8.0-alpha.5
|
2022-11-01 00:50:00 +08:00 |
|
chenos
|
249dff16d3
|
refactor: plugin manager (#965)
* feat: improve code
* chore: update version
* feat: api service
* fix: api services
* feat: improve code
* feat: improve code
* feat: improve code
* feat: pm socket
* fix: test errors
* feat: add built-in plugins before upgrade
* feat: update docs
* feat: improve code
* fix: after load
|
2022-10-27 13:00:16 +08:00 |
|
Junyi
|
4247c1b255
|
Doc: api database events (#887)
* docs: add full sequelize model event types
* feat: update docs
* fix: types
* fix: update docs
* docs: refactor db event apis
* docs: add all events to db api
Co-authored-by: chenos <chenlinxh@gmail.com>
|
2022-10-14 17:22:32 +08:00 |
|
chenos
|
7fde444a60
|
chore(versions): 😊 publish v0.7.4-alpha.7 (#740)
|
2022-08-15 16:12:12 +08:00 |
|
chenos
|
a3810ac61a
|
chore(versions): 😊 publish v0.7.4-alpha.4 (#727)
|
2022-08-12 10:54:10 +08:00 |
|
chenos
|
bc12c92091
|
chore(versions): 😊 publish v0.7.4-alpha.1 (#696)
* docs: update release notes
* chore(versions): 😊 publish v0.7.4-alpha.1
* feat: update docker image version
|
2022-07-28 23:16:17 +08:00 |
|
chenos
|
83f2e19ef3
|
chore(versions): 😊 publish v0.7.3-alpha.1 (#657)
|
2022-07-20 15:28:13 +08:00 |
|
chenos
|
451d6ae974
|
chore(versions): 😊 publish v0.7.2-alpha.7 (#611)
* fix(cli): db sync error
* fix(cli): upgrade error
* feat: update docker image version
|
2022-07-10 00:41:36 +08:00 |
|
chenos
|
307c4ca1dc
|
chore(versions): 😊 publish v0.7.2-alpha.3 (#608)
|
2022-07-08 11:02:33 +08:00 |
|
chenos
|
654f0380b6
|
chore(versions): 😊 publish v0.7.2-alpha.2 (#606)
|
2022-07-07 18:38:30 +08:00 |
|
chenos
|
1e7746292f
|
chore(versions): 😊 publish v0.7.2-alpha.1 (#578)
* chore(versions): 😊 publish v0.7.2-alpha.1
* feat: update docker image version
|
2022-07-05 09:55:22 +08:00 |
|
chenos
|
a8f951dfab
|
chore(versions): 😊 publish v0.7.1-alpha.7 (#539)
* fix(cli): upgrade from docker
* chore(versions): 😊 publish v0.7.1-alpha.6
* fix: export bug
* chore(versions): 😊 publish v0.7.1-alpha.7
* docs: update release notes
|
2022-06-26 11:25:13 +08:00 |
|
chenos
|
c9159c6cf4
|
chore(versions): 😊 publish v0.7.1-alpha.5
|
2022-06-26 07:36:22 +08:00 |
|
chenos
|
570d039f19
|
chore(versions): 😊 publish v0.7.1-alpha.4
|
2022-06-26 07:21:10 +08:00 |
|
chenos
|
cd5bd09c50
|
chore(create-nocobase-app): fix some bugs (#538)
* fix: tsconfig
* chore(versions): 😊 publish v0.7.1-alpha.1
* fix: update gitHead
* fix: update gitHead
* chore(versions): 😊 publish v0.7.1-alpha.2
* fix: update client/server entry file
* chore(versions): 😊 publish v0.7.1-alpha.3
* fix: check core dir
* fix: missing core dir
* feat: relationship fields are loaded on demand
|
2022-06-26 07:19:03 +08:00 |
|
chenos
|
838f4f18dc
|
chore(versions): 😊 publish v0.7.0-alpha.83
|
2022-06-01 12:49:30 +08:00 |
|
chenos
|
4820fd0937
|
chore(versions): 😊 publish v0.7.0-alpha.82
|
2022-05-27 00:02:32 +08:00 |
|
chenos
|
735581d20d
|
feat: add create-plugin command (#423)
* feat: add create-plugin command
* chore(versions): 😊 publish v0.7.0-alpha.79
* chore(versions): 😊 publish v0.7.0-alpha.80
* chore(versions): 😊 publish v0.7.0-alpha.81
|
2022-05-25 23:21:19 +08:00 |
|
chenos
|
cd39e927b6
|
chore(versions): 😊 publish v0.7.0-alpha.78 (#419)
* chore(versions): 😊 publish v0.7.0-alpha.68
* chore(versions): 😊 publish v0.7.0-alpha.69
* chore(versions): 😊 publish v0.7.0-alpha.70
* chore(versions): 😊 publish v0.7.0-alpha.71
* chore(versions): 😊 publish v0.7.0-alpha.72
* chore(versions): 😊 publish v0.7.0-alpha.78
|
2022-05-24 19:37:15 +08:00 |
|
chenos
|
326297936b
|
chore(versions): 😊 publish v0.7.0-alpha.67
|
2022-05-24 15:53:45 +08:00 |
|
chenos
|
9c19e4d67f
|
chore(versions): 😊 publish v0.7.0-alpha.66
|
2022-05-24 15:52:21 +08:00 |
|
chenos
|
35d01a5fb0
|
chore(versions): 😊 publish v0.7.0-alpha.64
|
2022-05-24 15:26:13 +08:00 |
|
chenos
|
c01c6952a5
|
chore(versions): 😊 publish v0.7.0-alpha.63
|
2022-05-24 15:10:31 +08:00 |
|
chenos
|
c851033406
|
feat: update docs (#413)
* feat: add alert message
* chore(versions): 😊 publish v0.7.0-alpha.61
* fix(create-nocobase-app): add storage folder
* fix(docs): storage path error
* chore(versions): 😊 publish v0.7.0-alpha.62
* docs: update upgrading
* docs: update release notes
|
2022-05-23 18:48:15 +08:00 |
|
chenos
|
f0d0afbb19
|
chore(versions): 😊 publish v0.7.0-alpha.60
|
2022-05-23 15:02:29 +08:00 |
|
chenos
|
c90e5aee4c
|
chore(versions): 😊 publish v0.7.0-alpha.59
|
2022-05-23 09:34:53 +08:00 |
|
chenos
|
19ee42257e
|
chore(versions): 😊 publish v0.7.0-alpha.58
|
2022-05-22 15:04:15 +08:00 |
|
chenos
|
33f076e430
|
chore(versions): 😊 publish v0.7.0-alpha.57
|
2022-05-19 12:02:20 +08:00 |
|
chenos
|
6410bc8a75
|
feat: build, cli, devtools, sdk, docs...
* feat: nocobase build
* chore: update build scripts
* chore: update build scripts
* chore(versions): 😊 publish v0.7.0-alpha.33
* chore: independent version
* chore: nocobase build
* chore(versions): 😊 publish v0.7.0-alpha.34
* feat: nocobase-cli
* feat: nocobase-cli
* chore: update dependencies
* feat: improve code
* refactor: create-nocobase-app
* chore(versions): 😊 publish v0.7.0-alpha.35
* feat: @nocobase/devtools
* chore(versions): 😊 publish v0.7.0-alpha.36
* chore: update dependencies
* chore(versions): 😊 publish v0.7.0-alpha.37
* feat: improve code
* chore(versions): 😊 publish v0.7.0-alpha.38
* feat: improve code
* chore(versions): 😊 publish v0.7.0-alpha.39
* feat: update deps
* chore(versions): 😊 publish v0.7.0-alpha.40
* chore: update devDependencies
* chore(versions): 😊 publish v0.7.0-alpha.41
* fix: postinstall
* chore(versions): 😊 publish v0.7.0-alpha.42
* chore: improve code
* chore(versions): 😊 publish v0.7.0-alpha.43
* chore: execa
* chore(versions): 😊 publish v0.7.0-alpha.44
* chore(cli): allow unknown option
* chore(versions): 😊 publish v0.7.0-alpha.45
* fix: default envs
* chore(versions): 😊 publish v0.7.0-alpha.45
* fix: package argument for build command
* chore(versions): 😊 publish v0.7.0-alpha.46
* fix: improve code
* chore(versions): 😊 publish v0.7.0-alpha.48
* feat: clean & doc
* chore(versions): 😊 publish v0.7.0-alpha.49
* feat: compilation tips
* feat: upgrade command
* chore(versions): 😊 publish v0.7.0-alpha.50
* fix: unexpected token ] in JSON
* chore(versions): 😊 publish v0.7.0-alpha.51
* fix: upgrade command
* chore(versions): 😊 publish v0.7.0-alpha.52
* fix: remove export action from available action
* fix: db sync after upgrade
* chore(versions): 😊 publish v0.7.0-alpha.53
* feat: upgrade log
* chore(versions): 😊 publish v0.7.0-alpha.54
* docs: updates
* feat: updates
* docs(cli): update usage description
* feat: updates
* docs: updates
* docs: updates
* docs: toc
* feat: sdk
* docs: updates
* docs: updates
* docs: updates
* Update index.md
* docs: updates
* Update release-notes.md
* Update roadmap.md
* Update index.md
* Update contributing.md
* Update contributing.md
* Update index.md
* Update index.md
* Update nocobase-cli.md
* Update nocobase-cli.md
* fix: user plugin initialization data
* Update env.md
* Update env.md
* Update directory-structure.md
* Update index.md
* Update action-api.md
* Update filter-operators.md
* docs: update thanks.md
* Update index.md
* Update javascript-sdk.md
* Update rest-api.md
* Update installation.md
* Update installation.md
* Update upgrading.md
* Update upgrading.md
* Update upgrading.md
* Update installation.md
* Update installation.md
* Create release-notes.md
* Update release-notes.md
* feat: updates
* feat: update docs
* feat: update release-notes.md
* feat: switch language
* feat: updates
* Add files via upload
* Add files via upload
* Update important-features.md
* Update thanks.md
* feat: nocobase postinstall
* Update index.md
* Create why-different.md
* Update why-different.md
* Create who-is-for.md
* Rename who-is-for.md to who.md
* feat: update docs
* Rename why-different.md to why.md
* Update why.md
* Update menus.ts
* Update why-nocobase.md
* Create who.md
* Create why.md
* feat: updates
* chore(versions): 😊 publish v0.7.0-alpha.55
* feat: tips
* Update who.md
* Update who.md
* feat: update docs
* feat: update doc menus
* fix: plugin client dist
* docs: update contributing.md
* docs: update readme.md
* docs: update readme.md
* docs: update readme.md
* Update functional-zoning.md
* fix: br
Co-authored-by: Zhou <zhou.working@gmail.com>
|
2022-05-19 00:40:55 +08:00 |
|