@@ 3,3 3,10 @@
## 0.1.0.0 -- YYYY-mm-dd
* First version. Released on an unsuspecting world.
+
+## 0.2.0.0 -- 2023-06-03
+
+* Integrate richtext support.
+* Add shorthand properties.
+* Add logical properties based on text-direction.
+* Propagate prioritized properties.
@@ 2,7 2,7 @@
-- documentation, see http://haskell.org/cabal/users-guide/
name: cattrap
-version: 0.1.0.0
+version: 0.2.0.0
synopsis: Lays out boxes according to the CSS Box Model.
description: Computes where to place e.g. images, paragraphs, containers, tables, etc onscreen given desired amounts of whitespace.
homepage: https://argonaut-constellation.org/
@@ 34,7 34,7 @@ library
stylist-traits >= 0.1.3.0 && < 1,
fontconfig-pure >= 0.2 && < 0.3,
harfbuzz-pure >= 1.0.3.2 && < 1.1, bytestring,
- balkon >= 1.0 && <2, unordered-containers
+ balkon >= 1.1 && <2, unordered-containers
-- hs-source-dirs:
default-language: Haskell2010
ghc-options: -Wincomplete-patterns