Skip to content

Commit 9a306a1

Browse files
authored
Merge pull request #80 from sonofmagic/dev
Release: [1.7.2](https://www.npmjs.com/package/weapp-tailwindcss-webpack-plugin)
2 parents 52bdd5d + 71bb2d9 commit 9a306a1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+655
-3031
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 1.7.2 (2022-08-15)
4+
5+
### Fixed
6+
7+
- 修复在伪元素中使用`*`自动被替换的问题 [#79](https://github.com/sonofmagic/weapp-tailwindcss-webpack-plugin/issues/79)
8+
9+
### Chore
10+
11+
- 更改转义字典表,添加 `*``\\``"` 的默认转义,规范化以前转义生成的`_[code]_`
12+
313
## 1.7.1 (2022-08-06)
414

515
### Chore

demo/mpx-app/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
"@babel/plugin-transform-typescript": "^7.18.10",
3838
"@babel/preset-env": "^7.18.10",
3939
"@babel/runtime-corejs3": "^7.18.9",
40-
"@icebreakers/weapp-tailwindcss-test-components": "^0.0.1",
4140
"@mpxjs/miniprogram-simulate": "^1.4.17",
4241
"@mpxjs/mpx-jest": "0.0.22",
4342
"@mpxjs/webpack-plugin": "^2.7.46",
@@ -81,7 +80,7 @@
8180
"vue-style-loader": "^4.1.2",
8281
"vue-template-compiler": "^2.7.8",
8382
"weapp-ide-cli": "^1.0.0",
84-
"weapp-tailwindcss-webpack-plugin": "^1.7.1",
83+
"weapp-tailwindcss-webpack-plugin": "^1.7.2",
8584
"webpack": "^5.74.0",
8685
"webpack-bundle-analyzer": "^4.5.0",
8786
"webpack-dev-server": "^4.9.3",

demo/mpx-app/yarn.lock

+11-292
Large diffs are not rendered by default.

demo/native-mina/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"@babel/preset-env": "^7.18.10",
3333
"@babel/preset-typescript": "^7.16.7",
3434
"@gfez/eslint-config-wechat-miniprogram": "^1.0.1",
35-
"@icebreakers/weapp-tailwindcss-test-components": "^0.0.1",
3635
"@types/lodash": "^4.14.180",
3736
"autoprefixer": "^10.4.2",
3837
"babel-loader": "^8.2.4",
@@ -61,7 +60,7 @@
6160
"tailwindcss-rem2px-preset": "^1.0.3",
6261
"typescript": "^4.6.3",
6362
"weapp-ide-cli": "^1.0.0",
64-
"weapp-tailwindcss-webpack-plugin": "^1.7.1",
63+
"weapp-tailwindcss-webpack-plugin": "^1.7.2",
6564
"webpack": "^5.70.0",
6665
"webpack-cli": "^4.9.2",
6766
"webpack-sources": "^3.2.3"

demo/native-mina/yarn.lock

+15-416
Large diffs are not rendered by default.

demo/rax-app/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"rax-view": "^2.0.0"
2323
},
2424
"devDependencies": {
25-
"@icebreakers/weapp-tailwindcss-test-components": "^0.0.1",
2625
"@iceworks/spec": "^1.6.0",
2726
"@types/rax": "^1.0.0",
2827
"autoprefixer": "^10.4.4",
@@ -36,7 +35,7 @@
3635
"tailwindcss": "^3.1.6",
3736
"tailwindcss-rem2px-preset": "^1.0.3",
3837
"weapp-ide-cli": "^1.0.0",
39-
"weapp-tailwindcss-webpack-plugin": "^1.7.1"
38+
"weapp-tailwindcss-webpack-plugin": "^1.7.2"
4039
},
4140
"private": true,
4241
"originTemplate": "@rax-materials/scaffolds-app-ts"

demo/rax-app/yarn.lock

+22-370
Large diffs are not rendered by default.

demo/remax-app/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"remax": "^2.9.1"
2121
},
2222
"devDependencies": {
23-
"@icebreakers/weapp-tailwindcss-test-components": "^0.0.1",
2423
"autoprefixer": "9",
2524
"cross-env": "^7.0.2",
2625
"postcss": "7",
@@ -29,6 +28,6 @@
2928
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
3029
"tailwindcss-rem2px-preset": "^1.0.3",
3130
"weapp-ide-cli": "^1.0.0",
32-
"weapp-tailwindcss-webpack-plugin": "^1.7.1"
31+
"weapp-tailwindcss-webpack-plugin": "^1.7.2"
3332
}
3433
}

0 commit comments

Comments
 (0)