@lblod/ember-rdfa-editor-lblod-plugins 24.2.1 → 24.2.2-dev.d1729ac92bb0fed8439d82dfa2636097565c5f81
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @lblod/ember-rdfa-editor-lblod-plugins
|
|
2
2
|
|
|
3
|
+
## 24.2.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`651d431`](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/commit/651d431f79c13ee85f9265cc01a7389e71392716) Thanks [@abeforgit](https://github.com/abeforgit)! - Allow block content in template comments
|
|
8
|
+
|
|
3
9
|
## 24.2.1
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -24,7 +24,7 @@ export const emberNodeConfig: () => EmberNodeConfig = () => {
|
|
|
24
24
|
component: TemplateCommentsComponent as unknown as ComponentLike,
|
|
25
25
|
inline: false,
|
|
26
26
|
group: 'block',
|
|
27
|
-
content: '
|
|
27
|
+
content: 'block+',
|
|
28
28
|
draggable: false,
|
|
29
29
|
selectable: true,
|
|
30
30
|
isolating: true,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lblod/ember-rdfa-editor-lblod-plugins",
|
|
3
|
-
"version": "24.2.
|
|
3
|
+
"version": "24.2.2-dev.d1729ac92bb0fed8439d82dfa2636097565c5f81",
|
|
4
4
|
"description": "Ember addon providing lblod specific plugins for the ember-rdfa-editor",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-addon",
|