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.1.7
🏠 Internal
- #193: Updates markdown editor dependency to 0.6.6 (@irmerk)
Cicero UI Components v0.1.6
🏠 Internal
- #192: Updates markdown editor dependency to 0.6.5 (@DianaLease)
Cicero UI Components v0.1.5
Thank you to the new contributors through Hacktoberfest! 🎃
There are quite a few more contributions coming up soon!
New Contributors:
🏃♀ Performance
- #186: Debounce parsing for changes in clauses (@DianaLease)
💅 Polish
🏠 Internal
- #191 Upgraded to latest Markdown Editor 0.6.4 with support for Markdown Transform 0.6.0 (@jeromesimeon)
Cicero UI Components v0.1.4
Thank you to the new contributors through Hacktoberfest! 🎃
There are quite a few more contributions coming up soon!
New Contributors:
👓 Spec Compliance
- #105: Migrate
TemplateLibrary
to use React Hooks (@Innovator007)
🐛 Bug Fix
- #99: Remove
yarn
code to solve security vulnerabilities (@Innovator007)
📝 Documentation
- #146: Implement docs for
VariablePlugin
(@Innovator007) - Various fixes and improvements to the repository README
🏠 Internal
- #167: Begin unit testing
ErrorLogger
(@flagoon) - #173: Ensure
thumbs.db
is not recorded for Windows users (@sidhyatikku)
Cicero UI Components v0.1.3
While this has a breaking change, we are keeping it within v0.1.*
Thank you to the new contributors through Hacktoberfest! 🎃
New Contributors:
💥 Breaking Change
📝 Documentation
- #162: Correct instructions for developers (@shahsank3t)
Cicero UI Components v0.1.2
🐛 Bug Fix
- #164: fix
findClauseNode
query bug due to incorrectly getting the clause id from the node data (@DianaLease)
Cicero UI Components v0.1.1
🐛 Bug Fix
- #163: fixes a bug where the clause id was not being passed to the parse clause callback (@DianaLease)
Cicero UI Components v0.1.0
This is a major release!
Thank you to the new contributors through Hacktoberfest! 🎃
New Contributors:
💥 Breaking Change
- #158: Upgrade to utilizing the
markdown-transform
. This includes a breaking change: therewriteClause
method has been removed from the ClausePlugin. (@dselman, @irmerk, @DianaLease)
👓 Spec Compliance
- #58: Boost A11Y compliance through WCAG 2.0 Level AA 1.4.4 (@florenciasilva)
- #154: Boost A11Y compliance through WCAG 2.0 Level A 4.1.1 (@monika)
🚀 New Feature
- #120: Add a new tooltip menu for truncated clause template headers (@johnnyqbui)
🐛 Bug Fix
- #90: Correct a bug with webpack configurations for local development (@irmerk)
📝 Documentation
- Various fixes and improvements to the repository README
🏠 Internal
- #148: Improvements to code naming (@daniloff200)
Cicero UI Components v0.0.35
🚀 New Feature
- #142: Support for copying and pasting clauses(@irmerk @DianaLease)
🏃♀ Performance
- #58: WCAG 2.0 Level AA 1.4.4 compliance (@florenciasilva)
Cicero UI Components v0.0.34
🐛 Bug Fix
- #147: Correct
webpack
configurations to handle local development vs. production (@irmerk)