ClarkXia
18c7e3eb07
Merge pull request #6890 from alibaba/release/next
...
Release 3.4.9
2024-05-30 10:30:50 +08:00
ClarkXia
8ebd64e04e
chore: update versions ( #6884 )
2024-05-30 10:08:41 +08:00
Homyee King
4865124254
fix(plugin-request): default type for TParams ( #6885 )
2024-05-21 16:17:48 +08:00
ClarkXia
fbeaf932cb
chore: update versions ( #6509 )
2023-09-14 10:58:37 +08:00
luhc228
b8b1d5e41f
fix: source map url in prod files but the sourceMap files not published ( #6511 )
...
* fix: source map url in prod files
* chore: changeset
2023-09-06 10:09:59 +08:00
github-actions[bot]
e3ca513f56
chore: update versions ( #5949 )
...
* chore: update versions
* Update CHANGELOG.md
* Update CHANGELOG.md
* Update CHANGELOG.md
---------
Co-authored-by: ClarkXia <xiawenwu41@gmail.com>
2023-03-02 13:55:59 +08:00
luhc228
dae91e218c
fix: request plugin type and usage ( #5992 )
...
* feat: add d.ts type
* fix: request type
* fix: useRequest usage
* chore: changeset
* feat: support useRequest param is string
2023-03-01 18:00:59 +08:00
ClarkXia
56fb406e8a
fix: import path of types and runtime ( #5981 )
...
* fix: import path of types and runtime
* chore: package.json
* chore: add changelog
* fix: typings
* fix: type declare
2023-02-28 15:08:10 +08:00
luhc228
8eee4f0dc9
fix: prebundle esm module error ( #5935 )
...
* fix: prebundle esm module error
* fix: test case error
* chore: changeset
* chore: release beta version
* chore: remove unused code and deps
* chore: update comment
* chore: remove debugger
* chore: changeset
* chore: release beta version
2023-02-20 10:22:46 +08:00
luhc228
db495382b2
feat: use changeset to publish and version ( #5864 )
...
* feat: add changesets config
* chore: remove version publish scripts
* chore: update ci workflow
* chore: update checkout branch step
* chore: lock
* fix: lost scripts
* fix: ts type error
* chore: remove scripts
* chore: update README
* chore: update lock
* chore: update dependency and script
* chore: remove version check
* chore: add publishConfig to package.json
* chore: update ci step
* chore: update release:beta script
* chore: add private field to examples
* chore: remove registry
* chore: update lock
* chore: update ci workflow
* chore: update workflow
* chore: update README
* chore: update changeset README
* chore: update cache key
* feat: update cache
* chore: update cache config
2023-02-13 14:48:34 +08:00
ClarkXia
05aeb94f6b
feat: plugin for icestark ( #5695 )
...
* feat: plugin icestark arch
* feat: icestark child app
* chore: update type
* fix: icestark child
* feat: icestark layout
* feat: icestark framework
* feat: test case for icestark
* chore: changelog
* fix: optimize code
* fix: optimize code
2022-12-15 14:35:07 +08:00
ZeroLing
31eb662648
chore: update repo and changelog ( #5618 )
...
* chore: add changelog and docs update
* docs: update docs repo
* Update CHANGELOG.md
2022-11-24 19:11:13 +08:00
ClarkXia
f9a3829e63
fix: rename getConfig as pageConfig ( #684 )
...
* fix: rename getConfig as pageConfig
* chore: optimize code
* fix: type
* fix: optimzie code
2022-11-15 10:33:11 +08:00
ZeroLing
d2c7e0696d
chore: optimize ( #676 )
...
* chore: optimize with rax-compat docs
* refactor: add mock express types dependency
* refactor: change usage for definePageConfig
* chore: change docs
* docs: ICE to ice.js
* fix: templorary remove the type
* chore: handle with lint problems
* fix: lock file
2022-11-15 10:33:11 +08:00
长喆
4ad6c2aee9
feat(request): support generic type data ( #683 )
...
Co-authored-by: ClarkXia <xiawenwu41@gmail.com>
2022-11-15 10:33:11 +08:00
ZeroLing
2d0a38ba9e
Docs/add request ( #670 )
...
* chore: close announcement
* docs: add doc for request
* docs: rename title for request
* docs: add.tsx
* docs: request doc
* refactor: change request to requestConfig
* chore: change usage and documentation
* docs: optimize doc
* docs: update
2022-11-15 10:33:11 +08:00
水澜
3a672c387e
fix: request in data loader ( #662 )
...
* fix: support request in data loader
* fix: type
* fix: type
* fix: ts error
* fix: type
* feat: support config exports in plugin
* fix: filter static modules
* refactor: rename
2022-11-15 10:33:11 +08:00
ClarkXia
7b1cb86299
refactor: type dependencies ( #638 )
...
* refactor: types dependencies
* chore: types
* fix: tsconfig
* chore: optimize code
* fix: conflict
2022-11-15 10:33:00 +08:00
染陌同学
a2ed3968d0
Chore/modify export ( #623 )
...
* chore: modify ExportData to IdentifierData
* chore: add type for addDataLoaderImport
* chore: modify to removeIdentifierData
* chore: add AddDataLoaderImport
* chore: modify exportAlias to alias
* feat: modify generateIdentifier
* chore: modify transformIdentifierToDeclaration
* chore: modify to declaration
* chore: modify addDeclaration
* chore: modify removeDeclaration
2022-11-15 10:32:49 +08:00
ClarkXia
3c5866e533
feat: support static runtime ( #609 )
...
* feat: support static runtime
* fix: optimize code
* fix: optimize code
* fix: update app data
* fix: optimize code and add test case
2022-11-15 10:32:49 +08:00
luhc228
bcbf6b5804
feat: support runtime relative path ( #537 )
...
* feat: support runtime relative path
* chore: line break
* fix: not compatible with relative path
* feat: support absolute path
* docs: update plugin-dev
* docs: optimize config
* refactor: runtime staticRuntime and name
* fix: type
* chore: remove file path exists check
2022-11-15 10:32:43 +08:00
ZeroLing
86b234162d
feat: plugin jsx plus ( #529 )
...
* feat: create plugin jsx plus
* feat: add jsx plus plugin
* chore: dismiss all lint problems
* feat: add include and exclude
* docs: update docs of jsx plus
* fix: in case of auto lint fix
* fix: lint problem
* fix: compatible with node 14
* chore: update version
* chore: update pnpm lock
* fix: dev dep
2022-11-15 10:32:39 +08:00
ZeroLing
ec42015d34
Plugin/request ( #439 )
...
* feat: introduce useRequest
* chore: add some description
* fix: export statment for generator
* fix: make @ice/types dev dep
* fix: remove I prefix for interface
* fix: lint
* fix: update pnpm
* feat: add use case for app config
* fix: using export request config
* fix: review for code
* fix: dev dependency
2022-11-15 10:30:37 +08:00
ClarkXia
ac910ed2dc
refactor: remove 2.x code
2022-11-14 17:17:45 +08:00
ClarkXia
4f3d9492c9
chore: add changelog and update version ( #5403 )
...
* chore: add changelog and update version
* chore: update version
2022-08-08 10:38:17 +08:00
ClarkXia
b0ccef9924
chore: lint
2022-07-06 16:27:45 +08:00
Asa
64b3f6dcd3
bugfix: repeat interceptor ( #5321 )
2022-07-06 14:47:12 +08:00
ClarkXia
0836c78549
fix: test case for request
2021-09-17 13:47:22 +08:00
ClarkXia
2a9af1f3a7
fix: test case
2021-09-17 13:33:02 +08:00
ClarkXia
dbe6438e63
feat: lock axios version ( #4640 )
...
* feat: lock axios version
* chore: verison
2021-09-17 11:51:46 +08:00
Hengchang Lu
6ec8ebe0fa
feat: enhance debug package ( #4505 )
...
* feat: enhance debug package
* fix: build error
2021-07-28 16:47:11 +08:00
ClarkXia
38162eeefb
Merge branch 'master' into release/2.0.0
2021-07-19 19:35:09 +08:00
ClarkXia
40a4d84f78
chore: tag next version and changelog ( #4447 )
...
* chore: tag next version and changelog
* chore: versions
* chore: version
* chore: fix version
* chore: remove deprecate package
* chore: remove useless dependencies
* chore: fix demo
* chore: version
* chore: bump version
* chore: add dependencies
2021-07-12 19:48:09 +08:00
ClarkXia
35c351e9fc
chore: version ( #4444 )
...
* chore: version
* fix: update lock file
* chore: version
2021-07-08 13:43:08 +08:00
那吒
88999a29fd
feat: 🎸 provide types lint ( #4430 )
...
* feat: 🎸 provide types lint
✅ Closes : #4417
Co-authored-by: heiye9 <heiye9@foxmail.com>
2021-07-08 11:15:24 +08:00
ClarkXia
be7adf2456
feat: runtime structure refactor ( #4346 )
...
* feat: runtime structure refactor
* fix: unknown method
* fix: error import source
* chore: lock version
* chore: optimize code
2021-07-02 16:32:42 +08:00
ClarkXia
0c759a2687
chore: version ( #4409 )
...
* chore: version
* chore: changelog and version
* chore: version
2021-07-01 11:27:37 +08:00
大果
b818ddcfdc
feat: support axios cancel ( #4415 )
...
* feat: support axios.CancelToken when use request
* chore: remove request.cancel
2021-06-30 22:36:51 +08:00
ClarkXia
d562586c3f
chore: add repository ( #4220 )
...
* chore: add repository
* chore: update package.json of plugin-fusion (#4218 )
add repo
* chore: fix repository type
Co-authored-by: 游鹿 <njuzhaoguoyan@foxmail.com>
2021-04-20 15:30:21 +08:00
ClarkXia
c2f12675f1
fix: lessLoaderOptions ( #4154 )
2021-03-11 13:40:55 +08:00
ClarkXia
57ac1f7297
chore: verison and changelog ( #4148 )
...
* chore: verison and changelog
* chore: bump version
* chore: verison
* chore: plugin-antd version
2021-03-10 18:07:39 +08:00
ClarkXia
cc2db2090f
refactor: generate runtime module ( #4132 )
...
* refactor: generate runtime module
* fix: npm files
* feat: debug runtime as default
* fix: remove moduleName
* fix: ts lint of runtime
* fix: ts error
2021-03-09 18:12:30 +08:00
ClarkXia
5381fed880
chore: version ( #4052 )
...
* chore: version
* fix: sync order
2021-01-26 16:23:53 +08:00
ClarkXia
b9afe83e2a
chore: bump dependencies version ( #4034 )
...
* chore: update typescript version
* chore: bump version
* fix: remove css-hot-loader
* fix: eslint
* fix: mini-css-extract-plugin params
* fix: example lint
* fix: example lint
2021-01-25 10:18:15 +08:00
ClarkXia
6cde32d08e
chore: version ( #3992 )
...
* chore: version
* chore: tag version
* chore: verison
2021-01-06 10:54:04 +08:00
ClarkXia
0837d131da
feat: support modular import of runtime ( #3982 )
...
* feat: support modular import of runtime
* fix: check config module
* fix: consider with rax-app
2021-01-05 11:26:37 +08:00
Hengchang Lu
17c1b442eb
chore: remove npm registry url ( #3684 )
2020-10-21 17:11:24 +08:00
chenbin92
9ba0ae4571
docs: replace createApp with runApp ( #3643 )
2020-10-21 11:09:25 +08:00
思忠
9d1838ddc5
chore: publish icejs@1.9.0
2020-09-03 17:24:30 +08:00
狒狒神
821af53150
feat: support store ( #3442 )
2020-08-21 17:56:26 +08:00