@teipublisher/pb-components 2.11.0 → 2.12.0

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,3 +1,17 @@
1
+ # [2.12.0](https://github.com/eeditiones/tei-publisher-components/compare/v2.11.1...v2.12.0) (2023-08-28)
2
+
3
+
4
+ ### Features
5
+
6
+ * **pb-mei:** allow MEI data to be passed directly; move into separate bundle pb-mei ([9fe14f4](https://github.com/eeditiones/tei-publisher-components/commit/9fe14f4e8b34e1ab2934d75e3602fbed2b45185d))
7
+
8
+ ## [2.11.1](https://github.com/eeditiones/tei-publisher-components/compare/v2.11.0...v2.11.1) (2023-08-22)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **pb-manage-odds:** do not reload list of ODDs on pb-login event: permissions are handled by pb-restricted anyway ([e530710](https://github.com/eeditiones/tei-publisher-components/commit/e530710aa216783358ec6d9e7e3cc39002499847))
14
+
1
15
  # [2.11.0](https://github.com/eeditiones/tei-publisher-components/compare/v2.10.7...v2.11.0) (2023-08-11)
2
16
 
3
17
 
@@ -138,8 +138,7 @@
138
138
  "demo/pb-version.html": "Demo"
139
139
  },
140
140
  "pb-mei": {
141
- "demo/pb-mei.html": "Demo",
142
- "demo/pb-mei2.html": "Extended Features"
141
+ "demo/pb-mei.html": "Demo"
143
142
  },
144
143
  "pb-autocomplete": {
145
144
  "demo/pb-autocomplete.html": "Demo",
@@ -6,7 +6,7 @@
6
6
 
7
7
  <title>pb-mei Demo</title>
8
8
  <link rel="stylesheet" href="demo.css">
9
- <script src="https://cdn.jsdelivr.net/npm/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script><script type="module" src="../pb-components-bundle.js"></script>
9
+ <script src="https://cdn.jsdelivr.net/npm/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script><script type="module" src="../pb-components-bundle.js"></script><script type="module" src="../pb-mei.js"></script>
10
10
  </head>
11
11
 
12
12
  <body>
@@ -28,11 +28,11 @@
28
28
  </style>
29
29
  <pb-page endpoint="https://teipublisher.com/exist/apps/tei-publisher" api-version="1.0.0">
30
30
  <main>
31
- <pb-mei player url="https://raw.githubusercontent.com/music-encoding/sample-encodings/master/MEI_4.0/Music/Complete_examples/Liszt_Four_little_pieces.mei">
31
+ <pb-mei player url="https://raw.githubusercontent.com/music-encoding/sample-encodings/master/MEI_4.0/Music/Complete_examples/Liszt_Four_little_pieces_No1.mei">
32
32
  </pb-mei>
33
33
  <pb-mei player url="https://raw.githubusercontent.com/music-encoding/sample-encodings/master/MEI_4.0/Music/Complete_examples/Joplin_Elite_Syncopations.mei">
34
34
  </pb-mei>
35
- <pb-mei player url="https://raw.githubusercontent.com/music-encoding/sample-encodings/master/MEI_4.0/Music/Complete_examples/Grieg_op.43_butterfly.mei">
35
+ <pb-mei player url="https://raw.githubusercontent.com/music-encoding/sample-encodings/master/MEI_4.0/Music/Complete_examples/Grieg_Butterfly_Op43_No1.mei">
36
36
  </pb-mei>
37
37
  </main>
38
38
  </pb-page>
@@ -1,4 +1,4 @@
1
- import{P as e,h as t,d as i}from"./paper-checkbox-56ead3d4.js";
1
+ import{P as e,h as t,d as i}from"./paper-checkbox-c9177e35.js";import"./paper-listbox-1fc346ac.js";
2
2
  /**
3
3
  @license
4
4
  Copyright (c) 2015 The Polymer Project Authors. All rights reserved.