closes #38 (maintained for posterity!), this is an attempt at a slimmed-down version that skips the Document and MimeRenderer implementations, focusing on getting the core form component released
Code changes
splits out SchemaForm (and its dependencies) into separate lerna-managed workspace, package, etc.
optimizes markdown rendering for reliable first-time render, re-rendering will be improved later
this should be squash-merged, or otherwise cleaned up
User-facing changes
markdown should be more reliable
Backwards-incompatible changes
while not exported, none of the previous schemaform pieces were marked private
however, they have not changed, so it should be mostly copy-replaceable
References
Document
andMimeRenderer
implementations, focusing on getting the core form component releasedCode changes
SchemaForm
(and its dependencies) into separate lerna-managed workspace, package, etc.this should be squash-merged, or otherwise cleaned up
User-facing changes
Backwards-incompatible changes
Chores