~alcinnz/CatTrap

7fe9048647441198640a0660a94edc3347617552 — Adrian Cochrane 1 year, 3 months ago e64a1ae
Release CatTrap 0.2!
2 files changed, 9 insertions(+), 2 deletions(-)

M CHANGELOG.md
M cattrap.cabal
M CHANGELOG.md => CHANGELOG.md +7 -0
@@ 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.

M cattrap.cabal => cattrap.cabal +2 -2
@@ 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