- Use
esbuild
instead ofwebpack
: (@denis-ok, @rusty-key, @jchavarri: #19)
- Upgrade
reason-react
to0.14
(thanks @jchavarri) (914d280) - Migrage to Melange v3 (thanks @jchavarri) (914d280)
Migrate to Melange v2.
Features:
- Use prod mode when isBuild is true (thanks @jchavarri) (914d280)
Features:
- Allow search with multiple terms (thanks @denis-ok) (62b4653)
Changes:
- Migrate to
@rescript/react
(7bf60ee)
Changes:
- Add collapsing logic (thanks @denis-ok) (9246d7f)
Changes:
- Listen to websocket port when provided (thanks @rusty-key) (afcf98a)
Fixes:
- Fix query params handling (thanks @denis-ok) (114554d)
Features:
- Add devServer config override (thanks @denis-ok) (73b4c0d)
Features:
- Highlight search match substring in sidebar (thanks @denis-ok) (858c58c)
Features:
- Allow subcategories (thanks @denis-ok) (241924b)
Fixes:
Fixes:
- Fix mobile viewport width (51f55f5)
Changes:
- Add responsive mode (thanks @denis-ok) (4e0ff65)
- Add ability to hide sidebar (thanks @denis-ok) (4e0ff65)
Changes:
- Move right column outside of the demo iframe (thanks @denis-ok) (c42bf16)
Changes:
- Add separate scrolls to sections, refactor styles (thanks @denis-ok) (6e6b561)
Changes:
- Fix webpack issues (thanks @denis-ok) (d70e63e, 66ddfd2)
Features:
- Add
options
to string to render handle as select (2191037)
Changes:
- Add favicon (27a1620)
Changes:
- Add build command (NOTE: the
start
command changed its signature) (thanks @denis-ok) (e942e46)
Features:
- Add search (thanks @denis-ok) (3253c5c)
Changes:
- Update React (thanks @denis-ok) (1d2cc99)
- UI updates (5789d48)
Changes:
- Dependencies updates and scripts reorg (thanks @denis-ok) (c7aad28)
Changes:
- Upgrade ReasonReact (ce8fe9c)
- Bump BS version (ce8fe9c)
Changes:
- Fix bug in interface file with namespace (thanks @johnhaley81!) (0ec6975)
Changes:
- Upgrade to JSX3 (thanks @jchavarri!) (be028d9)
Features:
- Demo unit isolation
Features:
- Fix template
Features:
- Add webpack configuration options
Features:
- Export types
Features:
- Include types in entry for convenience
Changes:
- Renamed
Reshowcase.Reshowcase
toReshowcase.Entry
- Put
bs-platform
to dev dependencies
Initial version