Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
c-markdown-editor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
GitLab upgrade completed. Current version is 17.11.3.
Show more breadcrumbs
concordant
Software
c-markdown-editor
Commits
4e9d61c0
Commit
4e9d61c0
authored
3 years ago
by
Yannick Li
Browse files
Options
Downloads
Patches
Plain Diff
Update CHANGELOG.md
parent
236a7647
Loading
Loading
Loading
Pipeline
#266601
failed
3 years ago
Stage: build
Stage: predeploy
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+58
-33
58 additions, 33 deletions
CHANGELOG.md
with
58 additions
and
33 deletions
CHANGELOG.md
+
58
−
33
View file @
4e9d61c0
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment