aoxiang78
0984bae2cc
fix: path error when packaging the component style export file in the windeos environment ( #31277 )
In the windeos environment:
"Lib/style/components.less" will generate the following path "@import "../xx\style\index.less";" This is wrong
Now use path.posix.join to be compatible with multi-platform packaging
3 years ago
偏右
d221458939
refactor: 📦 Generate version.js from package.json ( #23957 )
* 📦 generate version.js from package.json
* components/version/version.ts
* remove version.js
* fix scripts
* Add pretest and predist
* clean up finalizeCompile
* fix lint
5 years ago
偏右
612bcdf4a6
refactor: 📦 use webpack-plugin-esbuild ( #23930 )
* 📦 use webpack-plugin-esbuild
* rename esbuild-webpack-plugin
* fix npm run dist error
* fix npm run dist error
* code style improve
* remove extra finalizeDist
* Add process.env.ESBUILD
5 years ago
偏右
c27a3a40a7
chore: 📦 Optimize npm package size ( #23698 )
* improve custom theme import path
* reduce npm package size
5 years ago
zefeng
bff09f8fde
fix: fix ${theme}-theme.js file order ( #23243 )
* fix: fix ${theme}-theme.js file order
* chore: add generateThemeFileContent test
* chore: add test
* patch
* update docs
* update docs
* update docs
5 years ago
Rustin
13fda44fb1
refactor(skeleton): rewrite with hook ( #23206 )
* refactor(skeleton): rewrite with hook
* fix(skeleton): refine lint and compile issues
* fix(skeleton): refine compile issues
* chore: ignore eslint warning
5 years ago
zefeng
65293f62d6
feat: add getThemeVar file to support theme config and fix 4.1.2 them… ( #23171 )
* feat: add getThemeVar file to support theme config and fix 4.1.2 theme config breaking change
* patch
5 years ago
baozefeng
9c2473ab25
Revert "feat: add getThemeVar file to support theme config and fix 4.1.2 theme config breaking change"
This reverts commit 3d9b891a26
.
5 years ago
baozefeng
3d9b891a26
feat: add getThemeVar file to support theme config and fix 4.1.2 theme config breaking change
5 years ago
zefeng
a100139e17
feat(theme): extract theme-js file for supprt mixin theme ( #22934 )
5 years ago
偏右
b369717181
chore: 🦄 Add eslint-plugin-unicorn ( #22883 )
* 🦄 Add eslint-plugin-unicorn
* fix eslint errors
* fix eslint errors
* fix lint demo
* fix lint demo
5 years ago
zefeng
dda45e4796
feat: support compact theme ( #22126 )
* feat: support narrow theme mode
* chore: rename narrow to compact
* chore: height part
* chore: preview compact mode
* chore: to make site corrected
* chore: preview site
* docs: 📖 document compact theme usage
* docs: tweak theme doc
* docs: 📖 Add description about double css bundle size
* chore: preview
* chore: for preview
* chore: adjust pagination
* chore: compact mode done!
* chore: remove useless todo
* chore: fix review bug
* chore: fix review bug
* chore: fix card margin
* chore: fix review bug
* chore: fix review bug
* chore: improve i18n and transition
* Update site/theme/static/common.less
Co-Authored-By: 偏右 <afc163@gmail.com>
* chore: fix button size and description padding
* chore: update snapshots
* chore: add compact css bundlesize limit
* chore: compact dist support
Co-authored-by: afc163 <afc163@gmail.com>
5 years ago
ycjcl868
2aa9ab6791
chore: use dark-vars.js
5 years ago
ycjcl868
1ecf02b00a
📝 use dark-theme.js, antd.dark.less and css
5 years ago
ycjcl868
9b9de756ca
fix: stripPrefix less vars false
5 years ago
ycjcl868
2aa32e4280
chore: stripPrefix false
5 years ago
ycjcl868
e1d850374a
fix: rename antd-dark to dark
5 years ago
ycjcl868
e16b17b564
fix: dist build pipline
5 years ago
ycjcl868
53e663ab61
tweak: antd dark theme in as required usage
5 years ago
ycjcl868
4116a6ef59
feat: antd-dark.less build tool
5 years ago
afc163
b780070351
💄 prittier all files
6 years ago
zombieJ
778c2b1dff
build: Update build process for publish ( #15807 )
* use .antd-tools.config.js
* update style
* add minssing files
* move compile content to compile script
6 years ago