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

08 Aug 19:13
Compare
Choose a tag to compare
Pre-release

🚀 New Feature

  • #101: Enables custom styling to the ErrorLogger component (@irmerk)

📝 Documentation

  • #94: Updates to instructions for use and overall structure (@irmerk)
  • #102: Instructions for ErrorLogger use (@irmerk)

Cicero UI Components v0.0.22

06 Aug 21:44
Compare
Choose a tag to compare
Pre-release

🚀 New Feature

  • #98: Error Navigation (@irmerk)
    • Uses function passed from props to handle the individual clause the error refers to
    • Unrelated addition to TemplateLibrary to render displayName only if it exists

🐛 Bug Fix

  • #92: Correct prop type failure (@irmerk)

👓 Spec Compliance

Cicero UI Components v0.0.21

01 Aug 13:56
Compare
Choose a tag to compare
Pre-release

🚀 New Feature

  • #90: Clause Component (@irmerk)
    • Provide styling support
    • Utilize a delete icon for a provided function to delete specific clause

🐛 Bug Fix

  • #83: Correct word wrapping of title overlapping description (@irmerk)

👓 Spec Compliance

  • #88: Update naming of clauseId attribute to be consistent @DianaLease

📝 Documentation

Cicero UI Components v0.0.20

15 Jul 19:36
Compare
Choose a tag to compare
Pre-release

🚀 New Feature

  • (#80) Initial Error Component @irmerk
    • Handles an array of errors and use prop functions to expand errors and navigate to error sources
  • (#79) ClausePlugin Exposure @DianaLease
    • Provide export support for ClausePlugin so it can be imported by another app

📝 Documentation

  • (#81) Linux Foundation Documentation @irmerk
    • Implement a Technical Charter

🐛 Bug Fix

  • (#82) Template Library styling props @irmerk
    • Correct bug for exporting this component into other web apps

Cicero UI Components v0.0.19

09 Jul 22:41
Compare
Choose a tag to compare
Pre-release

Dependencies

  • Utilize the even more latest versions of Cicero (v0.13.2 ☘️) and Markdown Editor (v0.5.4)

Cicero UI Components v0.0.18

03 Jul 14:48
f682d8e
Compare
Choose a tag to compare
Pre-release

🚀 New Feature

  • (#72) Template Library Customizable Styling @irmerk
    • Implemented support styling props, which can be referenced at the README
  • (#74 ) Greater Support for Dependencies @jeromesimeon
    • Utilize latest versions of Cicero (v0.13.0 ☘️) and Markdown Editor (v0.5.1)

Cicero UI Components v0.0.17

21 Jun 21:00
4f07cee
Compare
Choose a tag to compare
Pre-release

This release readies the Template Library for export and implements documentation.

Template Library

  • 🚴 Update the sizing and styling of TemplateLibrary for easier export (#66)

Clause Component

  • 🐞 Allow for the clauseId to be rendered in the title of the Clause Component (#67)

Documentation

  • 📄 Create information files for contributors and developers. (#61)
  • 📄 Clarify instructions for components and repo as a whole. (#61)

Cicero UI Components v0.0.16

20 Jun 18:54
Compare
Choose a tag to compare
Pre-release

Support for multiline clauses.

Cicero UI Components v0.0.15

18 Jun 21:45
c91d2a6
Compare
Choose a tag to compare
Pre-release

This release updates the dependency of the markdown-editor to 0.4.15.

Cicero UI Components v0.0.14

04 Jun 13:57
aceebb8
Compare
Choose a tag to compare
Pre-release

This release updates ContractEditor to use SlateAsInputEditor from latest version of accordproject/markdown-editor