Skip to content

Web Components v0.93.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@jolanglinais jolanglinais released this 08 Jun 18:46
c7ad7f0

We have refactored our three main user facing, front-end libraries to be four. This allows the structure to be more consistent.

Organization

The syntax structure of the packages has changed, and packages will now be available from npm as:

  • @accordproject/ui-markdown-editor
  • @accordproject/ui-contract-editor
  • @accordproject/ui-concerto
  • @accordproject/ui-components

Adjusted directory names:

  • @accordproject/markdown-editor => @accordproject/ui-markdown-editor
  • @accordproject/concerto-ui => @accordproject/ui-concerto
  • @accordproject/cicero-ui => @accordproject/ui-contract-editor
  • @accordproject/cicero-ui => @accordproject/ui-components
  • @accordproject/text-editor => @accordproject/ui-components

Markdown Editor

💥 Breaking Change

  • #109: Syncronized package naming syntax (@irmerk)
  • #106: Improve id generation for headings (@irmerk)

Contract Editor (Formerly Cicero UI)

💥 Breaking Change

  • #109: Syncronized package naming syntax (@irmerk)

🐛 Bug Fix

  • #108: Correct issue with pasting a clause template (@irmerk)

UI Components (Formerly Cicero UI)

💥 Breaking Change

  • #70: Reduce prop reliance for ui-components (cicero-ui) (@irmerk)
    • className that started with cicero-ui__* will now be ui-components__*
  • #109: Syncronized className and package naming syntax (@irmerk)

UI Concerto

💥 Breaking Change

  • #109: Syncronized package naming syntax (@irmerk)