@berlitz/max-utils
Advanced tools
+11
-0
@@ -6,2 +6,13 @@ # Change Log | ||
| ## [4.8.2](https://github.com/berlitz-global/max/compare/@berlitz/max-utils@4.8.1...@berlitz/max-utils@4.8.2) (2026-03-09) | ||
| ### Bug Fixes | ||
| * add rowspan ([454074f](https://github.com/berlitz-global/max/commit/454074f4a6741dff4677e5d5b8a9c4bb2d136285)) | ||
| ## [4.8.1](https://github.com/berlitz-global/max/compare/@berlitz/max-utils@4.8.0...@berlitz/max-utils@4.8.1) (2025-02-28) | ||
@@ -8,0 +19,0 @@ |
@@ -80,6 +80,11 @@ "use strict"; | ||
| }], | ||
| td: ['id', 'colspan', { | ||
| td: ['id', 'colspan', 'rowspan', { | ||
| name: 'class', | ||
| multiple: false, | ||
| values: ['color-success', 'color-warning', 'color-danger', 'color-brand', 'color-white', 'color-gray'] | ||
| }], | ||
| th: ['id', 'colspan', 'rowspan', { | ||
| name: 'class', | ||
| multiple: false, | ||
| values: ['color-success', 'color-warning', 'color-danger', 'color-brand', 'color-white', 'color-gray'] | ||
| }] | ||
@@ -86,0 +91,0 @@ }, |
+2
-2
| { | ||
| "name": "@berlitz/max-utils", | ||
| "description": "Utilities for the Max Design System", | ||
| "version": "4.8.1", | ||
| "version": "4.8.2", | ||
| "main": "lib/index.js", | ||
@@ -33,3 +33,3 @@ "homepage": "https://github.com/berlitz-global/max/blob/master/packages/max-utils/CHANGELOG.md", | ||
| }, | ||
| "gitHead": "9568fa97f1233aea2d95e5f4b069dbdc03624ccc" | ||
| "gitHead": "614dc7c2131bb28830d26272800ed74e95ff6849" | ||
| } |
36179
1.34%476
1.06%