You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fixed: relative imports (./ and ../) should work using `path` option only (no need for `from`) ([#14](https://github.com/postcss/postcss-import/issues/14))
6
+
1
7
# 4.1.1 - 2015-01-05
2
8
3
-
-Fix irregular whitespace that throw syntax error in some environnements
9
+
-Fixed: irregular whitespace that throw syntax error in some environnements
4
10
5
11
# 4.1.0 - 2014-12-12
6
12
7
-
-Add`web_modules`to module directories that are used to resolve `@import` ([#13](https://github.com/postcss/postcss-import/issues/13)).
13
+
-Added:`web_modules`is now in module directories that are used to resolve `@import` ([#13](https://github.com/postcss/postcss-import/issues/13)).
8
14
9
15
# 4.0.0 - 2014-12-11
10
16
11
-
-Ensure windows compatibility (by building on AppVeyor)
12
-
-Add`root` option
17
+
-Added: windows compatibility (by building on AppVeyor)
18
+
-Added:`root` option
13
19
14
20
# 3.2.0 - 2014-11-24
15
21
16
-
-Add`onImport` callback that offer a way to get list of imported files ([ref](https://github.com/postcss/postcss-import/issues/9))
22
+
-Added:`onImport` callback offers a way to get list of imported files ([ref](https://github.com/postcss/postcss-import/issues/9))
17
23
18
24
# 3.1.0 - 2014-11-24
19
25
20
-
-Add ability to consume local modules (fix [#12](https://github.com/postcss/postcss-import/issues/12))
26
+
-Added: ability to consume local modules (fix [#12](https://github.com/postcss/postcss-import/issues/12))
21
27
22
28
# 3.0.0 - 2014-11-21
23
29
24
-
-Add ability to consume node modules ([ref](https://github.com/postcss/postcss-import/issues/7)).
30
+
-Added: ability to consume node modules ([ref](https://github.com/postcss/postcss-import/issues/7)).
25
31
This means you don't have to add `node_modules` in the path anymore (or using `@import "../node_modules/..."`).
26
32
Also, `index.css` can be ommited.
27
33
@@ -41,28 +47,29 @@ Dependencies of dependencies should be resolved as well.
41
47
42
48
_Note that npm resolution is done after the default local behavior._
43
49
44
-
- When importing a file multiple times in the same scope (same level of media queries), file will only be imported the first time.
50
+
-Changed: When importing a file multiple times in the same scope (same level of media queries), file will only be imported the first time.
45
51
This is done to avoid having multiples outputs of a npm dep used multiples times in different modules.
46
52
47
53
# 2.0.0 - 2014-11-12
48
54
49
-
- Upgrade to postcss 3
55
+
- Added: compatibility with postcss v3.x
56
+
- Removed: compatibility with postcss v2.x
50
57
51
58
# 1.0.3 - 2014-10-29
52
59
53
-
-Fix relative import path stack
60
+
-Fixed: relative import path stack
54
61
55
62
# 1.0.2 - 2014-09-16
56
63
57
-
- Move ignored import at top & adjust related media queries, to make them work (fix [#2](https://github.com/postcss/postcss-import/issues/2))
58
-
- Ignore scheme-relative absolute URLs
59
-
-Remove`parse-import` module dependency
64
+
-Added: Move ignored import at top & adjust related media queries, to make them work (fix [#2](https://github.com/postcss/postcss-import/issues/2))
65
+
-Added: Ignore scheme-relative absolute URLs
66
+
-Removed:`parse-import` module dependency
60
67
61
68
# 1.0.1 - 2014-08-26
62
69
63
-
-Fix GNU message format
64
-
- Support empty files ([cssnext/#24](https://github.com/putaindecode/cssnext/issues/24))
70
+
-Fixed: GNU message format
71
+
-Added: Support empty files ([cssnext/#24](https://github.com/putaindecode/cssnext/issues/24))
65
72
66
73
# 1.0.0 - 2014-08-10
67
74
68
-
First release based on [rework-import](https://github.com/reworkcss/rework-import) v1.2.0 (mainly for fixtures)
75
+
✨ First release based on [rework-import](https://github.com/reworkcss/rework-import) v1.2.0 (mainly for fixtures)
0 commit comments