Commit Graph

62 Commits

Author SHA1 Message Date
ClarkXia 7ae6af361d
chore: update versions (#6820) 2024-03-07 11:26:12 +08:00
ClarkXia 79c32a77d7
Feat: optimize theme package injection (#6822)
* feat: optimize theme package injection

* fix: test case
2024-03-07 10:04:11 +08:00
ClarkXia c6386d9929
chore: update versions (#6549) 2023-10-12 11:36:20 +08:00
ClarkXia 9f455628b4
fix: compatible with win32 when config themePackage (#6565)
* fix: compatible with win32 when config themePackage

* fix: compatible with win32 when custom icon file

* chore: update change log
2023-10-11 13:37:06 +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
ClarkXia 430fff8a94
chore: update versions (#6021) 2023-03-07 10:04:24 +08:00
ClarkXia 1e6a015d98
fix: add icon style when config themePackage (#6019) 2023-03-06 17:43:50 +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
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
ClarkXia c7cfed917b
fix: compile non-js file when use plugin fusion (#5937)
* fix: compile non-js file when use plugin fusion

* chore: add changelog
2023-02-21 16:41:15 +08:00
ClarkXia a944cf7f2e
fix: error when use plugin without config theme (#5747) 2022-12-26 16:49:43 +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
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
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
ClarkXia 52c2314ee9 fix: import theme icon (#484)
* fix: import theme icon

* fix: match entry
2022-11-15 10:27:46 +08:00
ClarkXia 8dac7a9879 fix: add semicolon for style import (#475) 2022-11-15 10:27:18 +08:00
ClarkXia 301a467fdd feat: plugin fusion (#424)
* feat: plugin fusion

* feat: plugin fusion

* chore: publish config
2022-11-15 10:22:57 +08:00
ClarkXia ac910ed2dc refactor: remove 2.x code 2022-11-14 17:17:45 +08:00
ClarkXia 0f640e788d
fix: return sourceMap of custom loader (#5452)
* fix: return sourceMap of custom loader

* chore: optimize code
2022-08-11 16:52:24 +08:00
Hengchang Lu 498d7ddbf2
Merge pull request #4799 from alibaba/release/2.1.1
Release/2.1.1
2021-10-28 14:53:39 +08:00
ClarkXia 19adca68fc
feat: tilde alias for component style (#4816)
* feat: tilde alias for component style

* fix: remove tilde alias for vite in plugins
2021-10-28 14:52:34 +08:00
ClarkXia cf6feb01f5 Merge branch 'master' into release/2.1.1 2021-10-27 20:14:41 +08:00
ClarkXia 7ec4e87428
feat: support disableModularImport for plugin-fusion (#4802) 2021-10-26 17:46:44 +08:00
ClarkXia 3d110e56ce
fix: deprecate check of componentConfig when import style path (#4789)
* fix: deprecate check of componentConfig when import style path

* chore: changelog

* fix: add package list of style import

* fix: add package names
2021-10-26 11:07:42 +08:00
ClarkXia b6e1fdf7a2
fix: win32 path of theme icon in vite mode (#4715) 2021-09-29 16:51:28 +08:00
ClarkXia e1b2a9c114 chore: version 2021-09-26 14:41:41 +08:00
ClarkXia a7e4841fd6
fix: theme icon in vite mode (#4683) 2021-09-26 13:15:47 +08:00
ClarkXia b2b1deb305
feat: support fusion theme config in vite (#4588)
* feat: support fusion theme config in vite

* fix: optimize code

* chore: version
2021-08-31 18:51:33 +08:00
ClarkXia feb64180a6 chore: verison 2021-08-31 11:22:04 +08:00
ClarkXia b576735736
fix: preprocessorOptions transformer (#4567)
* fix: preprocessorOptions transformer

* fix: optimize code

* fix: optimize code
2021-08-25 11:57:38 +08:00
ClarkXia aa5e9ddd89
feat: support style import in vite (#4528)
* feat: support style import in vite

* fix: update build-scripts
2021-08-09 12:11:14 +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
那吒 e39a0756f3
fix: fusion external (#4401)
* fix: 🐛 fix umd with other targets

* feat: 🎸 change strategy

* feat: 🎸 restore logic
2021-06-29 14:30:38 +08:00
ClarkXia 89d0dad900
fix: config externals of commonjs (#4379)
* fix: config externals of commonjs

* fix: match regex
2021-06-10 14:06:25 +08:00
ClarkXia 555575540a
fix: compatible with umd export when external Next (#4363) 2021-06-09 14:11:54 +08:00
ClarkXia 0f64859c1c
chore: version and changelog (#4280)
* chore: version and changelog

* chore: version
2021-04-29 11:18:25 +08:00
ClarkXia 93f1492bce
fix: remove error string in calculated colors (#4273)
* fix: remove error string in calculated colors

* fix: remove string template of inject code
2021-04-28 14:22:56 +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 fb06b2fd7c
chore: version (#4206)
* chore: version

* chore: update lock file

* chore: version
2021-04-08 16:11:27 +08:00
ClarkXia b789de8385
feat: support css variables (#4201) 2021-04-08 11:14:59 +08:00
ClarkXia 1d9923403f
chore: changelog and version (#4094)
* chore: version

* chore: update version

* chore: version

* chore: changelog
2021-02-24 13:59:33 +08:00
ClarkXia 1bf3ffad78
feat: upgrade sass-loader (#4083) 2021-02-22 14:06:15 +08:00
ClarkXia 0248042e68
fix: remove deprecated apis of webpack5 (#4081)
* fix: auto detect for webpack5

* refactor: plugin-webpack5

* fix: remove dependencies
2021-02-22 14:05:41 +08:00
ClarkXia 9784eb6a85
fix: external next styles (#4079)
* fix: external next styles

* fix: external rules
2021-02-22 12:28:05 +08:00
ClarkXia 5381fed880
chore: version (#4052)
* chore: version

* fix: sync order
2021-01-26 16:23:53 +08:00
ClarkXia 97d269030c
fix: compatible with webpack apis (#4039)
* fix: compatible with webpack apis

* chore: add peer dependencies

* chore: add peer dependencies
2021-01-25 10:18:42 +08:00
ClarkXia 1df6ddf275
fix: plugin-fusion rules (#4018)
* fix: error condition of color variables

* fix: plugin-fusion color rules

* chore: changelog
2021-01-13 21:18:02 +08:00
ClarkXia ecc35619ec
feat: support colorNames (#3916)
* feat: support colorNames

* fix: rename config

* chore: docs
2020-12-14 17:22:53 +08:00
ClarkXia 5bd7a579d4 chore: version 2020-12-14 11:20:49 +08:00