Skip to content

Commit 97d9ad1

Browse files
committed
version bump to 1.0.0
1 parent 3de645e commit 97d9ad1

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 1.0.0 - 2017-07-16
2+
3+
- Changed: replace `attributeDefaultValues` by `propsDefaultValues` in `elements` option
4+
- Changed: replace `hast` by `html` in `elements` option
5+
- Changed: move base level properties to `properties` object in `elements` option
6+
- Changed: replace `placeholder` by `placeholderAffix` option
7+
- Added: support for placeholders in children `value` property in options
8+
- Added: additional tests
9+
- Added: documentation
10+
- Fixed: bug with non-string property
11+
112
# 0.2.1 - 2017-06-07
213

314
- Fix travis publish to npm

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "remark-generic-extensions",
3-
"version": "0.2.1",
3+
"version": "1.0.0",
44
"description": "!Extension\\[Content\\]\\(Argument\\)\\{Properties\\} -> :tada: — [commonmark generic directive extension](https://github.com/jgm/CommonMark/wiki/Generic-Directive-Extension-List) for remark",
55
"keywords": [
66
"remark",

0 commit comments

Comments
 (0)