|
3 | 3 | See the [history](./docs/history/index.md) for older changelog entries.
|
4 | 4 |
|
5 | 5 |
|
6 |
| - |
7 |
| -## [9.9.13](https://github.com/Patternslib/patterns/compare/9.9.12...9.9.13) (2024-08-19) |
8 |
| - |
9 |
| - |
10 |
| -### Bug Fixes |
11 |
| - |
12 |
| - |
13 |
| -* **Build:** Apply "npm pkg fix" to correct the repository URL. ([cfec736](https://github.com/Patternslib/patterns/commit/cfec7360ed2026e07f037dca92ed56d0232f7fa7)) |
14 |
| - |
15 |
| - |
16 |
| -* Fix reference to 3rd party styles in stylesheets. ([d00253d](https://github.com/Patternslib/patterns/commit/d00253df839fbb4b2f774992c0c3df8ab7b757a9)) |
17 |
| - |
18 |
| - Since latest scss build tools which became available in |
19 |
| -`@patternslib/dev` version 3.6 references to `node_modules` need to be |
20 |
| -left out. The build tool searches in node_modules anyways. This is now |
21 |
| -fixed. |
22 |
| - |
23 |
| - |
24 |
| -* **pat-carousel:** Fix SASS compilation warnings. ([e4e2dae](https://github.com/Patternslib/patterns/commit/e4e2daea38c59740a8e0a72b40c9772c65d549fe)) |
25 |
| - |
26 |
| - Upgrade to a version of slick.js where the compilation warnings are fixed. |
27 |
| - |
28 |
| - |
29 |
| -* **pat-inject:** Fix failing test. ([1472b06](https://github.com/Patternslib/patterns/commit/1472b0635820c97d376846910dcfe1cdf0c36328)) |
30 |
| - |
31 |
| - Recent Jest/jsDOM stopped working with uppercase tag selectors. |
32 |
| -This is now fixed without making compromises to production code, as the |
33 |
| -new result is more readable. |
34 |
| - |
35 |
| - |
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)) |
44 |
| - |
45 |
| - |
46 |
| -* Update GitHub Actions workflow. ([a413e26](https://github.com/Patternslib/patterns/commit/a413e2649f0c19ae1bea791ef7c8241f00b92b18)) |
47 |
| - |
48 |
| - |
49 |
| -* Upgrade devDependencies. ([bda3cf1](https://github.com/Patternslib/patterns/commit/bda3cf13dbbf4c597dc8e8a70c3a8b584a473163)) |
50 |
| - |
51 | 6 | ## [9.9.13](https://github.com/Patternslib/patterns/compare/9.9.12...9.9.13) (2024-08-19)
|
52 | 7 |
|
53 | 8 |
|
@@ -84,7 +39,7 @@ new result is more readable.
|
84 | 39 | * **pat-inject:** Fix some test method names. ([e9a5257](https://github.com/Patternslib/patterns/commit/e9a52571be5c12b394600e48d164a2fb802d5481))
|
85 | 40 |
|
86 | 41 |
|
87 |
| -* **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)) |
| 42 | +* **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)) |
88 | 43 |
|
89 | 44 |
|
90 | 45 | * Update GitHub Actions workflow. ([a413e26](https://github.com/Patternslib/patterns/commit/a413e2649f0c19ae1bea791ef7c8241f00b92b18))
|
|
0 commit comments