chenos
0e0e99ef79
chore(versions): 😊 publish v0.7.0-alpha.2
2022-04-25 12:10:30 +08:00
chenos
ed9b2b6d95
feat(license): update license
2022-04-25 12:05:37 +08:00
chenos
e7293ad7aa
chore(versions): 😊 publish v0.7.0-alpha.1
2022-04-25 10:27:04 +08:00
chenos
82167c6c47
chore(versions): 😊 publish v0.7.0-alpha.0
2022-04-25 09:51:35 +08:00
chenos
717efa889d
feat(license): replace MIT license with Apache-2.0
2022-04-25 09:45:24 +08:00
chenos
bc293b8fef
feat: favicon
2022-04-24 13:58:10 +08:00
chenos
2fd27ea9f3
feat: file storages ( #314 )
...
* feat: file storages
* feat: storageOptions
* feat: radio field
* fix: documentRoot
2022-04-24 10:12:12 +08:00
chenos
5c0184a397
feat: translations
2022-04-22 23:58:19 +08:00
chenos
f5dbb04a9f
fix: create-nocobase-app ( #306 )
...
* chore: create-nocobase-app
* chore: change create-nocobase-app lib to src
* chore(versions): 😊 publish v0.6.2-alpha.9
* fix: publish
* chore(versions): 😊 publish v0.6.2-alpha.10
* fix: read-config
* chore(versions): 😊 publish v0.6.2-alpha.11
* fix: create-nocobase-app publish
* chore: create-nocobase-app package.json
* chore(versions): 😊 publish v0.6.2-alpha.12
Co-authored-by: Chareice <chareice@live.com>
2022-04-21 00:15:38 +08:00
chenos
06de43da39
fix: getUmiConfig
2022-04-17 17:14:50 +08:00
ChengLei Shao
24ea83f0ff
Feat/create nocobase app ( #273 )
...
* create-nocobase-app template from [develop]
* change create-nocobase-app package.json config
* feat: load configuration from directory
* feat: configuration repository toObject
* feat: create application from configuration dir
* feat: application factory with plugins options
* export type
* feat: read application config & application with plugins options
* feat: release command
* fix: database release
* chore: workflow package.json
* feat: nocobase cli package
* feat: console command
* chore: load application in command
* fix: load packages from process.cwd
* feat: cli load env file
* feat: create-nocobase-app
* fix: gitignore create-nocobase-app lib
* fix: sqlite path
* feat: create plugin
* chore: plugin files template
* chore: move cli into application
* chore: create-nocobase-app
* fix: create plugin
* chore: app-client && app-server
* chore: package.json
* feat: create-nocobase-app download template from npm
* chore: create-nocobase-app template
* fix: config of plugin-users
* fix: yarn.lock
* fix: database build error
* fix: yarn.lock
* fix: resourcer config
* chore: cross-env
* chore: app-client dependents
* fix: env
* chore: v0.6.0-alpha.1
* chore: verdaccio
* chore(versions): 😊 publish v0.6.0
* chore(versions): 😊 publish v0.6.1-alpha.0
* chore(versions): 😊 publish v0.6.2-alpha.0
* chore(versions): 😊 publish v0.6.2-alpha.1
* chore: 0.6.2-alpha.2
* feat: workspaces
* chore(versions): 😊 publish v0.6.2-alpha.3
* chore(versions): 😊 publish v0.6.2-alpha.4
* chore: create-nocobase-app
* chore: create-nocobase-app lib
* fix: update tsconfig.jest.json
* chore: .env
* chore(versions): 😊 publish v0.6.2-alpha.5
* chore(versions): 😊 publish v0.6.2-alpha.6
* feat: improve code
* chore(versions): 😊 publish v0.6.2-alpha.7
* fix: cleanup
* chore(versions): 😊 publish v0.6.2-alpha.8
* chore: tsconfig for app server package
* fix: move files
* fix: move files
Co-authored-by: chenos <chenlinxh@gmail.com>
2022-04-17 10:00:42 +08:00
chenos
8b5ddf4501
feat: re-check role config after menu item insert adjacent
2022-04-11 09:22:41 +08:00
chenos
f791d43716
feat: acl provider ( #279 )
...
* feat: acl provider
* feat: menu server hook
* feat: improve code
* fix: fields filter
2022-04-10 19:22:39 +08:00
SemmyWong
3f3e9b5373
feat: add Slate component ( #272 )
...
* feat: add Slate component
* feat: add slate Read Pretty
* fix: remove unused code
* fix: demo
* feat: rich text field interface
* fix: editor normalize
* fix: modify slate style
* fix: remove debug info
Co-authored-by: chenos <chenlinxh@gmail.com>
2022-04-10 09:10:25 +08:00
chenos
8e10d7ae73
chore(client): add @nocobase/utils to rules
2022-04-07 08:39:22 +08:00
chenos
74779a0d46
feat: block provider ( #261 )
...
* feat: block schema
* feat: improve code
* feat: improve code
* feat: improve code
* feat: improve code
* feat: styling for kanban
* feat: improve code
* feat: improve code
* fix(client): auto collapse menu items when overflow
* feat: improve code
* fix: fieldNames prop for calendar
* fix: improve code
* feat: improve code
* feat: improve code
* feat: improve code
* feat: improve code
* feat: improve code
* feat: improve code
* feat: improve code
* feat: improve code
* fix: list the sub-table data source
* fix: useFilterByTk
* feat: improve code
* feat: improve code
* feat: improve code
2022-04-04 00:30:40 +08:00
chenos
246e06eb7a
feat: workflow route provider
2022-03-27 16:15:58 +08:00
Junyi
b59a239a82
Feat: client base entry of plugin workflow ( #225 )
...
* feat(plugin-workflow): add base client entry for workflow
* fix(plugin-workflow): workflow table
* feat: custom ui route (#227 )
* feat(plugin-workflow): add execution table
* refactor(actions): expose utils of actions
* fix(repo): move ".editorconfig" to root
* feat(plugin-workflow): base workflow management able to add node
* fix(plugin-workflow): fix empty workflow
* feat(plugin-workfow): add flow canvas and style
* fix(plugin-workflow): fix type for building
* feat(plugin-workflow): fix add node in branch and add branch ui
* feat(plugin-workflow): add calculation structure to condition config
* fix(plugin-workflow): fix branch line style
* feat(plugin-workflow): remove node with sub-branch
* feat(plugin-workflow): add parallel node type
* fix(plugin-workflow): fix dependency in client
Co-authored-by: chenos <chenlinxh@gmail.com>
2022-03-27 15:51:48 +08:00
chenos
f7ce3f64cf
fix: language settings
2022-03-21 21:37:35 +08:00
chenos
7285dd04ee
feat: save as template
2022-03-21 15:23:59 +08:00
chenos
6a7aa22718
feat: improve code
2022-03-19 19:28:53 +08:00
chenos
2fb019c392
feat: block templates ( #240 )
...
* feat: block templates
* feat: improve code
* feat: improve code
* feat: schema settings for block templates
* feat: improve code
* feat: transition
* feat: transition
2022-03-17 09:41:48 +08:00
chenos
4faf19d8eb
fix: improve code
2022-03-09 20:58:11 +08:00
chenos
9175ddc90e
fix(client): request collections after login
2022-03-09 11:21:11 +08:00
chenos
5164f85484
chore: env
2022-03-06 17:29:20 +08:00
chenos
a96f76b87a
feat(client): error handler
2022-03-02 13:22:59 +08:00
chenos
f5b2600640
feat: improve code
2022-02-24 16:52:35 +08:00
chenos
37be46aacb
feat(client): improve the collection manager module
2022-02-23 18:22:37 +08:00
chenos
57c9524f34
feat(client): add the setBearerToken method to the APIClient
2022-02-23 18:20:45 +08:00
chenos
f45b08af38
refactor(client): schema initializer
2022-02-22 11:17:24 +08:00
chenos
b656f69565
feat: improve schema Initializer
2022-02-17 23:56:39 +08:00
chenos
fc1a65a2fb
feat(client): improve the collection manager module
2022-02-16 22:48:24 +08:00
chenos
054a73d576
fix(app): postinstall with umi.cli.js
2022-02-16 14:57:33 +08:00
chenos
0440591868
feat: rename ui_schemas to uiSchemas
2022-02-16 00:22:47 +08:00
chenos
01e5e1cbac
feat: improve code
2022-02-13 11:23:40 +08:00
chenos
ad648431e9
feat: add @nocobase/plugin-ui-routes-storage
2022-02-11 15:16:00 +08:00
chenos
95f4406ba9
fix: do not display the page title
2022-02-11 09:42:15 +08:00
chenos
34f5c87a1e
feat: add @nocobase/app
2022-02-10 18:37:16 +08:00
chenos
732d31009e
v0.6
2021-12-06 21:23:34 +08:00
Junyi
60b966f59e
Fix: plugin-file-manager ( #111 )
...
* fix: test cases
* fix env used by file manager
* default value of process.env.LOCAL_STORAGE_BASE_URL
* use workspace dependencies
* refactor some env to adapt more scenario
* fix reviewing issues
* fix env default value
* update umi config
* bugfix
* fix shared cache
Co-authored-by: chenos <chenlinxh@gmail.com>
2021-12-03 07:31:22 +08:00
chenos
82ad5de8cb
fix: development environment client does not need to be compiled
2021-12-02 14:11:19 +08:00
chenos
bad753cd46
feat(docs): update model api doc
2021-11-12 18:38:58 +08:00
chenos
3cdff1adc8
fix: opts null
2021-11-10 20:32:47 +08:00
chenos
479f64f197
feat: support i18n ( #99 )
...
* feat: i18next
* multi language data
* feat(client): locale support
* en-US for collections
* us-EN for routes
* en-US for routes
* en-US for attachments
* feat: partial translations
* translation
* add AntdConfigProvider
* translation
* translation
* feat: translation
* feat: add translation
* fix: improve translation
* feat: improve translation
* fix: SyntaxError: Unexpected token ) in JSON at position
* typo
* feat: improve translation
* feat: improve translation
* feat: language settings can be saved on the server
* feat: lang option of init cli
* demo translation
* typo
* change address field to textarea
* address data
* feat: chart translation
* feat: chart translation
* improve translation
* signin,signup,signout...
Co-authored-by: Zhou <zhou.working@gmail.com>
2021-11-08 19:32:59 +08:00
ChengLei Shao
05ecb25d1b
feat: create nocobase app with simple & quickstart option ( #87 )
...
* feat: create nocobase app with simple & quickstart option
* chore: delete template file
* create-nocobase-app: add env API_PORT fallback
* chore: log
* env default fallback
* move config dir
* change has yarn
* chore: prettier
* fix: npm running issue
* database testing support sqlite
* once...
* chore: typo
* fix: sqlite test
* update readme
* feat: copy .env.example to .env at create-nocobase-app
* create-nocobase-app: change sqlite3 to github master
* create-nocobase-app: .env template
* create-nocobase-app: update .env
* chore: typo
* update README
* chore: Application constructor
* feat: sqlite demo data support
* fix test
* fix: application error
* chore: plugin-client run sql
* fix: application createCli
* fix: can choose whether to register actions
* chore: model compile error
* fix: support sqlite
* fix: demo data set index sequence on postgresql
* chore: code reduce
* fix: operators are compatible with sqlite
* add impor demo option to init command
* update env
Co-authored-by: chenos <chenlinxh@gmail.com>
2021-10-18 12:49:37 +08:00
chenos
8472d9e6b0
fix: cannot start the project
2021-10-10 12:16:28 +08:00
chenos
dafe8f14d0
chore: v0.5.0-alpha.16
2021-10-08 23:16:46 +08:00
chenos
e7df1f93c4
chore: v0.5.0-alpha.15
2021-10-08 00:33:40 +08:00
chenos
2fa8280803
chore: v0.5.0-alpha.14
2021-10-07 21:57:01 +08:00
chenos
8561502384
chore: v0.5.0-alpha.13
2021-10-07 21:33:32 +08:00