You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
parttimejob/node_modules/markdown-it-task-lists/CHANGELOG.md

50 lines
1.1 KiB

# 2.0.0 (2017-03-31)
* Change the list element's class from `task-list` to `contains-task-list` to
match GitHub's generated markup
* Add the class `enabled` to the `<li>` elements when the checkboxes aren't
being rendered as disabled, to match GitHub's generated markup
* Updated devDependencies:
* cheerio: >=0.20.0
* markdown-it: >=7.0.0
# 1.4.1 (2016-07-25)
* Require a space after the `[ ]` markdown, since GitHub [doesn't render a
checkbox without it](https://github.com/revin/markdown-it-task-lists/issues/12)
# 1.4.0 (2016-07-19)
* Added support for `{label: true}` option, to wrap the rendered
`<input>` elements with a `<label>` element
# 1.3.0 (2016-07-13)
* Added support for `{enabled: true}` option, to leave the rendered
checkboxes enabled
* Updated markdown-it devDependency to ^7.0.0
# 1.2.2 (2016-06-21)
* Update the changelog for 1.2.1 and 1.2.2 :)
# 1.2.1 (2016-06-21)
* Support markdown-it back to 4.0 rather than 5.1
# 1.2.0 (2016-03-31)
* Added support for uppercase [X], not just [x]
# 1.1.1 (2016-03-27)
* Added changelog :)
# 1.1.0 (2016-03-27)
* Added browser build
# 1.0.0 (2016-03-25)
* Initial release