You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes issues with nadar#30 Issue with multiple ul-li lists where ul-li list contains only one item (nadar#33)
* add failing test case for multiple bulletlists with only one bullet
* create an opening ul/ol tag when none have been created before
* fix indentation and typo in comments
* add failing test case for multiple bulletlists with only one bullet
create an opening ul/ol tag when none have been created before
fix indentation and typo in comments
* improved inline documentation and added a change log entry
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
5
5
This project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
+
## 2.4.0
8
+
9
+
+[#30](https://github.com/nadar/quill-delta-parser/issues/30) List opening tag process has been simplified in order to support single bullet lists.
10
+
7
11
## 2.3.0 (23. October 2019)
8
12
9
13
+ Add override functionality to links, allowing to customise their wrapper.
0 commit comments