Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Releases: accordproject/cicero-ui

Cicero UI Components v0.0.33

10 Sep 19:33
Compare
Choose a tag to compare
Pre-release

🏃‍♀ Performance

  • #138: Support redux handling of duplicate clause template from copy / paste (@irmerk)

Cicero UI Components v0.0.32

04 Sep 19:46
Compare
Choose a tag to compare
Pre-release

🏃‍♀ 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

30 Aug 19:45
eee2172
Compare
Choose a tag to compare
Pre-release

🚀 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 call getClauseNode('someClauseId') on the editor or editor ref to retrieve the clause node

Cicero UI Components v0.0.30

28 Aug 18:58
Compare
Choose a tag to compare
Pre-release

💅 Polish

  • #128: Slight styling adjustments to align text in and out of a clause (@irmerk)

Cicero UI Components v0.0.29

28 Aug 17:19
Compare
Choose a tag to compare
Pre-release

🏃‍♀ Performance

  • #127: Removing styled-components from bundle and into peerDependency (@irmerk)

Cicero UI Components v0.0.28

27 Aug 21:55
Compare
Choose a tag to compare
Pre-release

🚀 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

Cicero UI Components v0.0.27

21 Aug 19:14
Compare
Choose a tag to compare
Pre-release

🚀 New Feature

  • #114: Provide support in Navigation for position and top CSS values (@irmerk)

🐛 Bug Fix

  • #115: Remove unnecessary grid attribute causing spacing issues (@irmerk)

Cicero UI Components v0.0.26

20 Aug 14:11
Compare
Choose a tag to compare
Pre-release

🚀 New Feature

  • #112: Support for z-index customization in ErrorLogger (@irmerk)

🐛 Bug Fix

  • #110: Correct Navigation scrollbar shadow (@irmerk)

Cicero UI Components v0.0.25

16 Aug 19:29
Compare
Choose a tag to compare
Pre-release

🚀 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 and VariablePlugin (@DianaLease)
  • #108: Documentation for the Navigation component has also been added (@irmerk)

Cicero UI Components v0.0.24

16 Aug 13:48
Compare
Choose a tag to compare
Pre-release

🚀 New Feature

  • #91: Contract Navigation (@irmerk)
    • Use for sidebar application, beginning with contract navigation
    • Clause navigation will come soon
  • #107: Support for ref and forwardRef (@DianaLease)