cedar-embeddable-editor 1.5.1 → 1.5.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.
- package/CHANGELOG.md +19 -2
- package/README.md +1 -1
- package/cedar-embeddable-editor.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,15 +5,32 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
-
## [1.5.
|
|
8
|
+
## [1.5.2] - 2026-07-28
|
|
9
9
|
|
|
10
10
|
### Added
|
|
11
11
|
|
|
12
|
+
- PubMed ID (PMID) and RRID external authority fields, registered as external-authority input types.
|
|
13
|
+
- Expose the loaded CEE version as `window.cedarEmbeddableEditorVersion`, so host applications (e.g. the CEDAR template editor) can display which CEE bundle is actually running.
|
|
14
|
+
|
|
15
|
+
## [1.5.1] - 2026-07-16
|
|
16
|
+
|
|
17
|
+
### Added
|
|
18
|
+
|
|
19
|
+
- PFAS external authority field (config, icons, and embedding build).
|
|
20
|
+
- DOI and NIH-grant external authority fields.
|
|
21
|
+
- External-field logos inlined as base64, removing external image dependencies (build budget raised to accommodate).
|
|
22
|
+
|
|
12
23
|
### Changed
|
|
13
24
|
|
|
25
|
+
- Improved Angular packaging and build; CSS updates and code cleanup.
|
|
26
|
+
|
|
14
27
|
### Fixed
|
|
15
28
|
|
|
16
|
-
-
|
|
29
|
+
- Multi-instance handling for external-authority fields (PFAS, ROR, and others).
|
|
30
|
+
- Multiple-choice component: restored missing imports, and corrected initialization, multi-page rendering, and data-value handling.
|
|
31
|
+
- Controlled-term result filtering.
|
|
32
|
+
- Data-availability rendering.
|
|
33
|
+
- Checkbox selection race condition.
|
|
17
34
|
|
|
18
35
|
## [1.5.0] - - 2025-05-30
|
|
19
36
|
|
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ git clone https://github.com/metadatacenter/cedar-component-distribution.git
|
|
|
21
21
|
|
|
22
22
|
### Edit configuration
|
|
23
23
|
|
|
24
|
-
1. Open the file ```
|
|
24
|
+
1. Open the file ```app/app.component.dev.ts``` in your favorite editor.
|
|
25
25
|
2. Edit configuration parameters based on your local environment (see section [Configuration](https://github.com/metadatacenter/cedar-embeddable-editor/tree/develop#configuration) for details).
|
|
26
26
|
|
|
27
27
|
### Build the project and start the server
|