@lblod/ember-rdfa-editor-lblod-plugins 31.0.0 → 31.0.2

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.
@@ -15,10 +15,10 @@ steps:
15
15
  repo: lblod/ember-rdfa-editor-lblod-plugins
16
16
  tags: '${CI_COMMIT_TAG##v}'
17
17
  purge: true
18
- username:
19
- from_secret: docker_username
20
- password:
21
- from_secret: docker_password
18
+ username:
19
+ from_secret: docker_username
20
+ password:
21
+ from_secret: docker_password
22
22
  when:
23
23
  - event: tag
24
24
  ref: refs/tags/v*
package/CHANGELOG.md CHANGED
@@ -1,143 +1,16 @@
1
1
  # @lblod/ember-rdfa-editor-lblod-plugins
2
2
 
3
- ## 31.0.0
4
-
5
- ### Major Changes
6
-
7
- - [#564](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/pull/564) [`d1c6b1e`](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/commit/d1c6b1e7a625a1ceaa6bae3b49359b33075f49f0) Thanks [@lagartoverde](https://github.com/lagartoverde)! - BREAKING: changed the endpoint config on lpdc plugin so you can specify if you want instances or concepts.
8
- The config of the lpdc plugin should go from:
9
-
10
- ```
11
- lpdc: {
12
- endpoint: '/lpdc-service',
13
- },
14
- ```
15
-
16
- to
17
-
18
- ```
19
- lpdc: {
20
- endpoint: '/lpdc-service/doc/instantie',
21
- },
22
- ```
23
-
24
- To maintain the same functionality or
25
-
26
- ```
27
- lpdc: {
28
- endpoint: '/lpdc-service/doc/concept',
29
- },
30
- ```
31
-
32
- To fetch the concepts instead of the instances
33
-
34
- ### Patch Changes
35
-
36
- - [#567](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/pull/567) [`04c249c`](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/commit/04c249c10a0cf0c67e3f947f5d21008ccefc1268) Thanks [@lagartoverde](https://github.com/lagartoverde)! - Add eli:title to structure titles
37
-
38
- - [#565](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/pull/565) [`6d321ab`](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/commit/6d321abda33b6324d911643ca82938e086bdb2e3) Thanks [@elpoelma](https://github.com/elpoelma)! - Remove unsupported `keyboardInstruction` property from `AuDatePicker` `localization` argument
39
-
40
- - [#566](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/pull/566) [`ae9d297`](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/commit/ae9d297de3a4f5b1c828a9f2e36483d8c680a6a3) Thanks [@lagartoverde](https://github.com/lagartoverde)! - Include paragraph symbol in the serialization of the node
41
-
42
- ## 30.0.0
43
-
44
- ### Major Changes
45
-
46
- - [#550](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/pull/550) [`246039b`](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/commit/246039b84a7e619dcb534175aec845d606d3709e) Thanks [@elpoelma](https://github.com/elpoelma)! - Convert `text` variable to smart variable system
47
-
48
- - Fully rdfa-aware
49
- - Literal node
50
- - `xsd:string` datatype
51
- - May optionally contain MOW-variable information in external-triples, but is decoupled from this info and does not depend on it
52
-
53
- - [#550](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/pull/550) [`246039b`](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/commit/246039b84a7e619dcb534175aec845d606d3709e) Thanks [@elpoelma](https://github.com/elpoelma)! - Convert `number` variable to smart variable system
54
-
55
- - Fully rdfa-aware
56
- - Literal node
57
- - `xsd:decimal` datatype
58
- - May optionally contain MOW-variable information in external-triples, but is decoupled from this info and does not depend on it
59
-
60
- - [#550](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/pull/550) [`246039b`](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/commit/246039b84a7e619dcb534175aec845d606d3709e) Thanks [@elpoelma](https://github.com/elpoelma)! - Convert `date` variable to smart variable system
61
-
62
- - Fully rdfa-aware
63
- - Literal node
64
- - `xsd:date` or `xsd:dateTime` datatype
65
- - May optionally contain MOW-variable information in external-triples, but is decoupled from this info and does not depend on it
66
-
67
- - [#550](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/pull/550) [`246039b`](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/commit/246039b84a7e619dcb534175aec845d606d3709e) Thanks [@elpoelma](https://github.com/elpoelma)! - Convert `autofilled` variable to smart variable system
68
-
69
- - Fully rdfa-aware
70
- - Literal node
71
- - `xsd:string` datatype
72
- - May optionally contain MOW-variable information in external-triples, but is decoupled from this info and does not depend on it
73
-
74
- - [#550](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/pull/550) [`246039b`](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/commit/246039b84a7e619dcb534175aec845d606d3709e) Thanks [@elpoelma](https://github.com/elpoelma)! - Convert `location` (classic) variable to smart variable system
75
-
76
- - Fully rdfa-aware
77
- - Literal node
78
- - `xsd:string` datatype
79
- - May optionally contain MOW-variable information in external-triples, but is decoupled from this info and does not depend on it
80
-
81
- - [#550](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/pull/550) [`246039b`](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/commit/246039b84a7e619dcb534175aec845d606d3709e) Thanks [@elpoelma](https://github.com/elpoelma)! - Convert `codelist` variable to smart variable system
82
-
83
- - Fully rdfa-aware
84
- - Literal node
85
- - `xsd:string` datatype
86
- - May optionally contain MOW-variable information in external-triples, but is decoupled from this info and does not depend on it
87
-
88
- - [#550](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/pull/550) [`246039b`](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/commit/246039b84a7e619dcb534175aec845d606d3709e) Thanks [@elpoelma](https://github.com/elpoelma)! - Convert `person` variable to smart variable system
89
-
90
- - Resource node
91
- - Is not configured to be able to contain MOW-variable information (but this would not be hard to add, due to it's decoupled nature)
92
- - If empty, contains a placeholder subject. Subject changes every time the person contained changes. Backlinks and external triples are kept when person contained changes, properties are not.
93
- - Fully rdfa-aware
94
-
95
- - [#550](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/pull/550) [`246039b`](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/commit/246039b84a7e619dcb534175aec845d606d3709e) Thanks [@elpoelma](https://github.com/elpoelma)! - Convert `oslo_location` variable to smart variable system
96
-
97
- - Resource node
98
- - Is not configured to be able to contain MOW-variable information (but this would not be hard to add, due to it's decoupled nature)
99
- - May not be empty
100
- - Subject changes every time the person contained changes. Backlinks and external triples are kept when location contained changes, properties are not.
101
- - Partially rdfa-aware: backlinks and external-triples, but properties are ignored (this variable uses it's own value attribute which overrides the properties)
102
-
103
- - [#550](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/pull/550) [`66b37d1`](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/commit/66b37d1d044d1e3d9cac6bfc1667627e14d1ebc4) Thanks [@elpoelma](https://github.com/elpoelma)! - Update `@lblod/ember-rdfa-editor` peerdependency to version 12.1.0
104
-
105
- ### Minor Changes
106
-
107
- - [#550](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/pull/550) [`246039b`](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/commit/246039b84a7e619dcb534175aec845d606d3709e) Thanks [@elpoelma](https://github.com/elpoelma)! - Introduce 'smart variable' system:
108
- - Decoupled from the MOW variable namespace
109
- - Mostly literal nodes
110
- - Supports multiple backlinks and external triples
111
-
112
- ### Patch Changes
113
-
114
- - [#563](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/pull/563) [`4ca46ea`](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/commit/4ca46ea39b10dedc794770fcf202fb89b6e0a16e) Thanks [@lagartoverde](https://github.com/lagartoverde)! - Improve the title of the structure card
115
-
116
- - [`ef03e44`](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/commit/ef03e4417126d169c61ece7e55243caa54f35ff1) Thanks [@elpoelma](https://github.com/elpoelma)! - Remove obsolete `fetch-sparql-endpoint` dependency. This dependency requires node.js polyfills, which we are no longer providing with this package. This caused an issue in some applications using the `besluit-type` plugin.
117
-
118
- ## 29.1.1
119
-
120
- ### Patch Changes
121
-
122
- - [#562](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/pull/562) [`fc24ae5`](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/commit/fc24ae53b956a69d6df861427d085da209756a00) Thanks [@elpoelma](https://github.com/elpoelma)! - Remove obsolete `fetch-sparql-endpoint` dependency. This dependency requires node.js polyfills, which we are no longer providing with this package. This caused an issue in some applications using the `besluit-type` plugin.
123
-
124
- ## 29.1.0
125
-
126
- ### Minor Changes
127
-
128
- - [#559](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/pull/559) [`34a85e1`](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/commit/34a85e14cf9ba4b4996e49c476a775afbe3ab6ac) Thanks [@piemonkey](https://github.com/piemonkey)! - Add style to highlight variables in serialized HTML
129
-
130
- - [#555](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/pull/555) [`da5057a`](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/commit/da5057ae7cc279c4b3214fd49370e82325ccd9de) Thanks [@elpoelma](https://github.com/elpoelma)! - `roadsign_regulation` node: introduce parse-rule which converts classic `roadsign_regulation` nodes to `block_rdfa` nodes
3
+ ## 31.0.2
131
4
 
132
5
  ### Patch Changes
133
6
 
134
- - [#557](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/pull/557) [`710302b`](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/commit/710302bf659028ae8c0e0cb665a5b414dd9f5b17) Thanks [@lagartoverde](https://github.com/lagartoverde)! - Solves bug with powerselect dropdown not displaying in place
7
+ - [`ba86e30`](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/commit/ba86e302023cba073eece24ce378de7d2ee6decf) Thanks [@abeforgit](https://github.com/abeforgit)! - CI: fix the docker settings
135
8
 
136
- ## 29.0.1
9
+ ## 31.0.1
137
10
 
138
11
  ### Patch Changes
139
12
 
140
- - Use the correct predicate for serializing variables
13
+ - [`e1b625a`](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/commit/e1b625a1ece4b6a329527951ee2c9c7654874778) Thanks [@abeforgit](https://github.com/abeforgit)! - Merge hotfix [28.2.4](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/releases/tag/v28.2.4)
141
14
 
142
15
  ## 28.2.3
143
16
 
@@ -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
- instantiateUuids(template.body),
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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lblod/ember-rdfa-editor-lblod-plugins",
3
- "version": "31.0.0",
3
+ "version": "31.0.2",
4
4
  "description": "Ember addon providing lblod specific plugins for the ember-rdfa-editor",
5
5
  "keywords": [
6
6
  "ember-addon",
package/pnpm-lock.yaml CHANGED
@@ -12567,6 +12567,27 @@ snapshots:
12567
12567
  dependencies:
12568
12568
  '@types/ms': 0.7.34
12569
12569
 
12570
+ '@types/ember@4.0.11':
12571
+ dependencies:
12572
+ '@types/ember__application': 4.0.11(@babel/core@7.26.0)
12573
+ '@types/ember__array': 4.0.10(@babel/core@7.26.0)
12574
+ '@types/ember__component': 4.0.22(@babel/core@7.26.0)
12575
+ '@types/ember__controller': 4.0.12(@babel/core@7.26.0)
12576
+ '@types/ember__debug': 4.0.8(@babel/core@7.26.0)
12577
+ '@types/ember__engine': 4.0.11(@babel/core@7.26.0)
12578
+ '@types/ember__error': 4.0.6
12579
+ '@types/ember__object': 4.0.12(@babel/core@7.26.0)
12580
+ '@types/ember__polyfills': 4.0.6
12581
+ '@types/ember__routing': 4.0.22(@babel/core@7.26.0)
12582
+ '@types/ember__runloop': 4.0.10
12583
+ '@types/ember__service': 4.0.9(@babel/core@7.26.0)
12584
+ '@types/ember__string': 3.16.3
12585
+ '@types/ember__template': 4.0.7
12586
+ '@types/ember__test': 4.0.6(@babel/core@7.26.0)
12587
+ '@types/ember__utils': 4.0.7
12588
+ '@types/rsvp': 4.0.9
12589
+ optional: true
12590
+
12570
12591
  '@types/ember@4.0.11(@babel/core@7.26.0)':
12571
12592
  dependencies:
12572
12593
  '@types/ember__application': 4.0.11(@babel/core@7.26.0)
@@ -12594,7 +12615,7 @@ snapshots:
12594
12615
  '@types/ember__application@4.0.11(@babel/core@7.26.0)':
12595
12616
  dependencies:
12596
12617
  '@glimmer/component': 1.1.2(@babel/core@7.26.0)
12597
- '@types/ember': 4.0.11(@babel/core@7.26.0)
12618
+ '@types/ember': 4.0.11
12598
12619
  '@types/ember__engine': 4.0.11(@babel/core@7.26.0)
12599
12620
  '@types/ember__object': 4.0.12(@babel/core@7.26.0)
12600
12621
  '@types/ember__owner': 4.0.9
@@ -12696,6 +12717,11 @@ snapshots:
12696
12717
  - supports-color
12697
12718
  optional: true
12698
12719
 
12720
+ '@types/ember__runloop@4.0.10':
12721
+ dependencies:
12722
+ '@types/ember': 4.0.11
12723
+ optional: true
12724
+
12699
12725
  '@types/ember__runloop@4.0.10(@babel/core@7.26.0)':
12700
12726
  dependencies:
12701
12727
  '@types/ember': 4.0.11(@babel/core@7.26.0)
@@ -12728,6 +12754,11 @@ snapshots:
12728
12754
  - supports-color
12729
12755
  optional: true
12730
12756
 
12757
+ '@types/ember__utils@4.0.7':
12758
+ dependencies:
12759
+ '@types/ember': 4.0.11
12760
+ optional: true
12761
+
12731
12762
  '@types/ember__utils@4.0.7(@babel/core@7.26.0)':
12732
12763
  dependencies:
12733
12764
  '@types/ember': 4.0.11(@babel/core@7.26.0)