We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8cc146 commit d702f77Copy full SHA for d702f77
Changes
@@ -1,5 +1,8 @@
1
{{$NEXT}}
2
- - Fix cloning of 'em' #23
+
3
+0.9.7 2024-09-04T10:56:52+12:00
4
+ - Fix setting of 'em' in cloning and copying #23
5
+ - Recursively handle lists in measure() method
6
7
0.9.6 2024-08-29T06:32:07+12:00
8
- Add FontConf 0.1.4+ :best($n) and :all options to
META6.json
@@ -38,5 +38,5 @@
38
],
39
"test-depends": [
40
41
- "version": "0.9.6"
+ "version": "0.9.7"
42
}
lib/CSS/Properties.rakumod
@@ -1,7 +1,7 @@
use v6;
#| management class for a set of CSS Properties
-class CSS::Properties:ver<0.9.6>:api<0.9> {
+class CSS::Properties:ver<0.9.7>:api<0.9> {
=begin pod
0 commit comments