Please enable JavaScript in your browser!
首頁
探索
說明
註冊
登入
lihai
/
pad_spa
關註
1
讚好
0
複刻
0
Files
問題管理
0
合併請求
0
Wiki
目錄樹:
8d6c751f49
分支列表
標籤列表
feat/lihai
guoziming
hlg/20220512
lihai
master
yuhao
zhp
pad_spa
/
node_modules
/
@vue
/
component-compiler-utils
/
CHANGELOG.md
CHANGELOG.md
9.1 KB
文件歷史
原始文件
2.6.0
(2019-02-21)
Features
implement ::v-deep as a shadow piercing combinator (
#54
) (
8b2c646
)
2.5.2
(2019-01-31)
Bug Fixes
fix sourceMap path separator on Windows, default sourceRoot to "" (
#51
) (
df32cd9
), closes
#47
generate correct source-map when content is not padded (
#52
) (
81be0ca
)
2.5.1
(2019-01-25)
Bug Fixes
fix sourceMap path separator on Windows, default sourceRoot to "" (
#51
) (
df32cd9
), closes
#47
2.5.0
(2019-01-08)
Features
add 'use' tag of SVG to 'transformAssetUrls' option as default (
#45
) (
f4e3336
)
2.4.0
(2019-01-02)
Bug Fixes
do not insert newline if style is already minified (
2603ee2
)
Forward preprocessor options to less (
#25
) (
3b19c1e
), closes
#24
Move trim and scoped postcss plugins at the start of plugin list (
#36
) (
0d52d86
)
pin prettier version (
5f138a6
)
remove space after selector when inserting scoped attribute (
5b299ed
), closes
vue-loader/#1370
should work with variable named render (close
#23
) (
273827b
)
support standalone pseudo element selectors (
#33
) (
d6cfbbf
)
Typings for SFCDescriptor and SFCCustomBlock (
#29
) (
bb09115
)
Features
scoped-css:
support leading >>> or /deep/ in selectors (
1a3b5bb
)
add
prettify
option (
#42
) (
db3655b
)
Support
stylus
as
<style>
lang (
#18
) (
986084e
)
2.3.1
(2018-12-11)
Bug Fixes
do not insert newline if style is already minified (
2603ee2
)
Move trim and scoped postcss plugins at the start of plugin list (
#36
) (
0d52d86
)
2.3.0
(2018-10-22)
Bug Fixes
support standalone pseudo element selectors (
#33
) (
d6cfbbf
)
Typings for SFCDescriptor and SFCCustomBlock (
#29
) (
bb09115
)
2.2.0
(2018-08-16)
Features
scoped-css:
support leading >>> or /deep/ in selectors (
1a3b5bb
)
2.1.2
(2018-08-09)
Bug Fixes
pin prettier version (
5f138a6
)
2.1.1
(2018-08-07)
Bug Fixes
remove space after selector when inserting scoped attribute (
5b299ed
), closes
vue-loader/#1370
2.1.0
(2018-07-03)
Bug Fixes
Forward preprocessor options to less (
#25
) (
3b19c1e
), closes
#24
should work with variable named render (close
#23
) (
273827b
)
Features
Support
stylus
as
<style>
lang (
#18
) (
986084e
)
2.0.0
(2018-06-03)
Features
Add async style compilation support (
#13
) (
54464d6
)
allow/require compiler to be passed in for
parse
(
caa1538
)
BREAKING CHANGES
vue template compiler must now be passed to
parse
via options.
1.3.1
(2018-05-28)
Bug Fixes
default parser was removed from prettier (
#15
) (
598224d
)
1.3.0
(2018-05-22)
Features
include href for in transformAssetUrls (close
#12
) (
86fddc2
)
Provide installation instructions on missing language preprocessors (
#10
) (
97e772c
)
1.2.1
(2018-04-26)
Bug Fixes
postcss import (
c845a80
)
1.2.0
(2018-04-26)
Bug Fixes
compile only lib directory (
#6
) (
4f787b3
)
Features
accept postcss options and plugins (
#7
) (
1456e3d
)
1.1.0
(2018-04-24)
Bug Fixes
use more strict regex for matching css animation rules (
4644727
)
Features
adds stylus & less preprocessor (
#5
) (
f2fd8b9
)
preprocess scss/sass styles with node-sass (
#4
) (
9204f16
)