v0.1.12
Mostly documentation improvements in this one, but SSR compatibility is now being watched. Everything SSR seems to be working right now, though we had to swap useLayoutEffect
over to useEffect
. This didn't cause any regressions due to the component layout being easily written by the server, so no shifting seems to occur, and it wasn't necessary anyway.
Commits
- b0a0e95: add live code demos to event docs (Bruce Harrison) #48
- 80f1f23: update more docs pages (Bruce Harrison) #48
- 495e7e9: update docs (Bruce Harrison) #48
- 1de75fe: update sidebar (Bruce Harrison) #48
- a7503e3: update sidebar (Bruce Harrison) #48
- 38ab8f5: manually add fontawesome css (Bruce Harrison) #49
- 8e12008: Merge branch 'main' into icon-flash-fix (Bruce) #49
- 724892a: update day component docs (Bruce Harrison) #50
- e4622ca: wip (Bruce Harrison) #50
- 774b49e: fix previews (Bruce Harrison) #50
- ed5c2de: fix example on intro page (Bruce Harrison) #51
- beece21: live resize demo works but is slow (Bruce Harrison) #51
- d696f60: add live-resize demo to homepage (Bruce Harrison) #51
- 72b0114: update docs (Bruce Harrison) #51
- c91689c: add google analytics to docs (Bruce Harrison) #52
- a04458b: get rid of circular dep (Bruce Harrison) #52
- 7d7f8a6: add sitemap to docs (Bruce Harrison) #53
- 51d965b: add ssr test app (Bruce Harrison) #56
- 778069b: update lock (Bruce Harrison) #56
- d4bcfe5: get SSR test working (Bruce Harrison) #56
- 50e90c1: clean up the docs (Bruce Harrison) #56
- 938636f: more docs updates, add theme switching support (Bruce Harrison) #56