@lblod/ember-rdfa-editor-lblod-plugins 28.2.2 → 28.2.4
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/.woodpecker/.release.yml
CHANGED
|
@@ -10,12 +10,15 @@ steps:
|
|
|
10
10
|
token:
|
|
11
11
|
from_secret: npm_access_token
|
|
12
12
|
push-tagged-build:
|
|
13
|
-
image:
|
|
13
|
+
image: woodpeckerci/plugin-docker-buildx
|
|
14
14
|
settings:
|
|
15
15
|
repo: lblod/ember-rdfa-editor-lblod-plugins
|
|
16
16
|
tags: '${CI_COMMIT_TAG##v}'
|
|
17
17
|
purge: true
|
|
18
|
-
|
|
18
|
+
username:
|
|
19
|
+
from_secret: docker_username
|
|
20
|
+
password:
|
|
21
|
+
from_secret: docker_password
|
|
19
22
|
when:
|
|
20
|
-
event: tag
|
|
21
|
-
|
|
23
|
+
- event: tag
|
|
24
|
+
ref: refs/tags/v*
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @lblod/ember-rdfa-editor-lblod-plugins
|
|
2
2
|
|
|
3
|
+
## 28.2.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#568](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/pull/568) [`798a608`](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/commit/798a6086811e93d19fac18405519f345b106f20e) Thanks [@abeforgit](https://github.com/abeforgit)! - HOTFIX: Instantiate template uris in standard template plugin
|
|
8
|
+
|
|
9
|
+
## 28.2.3
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#558](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/pull/558) [`83e7e3f`](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/commit/83e7e3f35ac79ccd86dfa3c172d0ae777470499a) Thanks [@abeforgit](https://github.com/abeforgit)! - Use the correct predicate for serializing variables
|
|
14
|
+
|
|
3
15
|
## 28.2.2
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -13,6 +13,7 @@ import {
|
|
|
13
13
|
hasOutgoingNamedNodeTriple,
|
|
14
14
|
Resource,
|
|
15
15
|
} from '@lblod/ember-rdfa-editor-lblod-plugins/utils/namespace';
|
|
16
|
+
import templateUuidInstantiator from '@lblod/template-uuid-instantiator';
|
|
16
17
|
|
|
17
18
|
type Args = {
|
|
18
19
|
controller: SayController;
|
|
@@ -120,7 +121,10 @@ export default class TemplateProviderComponent extends Component<Args> {
|
|
|
120
121
|
}
|
|
121
122
|
this.controller.doCommand(
|
|
122
123
|
insertHtml(
|
|
123
|
-
|
|
124
|
+
// TODO: we run both UUID regenerators for safety, but we should
|
|
125
|
+
// deprecate and remove the instantiateUuids function after we check
|
|
126
|
+
// there are no more templates that use that syntax.
|
|
127
|
+
instantiateUuids(templateUuidInstantiator(template.body)),
|
|
124
128
|
insertRange.from,
|
|
125
129
|
insertRange.to,
|
|
126
130
|
undefined,
|
|
@@ -166,7 +166,7 @@ const serialize = (node: PNode, state: EditorState): DOMOutputSpec => {
|
|
|
166
166
|
const t = getTranslationFunction(state);
|
|
167
167
|
const docLang = state.doc.attrs.lang as string;
|
|
168
168
|
const { writtenNumber, minimumValue, maximumValue } = node.attrs;
|
|
169
|
-
const value = getOutgoingTriple(node.attrs,
|
|
169
|
+
const value = getOutgoingTriple(node.attrs, RDF('value'))?.object.value;
|
|
170
170
|
|
|
171
171
|
let humanReadableContent: string;
|
|
172
172
|
|
package/package.json
CHANGED
package/pnpm-lock.yaml
CHANGED
|
@@ -11446,7 +11446,7 @@ snapshots:
|
|
|
11446
11446
|
'@types/ember__object': 4.0.12(@babel/core@7.26.0)
|
|
11447
11447
|
'@types/ember__polyfills': 4.0.6
|
|
11448
11448
|
'@types/ember__routing': 4.0.22(@babel/core@7.26.0)
|
|
11449
|
-
'@types/ember__runloop': 4.0.10
|
|
11449
|
+
'@types/ember__runloop': 4.0.10
|
|
11450
11450
|
'@types/ember__service': 4.0.9(@babel/core@7.26.0)
|
|
11451
11451
|
'@types/ember__string': 3.16.3
|
|
11452
11452
|
'@types/ember__template': 4.0.7
|
|
@@ -11584,6 +11584,11 @@ snapshots:
|
|
|
11584
11584
|
- supports-color
|
|
11585
11585
|
optional: true
|
|
11586
11586
|
|
|
11587
|
+
'@types/ember__runloop@4.0.10':
|
|
11588
|
+
dependencies:
|
|
11589
|
+
'@types/ember': 4.0.11
|
|
11590
|
+
optional: true
|
|
11591
|
+
|
|
11587
11592
|
'@types/ember__runloop@4.0.10(@babel/core@7.26.0)':
|
|
11588
11593
|
dependencies:
|
|
11589
11594
|
'@types/ember': 4.0.11(@babel/core@7.26.0)
|