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.3.9

17 Dec 22:34
Compare
Choose a tag to compare
Pre-release

💅 Polish

  • #255: Remove ErrorLogger entirely when no errors exist (@irmerk)

Cicero UI Components v0.3.8

16 Dec 20:40
Compare
Choose a tag to compare
Pre-release

💅 Polish

  • #254: Correct font size for Navigation header (@irmerk)

Cicero UI Components v0.3.7

12 Dec 14:16
Compare
Choose a tag to compare
Pre-release

🏃‍♀ Performance

  • #252: Allow full functionality of paste to new clause templates (@irmerk)

Cicero UI v0.3.6

10 Dec 21:44
0010ea3
Compare
Choose a tag to compare
Cicero UI v0.3.6 Pre-release
Pre-release

🐛 Bug Fix

  • #250 : Removes styling that overrides semantic-ui to prevent interference when parent app is also using semantic-ui

Cicero UI v0.3.5

10 Dec 20:42
205ac5c
Compare
Choose a tag to compare
Cicero UI v0.3.5 Pre-release
Pre-release

🐛 Bug Fix

#249: Update search cursor in Template Library to be same color as search text (@DianaLease)

Cicero UI v0.3.4

10 Dec 18:30
Compare
Choose a tag to compare
Cicero UI v0.3.4 Pre-release
Pre-release

🚀 This release includes several dependency upgrades, bug fixes and brand new support for cut/paste in the ContractEditor component.

🚀 Features

  • New Cut/Paste support in the contract editor
  • Search improvements: New styling for search box, ability to search on display name, allow color customisation

🐛 Bug fixes

  • Addresses issues with empty paragraphs between clauses
  • Addresses a library bug when a template does not have a display name
  • Protect error component against bad input

🏠 Internal

  • New API call to check if a clause is supported by the editor
  • New onUndo handler
  • Upgrade to Markdown Transform 0.9.2
  • Upgrade to Markdown Editor 0.8.3
  • Upgrade to Cicero 0.20.5

Cicero UI Components v0.3.3

21 Nov 20:34
3b78969
Compare
Choose a tag to compare
Pre-release

🚀 New Feature

  • #231 : Users can now pass optional VARIABLE_COLOR and/or COMPUTED_COLOR attributes with their clauseProps to customize the color of rendered variables.

Cicero UI Components v0.3.2

21 Nov 14:50
32c8227
Compare
Choose a tag to compare
Pre-release

🏠 Internal

#229 : Increment support for markdown-editor (@DianaLease )

Cicero UI Components v0.3.1

19 Nov 21:03
4d7f027
Compare
Choose a tag to compare
Pre-release

🚀 New Feature

  • #134 : Copy + Paste now duplicates a clause and its template, then parses (@DianaLease @irmerk)

Cicero UI Components v0.3.0

18 Nov 18:26
cce4ad4
Compare
Choose a tag to compare
Pre-release

💥 Breaking Change

  • #223 : Refactors parseClause to be onClauseEdited, which takes a clause node as its single argument (@DianaLease )

🚀 New Feature

  • #223 : Adds computedPlugin to handle computed expressions in cicero 0.20 (@DianaLease )

🐛 Bug Fix

  • #223 : Fixes a bug when checking if a user's selection is inside a variable. Now, if a user selects multiple nodes and is not solely within one variable, they will not be able to edit it. (@DianaLease )