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
Copy file name to clipboardExpand all lines: CHANGES.md
+44Lines changed: 44 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,50 @@ new result is more readable.
34
34
35
35
36
36
37
+
### Maintenance
38
+
39
+
40
+
***pat-inject:** Fix some test method names. ([e9a5257](https://github.com/Patternslib/patterns/commit/e9a52571be5c12b394600e48d164a2fb802d5481))
41
+
42
+
43
+
***pat-inject:** Rework _rebaseHTML to non-JQuery code as preparation to fix a failing test with recent @patternslib/dev. ([df710a2](https://github.com/Patternslib/patterns/commit/df710a20a15d7a9b26ee6411a9b463e791b7f386))
***Build:** Apply "npm pkg fix" to correct the repository URL. ([cfec736](https://github.com/Patternslib/patterns/commit/cfec7360ed2026e07f037dca92ed56d0232f7fa7))
58
+
59
+
60
+
* Fix reference to 3rd party styles in stylesheets. ([d00253d](https://github.com/Patternslib/patterns/commit/d00253df839fbb4b2f774992c0c3df8ab7b757a9))
61
+
62
+
Since latest scss build tools which became available in
63
+
`@patternslib/dev` version 3.6 references to `node_modules` need to be
64
+
left out. The build tool searches in node_modules anyways. This is now
0 commit comments