Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 94c5ae9b authored by Yannick Li's avatar Yannick Li
Browse files

Release v1.2.0

parent 5c907ed6
Branches
Tags
2 merge requests!38Resolve "Release v1.2.0",!37Resolve "Release v1.2.0"
Pipeline #272621 passed
...@@ -9,6 +9,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -9,6 +9,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security
## [1.2.0] - 2021-07-22
### Added
- Provide a service worker file in public repository - Provide a service worker file in public repository
- Add a callback to receive notifications when a crdt is updated - Add a callback to receive notifications when a crdt is updated
...@@ -18,16 +32,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -18,16 +32,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Remove frequent pooling but keep a backup call when it has not received a new version for a while - Remove frequent pooling but keep a backup call when it has not received a new version for a while
- Set push timeout only when there has been a write - Set push timeout only when there has been a write
### Deprecated
### Removed
### Fixed ### Fixed
- Fix mdeditor new version types - Fix mdeditor new version types
### Security
## [1.1.0] - 2021-05-17 ## [1.1.0] - 2021-05-17
### Added ### Added
......
{ {
"name": "@concordant/c-markdown-editor", "name": "@concordant/c-markdown-editor",
"version": "1.1.0", "version": "1.2.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
......
{ {
"name": "@concordant/c-markdown-editor", "name": "@concordant/c-markdown-editor",
"version": "1.1.0", "version": "1.2.0",
"license": "MIT", "license": "MIT",
"description": "A Markdown collaborative Editor React Component, to demonstrate the Concordant Platform", "description": "A Markdown collaborative Editor React Component, to demonstrate the Concordant Platform",
"keywords": [ "keywords": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment