@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.
@@ -0,0 +1,5 @@
1
+ ---
2
+ '@lblod/ember-rdfa-editor-lblod-plugins': patch
3
+ ---
4
+
5
+ Do not add `" ."` at the end of 'only article' for single articles
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
@@ -162,7 +162,7 @@ export const emberNodeConfig: () => EmberNodeConfig = () => {
162
162
  },
163
163
  number.toString(),
164
164
  ],
165
- '.',
165
+ isOnlyArticle ? '' : '.',
166
166
  ];
167
167
  }
168
168
  return renderRdfaAware({
@@ -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: '(paragraph|list)+',
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.1",
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",