Browse Source

changelog update

codecalm 2 years ago
parent
commit
dd4f3d8062
2 changed files with 31 additions and 0 deletions
  1. 15 0
      CHANGELOG.md
  2. 16 0
      src/pages/_data/changelog.yml

+ 15 - 0
CHANGELOG.md

@@ -217,3 +217,18 @@ All notable changes to this project will be documented in this file.
 - add missing forms
 - `btn-actions` fixes
 - replace `$text-muted` to css variable
+
+
+## `1.0.0-beta16` - 2022-11
+
+- new `Photogrid` page
+- `Steps` component improvements
+- fix #1348: Make job listing responsive for smaller devices
+- fix #1357: buttons group not active
+- fix #1352: fix deprecation warning
+- fix #1180: number input with `form-control-sm` looks weird
+- fix #1328: color input should show different color for inner check symbol on white ellipse
+- fix #1355 - missing font sizes
+- update icons to v1.111.0
+- homepage navbar fix
+- fix #1262 - `.bg-opacity-xx` class is not functioning properly

+ 16 - 0
src/pages/_data/changelog.yml

@@ -211,3 +211,19 @@
     - add missing forms
     - "`btn-actions` fixes"
     - "replace `$text-muted` to css variable"
+
+- version: 1.0.0-beta16
+  date: 2022-11
+  changes:
+    - new `Photogrid` page
+    - "`Steps` component improvements"
+    - "fix #1348: Make job listing responsive for smaller devices"
+    - "fix #1357: buttons group not active"
+    - "fix #1352: fix deprecation warning"
+    - "fix #1180: number input with `form-control-sm` looks weird"
+    - "fix #1328: color input should show different color for inner check symbol on white ellipse"
+    - "fix #1355 - missing font sizes"
+    - update icons to v1.111.0
+    - homepage navbar fix
+    - "fix #1262 - `.bg-opacity-xx` class is not functioning properly"
+