@d-zero/scaffold 5.0.0-alpha.36 → 5.0.0-alpha.37
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 +18 -0
- package/__assets/_libs/component/{bge-content.scss → bge-contents.scss} +1 -1
- package/__assets/_libs/data/bge-blocks.html +192 -270
- package/__assets/htdocs/__tmpl/301_form_confirm.pug +13 -12
- package/__assets/htdocs/css/{bge-style.scss → bge_style.scss} +2 -4
- package/__assets/htdocs/css/style.scss +16 -18
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,24 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [5.0.0-alpha.37](https://github.com/d-zero-dev/frontend-env/compare/v5.0.0-alpha.36...v5.0.0-alpha.37) (2025-02-03)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- **scaffold:** .bge-contentsクラス名のsが抜けていたので修正 ([c9b4757](https://github.com/d-zero-dev/frontend-env/commit/c9b4757e16aa35178883fed8e8e0fb5a34b24c90))
|
|
11
|
+
- **scaffold:** 301_form_confirmテンプレートの最初の.cc-form-fieldset直下にdiv要素追加 ([32aba92](https://github.com/d-zero-dev/frontend-env/commit/32aba92639dacae38579c5a5e3b0966de57a97d0))
|
|
12
|
+
- **scaffold:** bge-style.scssのファイル名を変更 ([071dc15](https://github.com/d-zero-dev/frontend-env/commit/071dc15ae0647455bb25f707c6edf537c89e2058))
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
- **scaffold:** componentsレイヤーの廃止 ([024eda3](https://github.com/d-zero-dev/frontend-env/commit/024eda3e417396b0f33637f6803f346c822503dd))
|
|
17
|
+
- **scaffold:** componentsレイヤーの廃止 ([1339a56](https://github.com/d-zero-dev/frontend-env/commit/1339a565655d8ed6e168dc6eb790a2d21b543718))
|
|
18
|
+
|
|
19
|
+
### BREAKING CHANGES
|
|
20
|
+
|
|
21
|
+
- **scaffold:** componentsレイヤーの廃止
|
|
22
|
+
- **scaffold:** componentsレイヤーの廃止
|
|
23
|
+
|
|
6
24
|
# [5.0.0-alpha.36](https://github.com/d-zero-dev/frontend-env/compare/v5.0.0-alpha.35...v5.0.0-alpha.36) (2025-01-06)
|
|
7
25
|
|
|
8
26
|
### Bug Fixes
|