@enact/cli 7.0.0-beta.1 → 7.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/README.md +1 -1
- package/config/webpack.config.js +0 -2
- package/npm-shrinkwrap.json +5595 -8200
- package/package.json +36 -40
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## 7.0.0 (June 10, 2025)
|
|
2
|
+
|
|
3
|
+
* Updated dependencies.
|
|
4
|
+
|
|
5
|
+
## 7.0.0-rc.1 (May 15, 2025)
|
|
6
|
+
|
|
7
|
+
* Removed deprecated postcss plugin `postcss-global-import`.
|
|
8
|
+
|
|
9
|
+
## 6.1.4 (April 24, 2025)
|
|
10
|
+
|
|
11
|
+
* No significant changes.
|
|
12
|
+
|
|
1
13
|
## 7.0.0-beta.1 (April 17, 2025)
|
|
2
14
|
|
|
3
15
|
* Updated dependencies.
|
package/README.md
CHANGED
|
@@ -138,7 +138,7 @@ npm uninstall -g eslint-plugin-react eslint-plugin-react-hooks eslint-plugin-bab
|
|
|
138
138
|
|
|
139
139
|
Unless otherwise specified, all content, including all source code files and documentation files in this repository are:
|
|
140
140
|
|
|
141
|
-
Copyright (c) 2016-
|
|
141
|
+
Copyright (c) 2016-2025 LG Electronics
|
|
142
142
|
|
|
143
143
|
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
|
|
144
144
|
|
package/config/webpack.config.js
CHANGED
|
@@ -128,8 +128,6 @@ module.exports = function (
|
|
|
128
128
|
// Fix and adjust for known flexbox issues
|
|
129
129
|
// See https://github.com/philipwalton/flexbugs
|
|
130
130
|
'postcss-flexbugs-fixes',
|
|
131
|
-
// Support @global-import syntax to import css in a global context.
|
|
132
|
-
'postcss-global-import',
|
|
133
131
|
// Transpile stage-3 CSS standards based on browserslist targets.
|
|
134
132
|
// See https://preset-env.cssdb.org/features for supported features.
|
|
135
133
|
// Includes support for targetted auto-prefixing.
|