Skip to content
This repository has been archived by the owner on Jun 18, 2023. It is now read-only.

v1.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Oct 22:22
· 59 commits to develop since this release

1.2.0 (2020-10-31)

Bug Fixes

  • client: proper render order of call diagonals (235b61c)
  • core: the parser now properly supports calls (9f92059)
  • geometry: fixed issues with the null shape (e8da3b0)
  • geometry: workaround 'bounds' not taking transforms into consideration (05e7570)

Features

  • benchmark: benchmarking package (d8866f8)
  • client: a little better looking ig? (7d7fc1a)
  • client: a text input which allows you to type in expressions you want to render (07f596c)
  • client: auto reziseable canvas (892e0a3)
  • client: changed the tiny existing render code to use the updated core (8ba7f2a)
  • client: Colors + vertical spacing (7f6a102)
  • client: compact lambdas (322d6c1)
  • client: diagonals (02214f9)
  • client: proper vertical alignment of lambda continuations (0789ac0)
  • client: rendering nested lambdas should work now (ee5792d)
  • client: reworked height system (97fdf61)
  • client: updated the client to use the new Mu wrapper (0aa7dde)
  • client: updated to use the new core (ad40e75)
  • client: working basic renderer (6f677f1)
  • core: improved layout generation (72068c9)
  • core: more examples (17d4df8)
  • core: now the core uses recursion schemes (8d06e63)
  • core: rewrote the whole layout generation algorithm (81195df)
  • core: scoped and unscoped layouts (75e3224)
  • core: updated the core to use the new Mu wrapper (9e2dc9a)
  • geometry: 2 more helpers (right bound and uniform padding) and fixed the bounds helper (3cfd719)
  • geometry: A few helpers for working with vectors (0070f80)
  • geometry: finding the bounds of shapes (17bd782)
  • geometry: migrated to undefined-is-not-a-problem (45d2372)
  • geometry: More attribs and helpers (8fcf2af)
  • geometry: The Shape type now uses recursion schemes (32debc0)
  • utils: a bunch of list and array helpers (f250690)
  • utils: a debugSpy helper + wrapper around Mu with a Debug instance. (a528b23)
  • utils: added a tiny alias of # to |> (0d58cf9)
  • utils: compile time warnings when I use the Label typeclass (b4491b4)
  • utils: moved the profiling stuff here (3649dd4)