This repository has been archived by the owner on May 19, 2020. It is now read-only.
Releases: accordproject/cicero-ui
Releases · accordproject/cicero-ui
Cicero UI Components v0.0.33
🏃♀ Performance
- #138: Support redux handling of duplicate clause template from copy / paste (@irmerk)
Cicero UI Components v0.0.32
🏃♀ Performance
- #135: Use custom load template function if passed (@DianaLease)
- #134: Handle duplicate
clauseId
from copy / paste (@irmerk)
💅 Polish
- #132: Support for
ClauseComponent
header background styling (@irmerk)
Cicero UI Components v0.0.31
🚀 New Feature
- #131: Query support for finding clause node by
id
(@DianaLease)- If you have access to the slate
editor
or a reference to the editor, you can now callgetClauseNode('someClauseId')
on the editor or editor ref to retrieve the clause node
- If you have access to the slate
Cicero UI Components v0.0.30
💅 Polish
- #128: Slight styling adjustments to align text in and out of a clause (@irmerk)
Cicero UI Components v0.0.29
🏃♀ Performance
- #127: Removing
styled-components
from bundle and intopeerDependency
(@irmerk)
Cicero UI Components v0.0.28
🚀 New Feature
- #118: A slight redesign so that
ClauseComponent
's buttons and header display on hover (@irmerk)
🐛 Bug Fix
- #116:
ErrorLogger
now displays "Error" when only one error exists (@irmerk)
💅 Polish
@accordproject/markdown-editor
: Version0.5.12
(@irmerk)- Increases the size of the Contract Editor, and decreases the size of the font
Cicero UI Components v0.0.27
Cicero UI Components v0.0.26
Cicero UI Components v0.0.25
🚀 New Feature
- #109:
VariablePlugin
Support (@DianaLease)- The VariablePlugin is a custom Slate plugin that allows for editable, highlighted variables within a clause node.
📝 Documentation
- #109: We've added documentation for plugins, both the
ClausePlugin
andVariablePlugin
(@DianaLease) - #108: Documentation for the
Navigation
component has also been added (@irmerk)
Cicero UI Components v0.0.24
🚀 New Feature
- #91: Contract Navigation (@irmerk)
- Use for sidebar application, beginning with contract navigation
- Clause navigation will come soon
- #107: Support for
ref
andforwardRef
(@DianaLease)- You can now pass a ref to
SlateAsInputEditor
, which will be forward to slate'sEditor
. This will allow the parent to use Slate editor commands and queries - For info how to create a ref in your parent component, see the on useRef and forwardRef
- Related to the Markdown Editor release
- You can now pass a ref to