Mentions légales du service

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

Update CHANGELOG.md

parent 236a7647
No related branches found
No related tags found
2 merge requests!38Resolve "Release v1.2.0",!36Resolve "Provide a callback for notification"
Pipeline #266601 failed
......@@ -5,36 +5,61 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- [Unreleased]
- Added
- Changed
- Deprecated
- Removed
- Fixed
- Security
- [1.1.0] - 2020-05-17
- Added
- Add offline mode
- Fixed
- Fix concurrency between edits and remote updates
- [1.0.7] - 2020-04-17
- Added
- Add export as markdown file and png image buttons
- Set a default value for empty documents using the placeholder attribute
- Changed
- Delay and group update requests
- Fixed
- Replace unnecessary calls to rga.get
- Fix the cursor position when merging text
- [1.0.6] - 2020-03-18
- Added
- Export the markdown editor as a component
- Add status file
- Fixed
- Selection + insertion loses data
## [Unreleased]
### Added
- Provide a service worker file in public repository
- Add a callback to receive notifications when a crdt is updated
### Changed
- Separate the timer into two timers: pushing/polling
- Remove frequent pooling but keep a backup call when it has not received a new version for a while
### Deprecated
### Removed
### Fixed
- Fix mdeditor new version types
### Security
## [1.1.0] - 2020-05-17
### Added
- Add offline mode
### Fixed
- Fix concurrency between edits and remote updates
## [1.0.7] - 2020-04-17
### Added
- Add buttons to export as markdown file or png image
- Default value for empty documents
### Changed
- Delay and group update requests
### Fixed
- Replace unnecessary calls to rga.get
- Fix the cursor position when merging text
## [1.0.6] - 2020-03-18
### Added
- Export the markdown editor as a component
- Add STATUS.md file
### Fixed
- Selection + insertion loses data
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment