generator-chisel 1.0.0-alpha.13 → 1.0.0-alpha.14
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 +4 -0
- package/README.md +2 -0
- package/lib/commands/create/creators/app/template/src/styles/elements/_blockquote.scss +2 -2
- package/lib/commands/create/creators/app/template/src/styles/generic/_box-sizing.scss +2 -2
- package/lib/commands/create/creators/app/template/src/styles/tools/_clearfix.scss +1 -1
- package/lib/commands/create/creators/fe/index-styles.css +1 -1
- package/lib/commands/create/creators/fe/template-index/index.chisel-tpl.html +1 -1
- package/lib/commands/create/packages-versions.js +4 -4
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
<!-- INSERT-NEW-ENTRIES-HERE -->
|
|
4
4
|
|
|
5
|
+
## 1.0.0-alpha.14 (2021-12-16)
|
|
6
|
+
|
|
7
|
+
- Fix ::before and ::after ([adf82b3](https://github.com/xfiveco/generator-chisel/commit/adf82b3)), closes [#508](https://github.com/xfiveco/generator-chisel/issues/508)
|
|
8
|
+
|
|
5
9
|
## 1.0.0-alpha.13 (2021-09-29)
|
|
6
10
|
|
|
7
11
|
- Change postcss-normalize package ([f1b9ea4](https://github.com/xfiveco/generator-chisel/commit/f1b9ea4))
|
package/README.md
CHANGED
|
@@ -4,6 +4,8 @@
|
|
|
4
4
|
|
|
5
5
|
Chisel is a development framework for creating easy to maintain and fast WordPress websites and front-end templates.
|
|
6
6
|
|
|
7
|
+
**New version: We are currently working on a complete rewrite of Chisel with Webpack. Check out [how to install and test the new version](https://github.com/xfiveco/generator-chisel/issues/465).**
|
|
8
|
+
|
|
7
9
|
## Learn more
|
|
8
10
|
- [Introduction](https://www.getchisel.co/)
|
|
9
11
|
- [Documentation](https://www.getchisel.co/docs/)
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
>
|
|
11
11
|
<!-- prettier-ignore -->
|
|
12
12
|
<style>
|
|
13
|
-
html{font-size:1em;line-height:1.5}@media (min-width:768px){html{font-size:1.25em}}@media (min-width:1024px){html{font-size:1.5em}}body{background:#fff;color:#2a1468;font-family:Quicksand,sans-serif;padding:1em}a,a:link{color:#2a1468;text-decoration:underline}a:hover{color:#ff6d54}p{margin:0 0 1em}.c-wrapper{margin:0 auto;max-width:860px}.c-section{margin-top:.5em}.c-section__content{font-size:.75em}.c-section__text a{font-weight:500}.c-section__intro{font-size:1em;font-weight:600}.c-section:last-child{margin-top:2em}.c-section__note{margin-top:1em}.c-section__note:not(:last-child){display:none}.c-page-title{margin:0;font-size:1.5em}.c-page-subtitle{margin:1.5em 0 0;font-size:1em}.c-heading,.c-page-subtitle{border-bottom:3px solid #ff6d54;display:inline-block;font-weight:600}.c-intro{font-size:1em;font-weight:600;margin:0 1em 1.9em 0;line-height:1.5}.c-heading{margin:0 0 .5em;font-size:1.35em}.c-list{list-style:none;margin:0;padding:0}.c-list li{margin-bottom:.5em;padding-left:1em;position:relative}.c-list li
|
|
13
|
+
html{font-size:1em;line-height:1.5}@media (min-width:768px){html{font-size:1.25em}}@media (min-width:1024px){html{font-size:1.5em}}body{background:#fff;color:#2a1468;font-family:Quicksand,sans-serif;padding:1em}a,a:link{color:#2a1468;text-decoration:underline}a:hover{color:#ff6d54}p{margin:0 0 1em}.c-wrapper{margin:0 auto;max-width:860px}.c-section{margin-top:.5em}.c-section__content{font-size:.75em}.c-section__text a{font-weight:500}.c-section__intro{font-size:1em;font-weight:600}.c-section:last-child{margin-top:2em}.c-section__note{margin-top:1em}.c-section__note:not(:last-child){display:none}.c-page-title{margin:0;font-size:1.5em}.c-page-subtitle{margin:1.5em 0 0;font-size:1em}.c-heading,.c-page-subtitle{border-bottom:3px solid #ff6d54;display:inline-block;font-weight:600}.c-intro{font-size:1em;font-weight:600;margin:0 1em 1.9em 0;line-height:1.5}.c-heading{margin:0 0 .5em;font-size:1.35em}.c-list{list-style:none;margin:0;padding:0}.c-list li{margin-bottom:.5em;padding-left:1em;position:relative}.c-list li::before{background:#ff6d54;content:"";display:block;height:.5em;left:0;position:absolute;top:.5em;width:.5em}.c-page{text-decoration:none;position:relative;display:block;border-bottom:1px dashed #ccc;padding-bottom:.5em}.c-page__link{font-weight:600}.c-page__name{color:#2a1468;margin-left:.5em;position:absolute;top:0;right:0}.c-page:hover .c-page__name{color:#ff6d54}.c-section__code{padding:.9rem .8rem;overflow:auto;display:block;background:#2d2b57;color:#e3dfff;border-radius:10px}
|
|
14
14
|
</style>
|
|
15
15
|
<script type="text/x-chisel-pages-template">
|
|
16
16
|
<ul class="c-list">
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
module.exports = {
|
|
2
2
|
'babel-preset-chisel': '1.0.0-alpha.0',
|
|
3
3
|
'chisel-plugin-code-style': '1.0.0-alpha.1',
|
|
4
|
-
'chisel-plugin-static-frontend': '1.0.0-alpha.
|
|
5
|
-
'chisel-plugin-wordpress': '1.0.0-alpha.
|
|
6
|
-
'chisel-scripts': '1.0.0-alpha.
|
|
4
|
+
'chisel-plugin-static-frontend': '1.0.0-alpha.5',
|
|
5
|
+
'chisel-plugin-wordpress': '1.0.0-alpha.6',
|
|
6
|
+
'chisel-scripts': '1.0.0-alpha.8',
|
|
7
7
|
'chisel-shared-utils': '1.0.0-alpha.0',
|
|
8
8
|
'eslint-config-chisel': '3.0.0-alpha.0',
|
|
9
|
-
'generator-chisel': '1.0.0-alpha.
|
|
9
|
+
'generator-chisel': '1.0.0-alpha.14',
|
|
10
10
|
'stylelint-config-chisel': '1.0.0-alpha.0',
|
|
11
11
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "generator-chisel",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.14",
|
|
4
4
|
"description": "A generator for scaffolding front-end and WordPress projects",
|
|
5
5
|
"bin": {
|
|
6
6
|
"chisel": "bin/chisel.js"
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"tinyqueue": "^2.0.3",
|
|
44
44
|
"update-notifier": "^4.1.0"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "a4f0deade67a28ccf68ce08ab89b32c15b3d9864"
|
|
47
47
|
}
|