Skip to content

Commit

Permalink
docs: upgrade options change.
Browse files Browse the repository at this point in the history
  • Loading branch information
黄健 authored and 黄健 committed Feb 2, 2018
1 parent b0954c1 commit 6e39310
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -6,11 +6,14 @@

This plugin is intended to work with PostHTML. It will allow you to inject HTML elements with standalone object.

## Changelog
### 0.4.2
+ use `[data-name][data-id="posthtml-inject"]` to match container to insert, ignore matcher option.

```javascript
{
EOL: '\n', // Optional
INTENT: '\s\s', // Optional,
matcher: 'template', // Optional, tag name to match slot
include: [], // Optional, default elements property, declare explicit slot to insert
elements: {
manifest: [
Expand Down

0 comments on commit 6e39310

Please sign in to comment.