Skip to content

v0.3.3

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Jul 03:23
· 17 commits to main since this release

This release contains all the commits for converting the docs over to Nextra. This makes them much easier to maintain, and now we have Sandpack code demos instead of ReactLive, which is a much nicer expericence.

This also fixes a regression for a previous release that saw the more event indicator always being displayed even if no events were hidden.

  • The more events indicator should functional properly again
    • A small bug where it would never clear old events has been fixed
  • The input events array is now de-structured within the component. This should fix any errors people had with dynamic event arrays not updating the calendar.
    • This was an insidious bug because it's not immediately apparent you would need to destructure your event arrays, so we'll do it for you.

Commits

  • 4ee95bd: get docs project running (Bruce Harrison) #99
  • c55b16b: get all pages into docs (Bruce Harrison) #99
  • ebcb25e: remove image (Bruce Harrison) #99
  • c0a4549: rework some doc pages (Bruce Harrison) #99
  • 0b5054b: disable tests for now (Bruce Harrison) #99
  • 228cc7c: trying to get examples working again (Bruce Harrison) #99
  • 47ae38f: fix tests (Bruce Harrison) #99
  • a6030b4: constrain docs version (Bruce Harrison) #99
  • 2cc1c09: upgrade react dev version so mono-repo isn't broken (Bruce Harrison) #99
  • bfad9c5: fix lint (Bruce Harrison) #99
  • 5d6f77a: get components working in nextra (Bruce Harrison) #99
  • 7a03969: wip (Bruce Harrison) #99
  • 099936e: messing with code blocks (Bruce Harrison) #99
  • d395c5f: get codeblocks working (Bruce Harrison) #99
  • 6517686: fix component issue (Bruce Harrison) #99
  • e6371e7: configure documentation export (Bruce Harrison) #99
  • 1b63026: alter pages deployment (Bruce Harrison) #99
  • ad75116: fetch all history when deploying pages (Bruce Harrison) #99
  • 1263e83: fix filename casing (Bruce Harrison) #99
  • 52237bc: fix pages base url (Bruce Harrison) #99
  • 78b7a77: make react-live client side (Bruce Harrison) #99
  • 5c0bf7d: trying again (Bruce Harrison) #99
  • c0081d8: wip (Bruce Harrison) #99
  • 137c971: get docs title working (Bruce Harrison) #99
  • 44a8ec1: test ssr (Bruce Harrison) #99
  • 0828b2f: wip (Bruce Harrison) #99
  • 0d403c7: go back to how it was (Bruce Harrison) #99
  • 0155b15: wip (Bruce Harrison) #99
  • bc6f6ab: wip (Bruce Harrison) #99
  • 731ee95: skip first render (Bruce Harrison) #99
  • ee2b58a: wip (Bruce Harrison) #99
  • f0f3833: add GA to docs page (Bruce Harrison) #99
  • 3705ef5: remove react-live from the project (Bruce Harrison) #99
  • 5ac7953: little tweaks to docs (Bruce Harrison)
  • af52c3f: add some live code examples (Bruce Harrison)
  • 4fea69f: add another live example (Bruce Harrison)
  • d72351a: add header example (Bruce Harrison)
  • 0454a2f: update package-lock (Bruce Harrison)
  • 941c796: disable tests for now (Bruce Harrison) #104
  • 110be34: improve calendar test bench (Bruce Harrison) #104
  • fcd3e06: rename var (Bruce Harrison) #104
  • 58eee91: fix hidden event tooltip (Bruce Harrison) #104
  • 92ec666: calculate order based on event length (Bruce Harrison) #104
  • 0063462: remove ref (Bruce Harrison) #104
  • 3019f4a: fix tests (Bruce Harrison) #104
  • 7934824: make eventpriority exposed to the user (Bruce Harrison) #104
  • cfcc130: fix tests (Bruce Harrison) #104
  • 96fc7a8: make eventintersection a bit safer (Bruce Harrison) #104
  • 956acdc: bump version (Bruce Harrison)
  • 263324f: fix pages deployment for release (Bruce Harrison)