@teipublisher/pb-components
Version:
Collection of webcomponents underlying TEI Publisher
922 lines (435 loc) • 110 kB
Markdown
## [2.25.2](https://github.com/eeditiones/tei-publisher-components/compare/v2.25.1...v2.25.2) (2025-04-11)
### Bug Fixes
* **pb-authority-lookup:** add attributes so the element can be configured via html and not just by sending an event ([fb7a6aa](https://github.com/eeditiones/tei-publisher-components/commit/fb7a6aae18b836dcec0db79339ae266a17204132))
## [2.25.1](https://github.com/eeditiones/tei-publisher-components/compare/v2.25.0...v2.25.1) (2025-03-14)
### Bug Fixes
* **pb-combo-box:** abort requests to prevent race condition ([8ccf2ce](https://github.com/eeditiones/tei-publisher-components/commit/8ccf2ce6f3d1e55520cc1488445de3c92d99cb64))
# [2.25.0](https://github.com/eeditiones/tei-publisher-components/compare/v2.24.9...v2.25.0) (2025-03-13)
### Bug Fixes
* **pb-tify:** prevent flickering when requested page equals current page ([3d97de1](https://github.com/eeditiones/tei-publisher-components/commit/3d97de1c201eef6dbe091b74cae5f74d544837b2))
### Features
* **pb-tify:** add support for pb-facs-link coordinates (rectangle highlighting) ([67ab02f](https://github.com/eeditiones/tei-publisher-components/commit/67ab02f2fc4879aa2b3dc5ca14df3bade70f6d7b))
## [2.24.9](https://github.com/eeditiones/tei-publisher-components/compare/v2.24.8...v2.24.9) (2025-02-25)
### Bug Fixes
* **pb-table-grid:** add "subforms" attribute to append parameters from other forms similar to pb-search et al ([c9ec6cf](https://github.com/eeditiones/tei-publisher-components/commit/c9ec6cfb7edb8403ec1ff75251dfad0322cd851e))
* **pb-table-grid:** support i18n on column headers by interpreting label as i18n key ([63e9ed6](https://github.com/eeditiones/tei-publisher-components/commit/63e9ed6d4b4cb97ef3f1df6dc6673952267a7c18))
## [2.24.8](https://github.com/eeditiones/tei-publisher-components/compare/v2.24.7...v2.24.8) (2025-01-14)
### Bug Fixes
* **pb-login:** if "auto" is set, show login dialog as modal to prevent users from accessing content ([82256bc](https://github.com/eeditiones/tei-publisher-components/commit/82256bc9ccfece2e844e9555138b57fc910f1800))
## [2.24.7](https://github.com/eeditiones/tei-publisher-components/compare/v2.24.6...v2.24.7) (2024-12-12)
### Bug Fixes
* **pb-formula:** fix typo ([bace492](https://github.com/eeditiones/tei-publisher-components/commit/bace4928116a22eec3109f14f3f3de9fd8575ae3))
* **pb-formula:** replace XML entities ([cd95621](https://github.com/eeditiones/tei-publisher-components/commit/cd95621077131ba080092f9c2213db32fc87da55))
## [2.24.6](https://github.com/eeditiones/tei-publisher-components/compare/v2.24.5...v2.24.6) (2024-12-02)
### Bug Fixes
* **pb-collapse:** too much space between trigger icon and text ([9b153b6](https://github.com/eeditiones/tei-publisher-components/commit/9b153b6056c2b1b9108656dad31a9b50670f8243))
## [2.24.5](https://github.com/eeditiones/tei-publisher-components/compare/v2.24.4...v2.24.5) (2024-11-21)
### Bug Fixes
* **pb-combo-box:** Clear items before refetching ([b6fdf68](https://github.com/eeditiones/tei-publisher-components/commit/b6fdf68040484df01de23ee28f6461f525ce5423))
## [2.24.4](https://github.com/eeditiones/tei-publisher-components/compare/v2.24.3...v2.24.4) (2024-11-14)
### Bug Fixes
* **pb-table-grid:** respect existing search parameter when using included search feature ([7abdd8f](https://github.com/eeditiones/tei-publisher-components/commit/7abdd8fb67368f0a864a14354c98839e527dda94))
## [2.24.3](https://github.com/eeditiones/tei-publisher-components/compare/v2.24.2...v2.24.3) (2024-10-10)
### Bug Fixes
* **pb-view-annotate:** allow placing element after selected text ([f7272c6](https://github.com/eeditiones/tei-publisher-components/commit/f7272c66d202fa4311324588b54b11af9fb4dd86))
## [2.24.2](https://github.com/eeditiones/tei-publisher-components/compare/v2.24.1...v2.24.2) (2024-07-23)
### Bug Fixes
* **pb-collapse:** collapse icons with fixed width ([0e83fbe](https://github.com/eeditiones/tei-publisher-components/commit/0e83fbecaaca0983bf282a80135cbf674668dfe3))
## [2.24.1](https://github.com/eeditiones/tei-publisher-components/compare/v2.24.0...v2.24.1) (2024-07-16)
### Bug Fixes
* **pb-grid:** Fix calling pb-grid#addPanel(0) ([e326905](https://github.com/eeditiones/tei-publisher-components/commit/e326905a070224267dc1b1b0840ce368eeeac330))
# [2.24.0](https://github.com/eeditiones/tei-publisher-components/compare/v2.23.2...v2.24.0) (2024-06-27)
### Features
* **i18n:** add translations for mainland traditional Chinese; complete simplified Chinese; drop incomplete zh_TW ([0cf6127](https://github.com/eeditiones/tei-publisher-components/commit/0cf6127ebfbf9d39cbc60ca0a2c00b0cff52928b))
## [2.23.2](https://github.com/eeditiones/tei-publisher-components/compare/v2.23.1...v2.23.2) (2024-05-19)
### Bug Fixes
* **pb-facs-link:** emit-on-load should also wait for pb-facsimile/pb-tify to be available ([b16730a](https://github.com/eeditiones/tei-publisher-components/commit/b16730a07c7d930080b35de2de9af75da93b3ab2))
* **pb-mixin:** fix bug in wait method introduced by 189d5a1ac87014db3452f846cf506616a12959f4 ([afb665d](https://github.com/eeditiones/tei-publisher-components/commit/afb665d9a720c484bbf0549628780920f7a91447))
* **pb-mixin:** the wait method needs to make sure the HTML DOM has been loaded entirely before selecting elements to wait for ([189d5a1](https://github.com/eeditiones/tei-publisher-components/commit/189d5a1ac87014db3452f846cf506616a12959f4))
* **pb-tify:** emit ready event element is connected ([b8bae11](https://github.com/eeditiones/tei-publisher-components/commit/b8bae1199030dd8d3b68307507be9ac3246a4e9f))
## [2.23.1](https://github.com/eeditiones/tei-publisher-components/compare/v2.23.0...v2.23.1) (2024-05-16)
### Bug Fixes
* **pb-authority-lookup, anton:** avoid error if json.data.location == null ([d06a34a](https://github.com/eeditiones/tei-publisher-components/commit/d06a34acc923b80b3b788bef5fa6fb2aecd18a35))
# [2.23.0](https://github.com/eeditiones/tei-publisher-components/compare/v2.22.2...v2.23.0) (2024-05-15)
### Features
* **pb-facsimile:** added option to add download icon to trigger download of current viewport. Added a demo for the feature ([0233c83](https://github.com/eeditiones/tei-publisher-components/commit/0233c8333e9e78ed529a21361e358974c1cecf46))
## [2.22.2](https://github.com/eeditiones/tei-publisher-components/compare/v2.22.1...v2.22.2) (2024-05-02)
### Bug Fixes
* **pb-grid:** emit pb-refresh to configured channel only ([63091ab](https://github.com/eeditiones/tei-publisher-components/commit/63091ab6d509770b8b847fe25fe5a1a2ed7d86e8))
## [2.22.1](https://github.com/eeditiones/tei-publisher-components/compare/v2.22.0...v2.22.1) (2024-05-02)
### Bug Fixes
* **pb-grid:** remove panel broken ([44bcf81](https://github.com/eeditiones/tei-publisher-components/commit/44bcf8150832042c9706cc8e3e4dee8c19db9689))
# [2.22.0](https://github.com/eeditiones/tei-publisher-components/compare/v2.21.0...v2.22.0) (2024-05-02)
### Features
* adds zoom to pb-grid ([c3f557d](https://github.com/eeditiones/tei-publisher-components/commit/c3f557d83ff13e23dad5a9162af5f9f0f7e319ad))
# [2.21.0](https://github.com/eeditiones/tei-publisher-components/compare/v2.20.0...v2.21.0) (2024-05-02)
### Bug Fixes
* no scrolling when component is disabled ([dfe1881](https://github.com/eeditiones/tei-publisher-components/commit/dfe188178d556608501a5e600ccb81591565e6c2))
### Features
* changes vertical alignment of scroll ([38b8dce](https://github.com/eeditiones/tei-publisher-components/commit/38b8dce6f5e6dc63c38aa34905b21dc1ab832c33))
# [2.20.0](https://github.com/eeditiones/tei-publisher-components/compare/v2.19.3...v2.20.0) (2024-05-02)
### Features
* **pb-grid:** support dragging a panel to a different position in the grid ([4cf75f8](https://github.com/eeditiones/tei-publisher-components/commit/4cf75f8edb0294a8943846037c44a41e87a76afd))
## [2.19.3](https://github.com/eeditiones/tei-publisher-components/compare/v2.19.2...v2.19.3) (2024-04-25)
### Bug Fixes
* **pb-facsimile:** using patched OSD from jinntec/openseadragon and corrected finding the pb-page element. ([2a89c8d](https://github.com/eeditiones/tei-publisher-components/commit/2a89c8d108260608eab76ade31b81f289ce1902b))
## [2.19.2](https://github.com/eeditiones/tei-publisher-components/compare/v2.19.1...v2.19.2) (2024-03-23)
### Bug Fixes
* **pb-tify:** make sure container div is created ([e96f4f2](https://github.com/eeditiones/tei-publisher-components/commit/e96f4f2ba27d83096c5cf84ce4943bd00ba62091))
## [2.19.1](https://github.com/eeditiones/tei-publisher-components/compare/v2.19.0...v2.19.1) (2024-02-16)
### Bug Fixes
* **pb-leaflet-map:** pb-leaflet-marker-click event details should include reference to pb-geolocation element where possible ([da54cdb](https://github.com/eeditiones/tei-publisher-components/commit/da54cdb99bda19ab2bb9386d5d0e2e3b3196ee19))
* **pb-table-grid:** react to language changes ([50cc2a0](https://github.com/eeditiones/tei-publisher-components/commit/50cc2a019bde937061499cd151cda9aed455c31a))
# [2.19.0](https://github.com/eeditiones/tei-publisher-components/compare/v2.18.4...v2.19.0) (2024-01-26)
### Features
* **pb-view-annotate:** keep track of the current selection; allow external js to disable/enable selection tracking via event ([e15d1d1](https://github.com/eeditiones/tei-publisher-components/commit/e15d1d12faaacf8c4c0dae1915807fabd2eaa013))
## [2.18.4](https://github.com/eeditiones/tei-publisher-components/compare/v2.18.3...v2.18.4) (2024-01-22)
### Bug Fixes
* **pb-view-annotate:** changes not saved after editing/correcting an added (but not yet merged) annotation ([837b37f](https://github.com/eeditiones/tei-publisher-components/commit/837b37f6639d7e57b768ad7b7ffc612b14c4a3c3))
## [2.18.3](https://github.com/eeditiones/tei-publisher-components/compare/v2.18.2...v2.18.3) (2024-01-18)
### Bug Fixes
* **pb-code-editor:** include jinn-xml-editor and jinn-epidoc-editor in bundle so they can be used instead of deprecated pb-code-editor ([106d91f](https://github.com/eeditiones/tei-publisher-components/commit/106d91f0e2ab4a27d17aa89c8cb8c6a1fa4058b0))
## [2.18.2](https://github.com/eeditiones/tei-publisher-components/compare/v2.18.1...v2.18.2) (2024-01-17)
### Bug Fixes
* **pb-view-annotate:** selection still sometimes ignored due to typo ([dcbc2be](https://github.com/eeditiones/tei-publisher-components/commit/dcbc2be8150beaa7e1d531bf313b37e1af964c3c))
## [2.18.1](https://github.com/eeditiones/tei-publisher-components/compare/v2.18.0...v2.18.1) (2024-01-17)
### Bug Fixes
* **pb-leaflet-map:** fix map initialization; hold ctrl or cmd while clicking on map for reverse geocoding ([ed9ce33](https://github.com/eeditiones/tei-publisher-components/commit/ed9ce33262cc3b142c7bdb4b6f9e09a8c411671f))
* **pb-view-annotate:** view stopped reporting selection events after error ([d56c5b5](https://github.com/eeditiones/tei-publisher-components/commit/d56c5b5f75d590c8a2da4bcabfc21febb155027a))
# [2.18.0](https://github.com/eeditiones/tei-publisher-components/compare/v2.17.0...v2.18.0) (2024-01-14)
### Bug Fixes
* **pb-authority-lookup:** only show edit buttons if user is logged in and belongs to right group ([ad43550](https://github.com/eeditiones/tei-publisher-components/commit/ad435501c4f72419378b934525ff0fc0236f70fd))
### Features
* **pb-login,pb-restricted:** pb-login now copies the user information into the global state registry, so it is no longer necessary for pb-restricted to have access to the pb-login element ([e83d248](https://github.com/eeditiones/tei-publisher-components/commit/e83d24855cfb290434479c07207f2c1d042ac458))
# [2.17.0](https://github.com/eeditiones/tei-publisher-components/compare/v2.16.0...v2.17.0) (2024-01-14)
### Features
* **pb-leaflet-map:** enable geocoding using the OSM/Nominatim service ([0c6e4a2](https://github.com/eeditiones/tei-publisher-components/commit/0c6e4a2cd5eda0e2dfbaf047b6bf83598b39d605))
# [2.16.0](https://github.com/eeditiones/tei-publisher-components/compare/v2.15.3...v2.16.0) (2024-01-12)
### Features
* **pb-view-annotate:** support (potentially empty) annotations to be inserted before the current selection, e.g. <pb> ([acbecd3](https://github.com/eeditiones/tei-publisher-components/commit/acbecd3ee7a92044a97f930be9ae89e13243004f))
## [2.15.3](https://github.com/eeditiones/tei-publisher-components/compare/v2.15.2...v2.15.3) (2024-01-10)
### Bug Fixes
* **pb-tify:** support changing the displayed manifest by reacting to 'pb-show-annotation' emitted by 'pb-facs-link'. Use the URL given in [@facs](https://github.com/facs) as manifest URL. ([1f7e6ff](https://github.com/eeditiones/tei-publisher-components/commit/1f7e6ffcd2085a9c381379e94930f77d128879bb))
## [2.15.2](https://github.com/eeditiones/tei-publisher-components/compare/v2.15.1...v2.15.2) (2023-12-22)
### Bug Fixes
* **pb-combo-box:** always disable client-side filtering if there's a remote source configured ([5331ca4](https://github.com/eeditiones/tei-publisher-components/commit/5331ca483576f4032c9fa073377e149f49c9dfc8))
## [2.15.1](https://github.com/eeditiones/tei-publisher-components/compare/v2.15.0...v2.15.1) (2023-11-22)
### Bug Fixes
* **pb-authority-lookup:** pass register type in events ([0d26d6a](https://github.com/eeditiones/tei-publisher-components/commit/0d26d6ab529378bb4c8f5f0b5278efbc667dca7d))
# [2.15.0](https://github.com/eeditiones/tei-publisher-components/compare/v2.14.6...v2.15.0) (2023-11-22)
### Bug Fixes
* **i18n:** corrects preposition ([0f702ae](https://github.com/eeditiones/tei-publisher-components/commit/0f702aeabdd81e152503a410b048e7dc15af3229))
* **i18n:** minor correction in es translation ([811ff02](https://github.com/eeditiones/tei-publisher-components/commit/811ff02b91aa461d885933fdba66b6f318e575d4))
### Features
* **i18n:** adds missing translations in spanish ([4c231ab](https://github.com/eeditiones/tei-publisher-components/commit/4c231ab9dbdfcbed6429480d637dc676cb7b8aa1))
## [2.14.6](https://github.com/eeditiones/tei-publisher-components/compare/v2.14.5...v2.14.6) (2023-11-21)
### Bug Fixes
* **pb-authority-lookup:** add missing i18n labels ([cdf33cb](https://github.com/eeditiones/tei-publisher-components/commit/cdf33cbe6194a4165f308f9e9f94af310def8b7f))
* **pb-authority-lookup:** fix undefined error ([d549209](https://github.com/eeditiones/tei-publisher-components/commit/d5492091c4b9a02ee6c345e61ad424ee554a70fe))
* **pb-authority-lookup,custom:** add property to info event details if authority is editable ([fd2e388](https://github.com/eeditiones/tei-publisher-components/commit/fd2e3885402e2cde219be1c3f9db4c162bdfd336))
* **pb-view-annotate:** add callback function to pb-annotation-detail event; refreshes popover position when called ([b76bf9f](https://github.com/eeditiones/tei-publisher-components/commit/b76bf9fd0cd7df30d5dc89f180dcb313e7ea836c))
## [2.14.5](https://github.com/eeditiones/tei-publisher-components/compare/v2.14.4...v2.14.5) (2023-11-17)
### Bug Fixes
* **pb-authority,custom:** select method should not reject promise if no record is found in external authorities: the entry may only exist in the local register ([2c7ec1e](https://github.com/eeditiones/tei-publisher-components/commit/2c7ec1efa393084abcae570c790902d6912f26fd))
## [2.14.4](https://github.com/eeditiones/tei-publisher-components/compare/v2.14.3...v2.14.4) (2023-11-16)
### Bug Fixes
* **pb-view-annotate:** suppress pb-selection-changed event if annotation is deleted ([c5cb4d9](https://github.com/eeditiones/tei-publisher-components/commit/c5cb4d992c1fc9ee34167f3a942715ac55b8232a))
## [2.14.3](https://github.com/eeditiones/tei-publisher-components/compare/v2.14.2...v2.14.3) (2023-11-16)
### Bug Fixes
* **pb-authority-lookup,custom:** trigger pb-authority-error if saving to local registry fails ([66edabc](https://github.com/eeditiones/tei-publisher-components/commit/66edabc50913c38bcf20a9094d995800f8c17271))
## [2.14.2](https://github.com/eeditiones/tei-publisher-components/compare/v2.14.1...v2.14.2) (2023-11-15)
### Bug Fixes
* **pb-authority-lookup:** emit event if user clicks add entity ([58e63a4](https://github.com/eeditiones/tei-publisher-components/commit/58e63a47a9c11ca35a6f53620aec5cfc0e52be96))
## [2.14.1](https://github.com/eeditiones/tei-publisher-components/compare/v2.14.0...v2.14.1) (2023-11-12)
### Bug Fixes
* **pb-tify:** instead of using a custom property, link to the transcription page is now specified in a "rendering" property on the canvas ([c092878](https://github.com/eeditiones/tei-publisher-components/commit/c0928785ce31db2a95e765fde203e0c1e7443ec5))
# [2.14.0](https://github.com/eeditiones/tei-publisher-components/compare/v2.13.2...v2.14.0) (2023-11-03)
### Bug Fixes
* **pb-select-feature:** determine initial state on load ([2a80ce0](https://github.com/eeditiones/tei-publisher-components/commit/2a80ce0f362025c6c09c205fddfb0e79c7514711))
* **pb-toggle-feature:** if selector specified, emit event on load ([7d3ff92](https://github.com/eeditiones/tei-publisher-components/commit/7d3ff9284f2e9afbf7d381654928bd3371f38060))
### Features
* **pb-toggle-feature:** add attribute "global": if set, toggles any matching selectors below the surrounding pb-page (i.e. not just in connected pb-view/pb-load) ([18ee228](https://github.com/eeditiones/tei-publisher-components/commit/18ee22805550e5f663b89c7a1c4d51442e36cde3))
## [2.13.2](https://github.com/eeditiones/tei-publisher-components/compare/v2.13.1...v2.13.2) (2023-10-26)
### Bug Fixes
* **pb-authority-lookup,airtable:** avoid javascript console error, report missing record for key ([c483125](https://github.com/eeditiones/tei-publisher-components/commit/c4831252602062685b03f3f3fe3f1f51776ddc04))
## [2.13.1](https://github.com/eeditiones/tei-publisher-components/compare/v2.13.0...v2.13.1) (2023-10-24)
### Bug Fixes
* **pb-authority-lookup:** fix issue with authority entry list display ([427ac63](https://github.com/eeditiones/tei-publisher-components/commit/427ac63039cd9b572a0d2a57306964cb02bf7d45))
# [2.13.0](https://github.com/eeditiones/tei-publisher-components/compare/v2.12.10...v2.13.0) (2023-10-24)
### Features
* **pb-authority-lookup:** custom connector can now have an edit button (used by future versions of annotation tool) ([1240172](https://github.com/eeditiones/tei-publisher-components/commit/124017238557f1d6bfe93c6a4da91e6caece6f31))
## [2.12.10](https://github.com/eeditiones/tei-publisher-components/compare/v2.12.9...v2.12.10) (2023-10-23)
### Bug Fixes
* **pb-load:** add property 'plain' to prevent pb-load injecting internal parameters like 'start' or 'language' ([a9b7b8f](https://github.com/eeditiones/tei-publisher-components/commit/a9b7b8f08fa61d55ea61f409ebdd7fbcf93acf40))
## [2.12.9](https://github.com/eeditiones/tei-publisher-components/compare/v2.12.8...v2.12.9) (2023-10-23)
### Bug Fixes
* **pb-combo-box:** drop change listener as this is leading to display issues ([73cf4be](https://github.com/eeditiones/tei-publisher-components/commit/73cf4be4171414479534e7c1f3bc56c870abfb17))
## [2.12.8](https://github.com/eeditiones/tei-publisher-components/compare/v2.12.7...v2.12.8) (2023-10-22)
### Bug Fixes
* **pb-combo-box:** provide getter/setter for current value ([72443d8](https://github.com/eeditiones/tei-publisher-components/commit/72443d880ea252fd1cfe58b43d49cf26a06f8a11))
## [2.12.7](https://github.com/eeditiones/tei-publisher-components/compare/v2.12.6...v2.12.7) (2023-10-20)
### Bug Fixes
* **pb-i18n:** support changing options at runtime ([66a9e41](https://github.com/eeditiones/tei-publisher-components/commit/66a9e4107424e84172269e1317d2633298d63e29))
* **pb-view-annotate:** emit pb-annotations-loaded; refresh incomplete annotation display after list of annotations changed ([b7b1569](https://github.com/eeditiones/tei-publisher-components/commit/b7b1569e77290600bcd73fcd50da4c26c3bcbae0))
## [2.12.6](https://github.com/eeditiones/tei-publisher-components/compare/v2.12.5...v2.12.6) (2023-09-01)
### Bug Fixes
* **pb-link:** support parameters 'xpath' to be passed to connected pb-view ([56f50e9](https://github.com/eeditiones/tei-publisher-components/commit/56f50e912fc5eb83027638a31e2660d0ca06a803))
* **pb-split-list:** prevent commit after popstate to avoid messing up history ([c817eb8](https://github.com/eeditiones/tei-publisher-components/commit/c817eb8187cb71123c10d17953f29a3c2c1bce4e))
## [2.12.5](https://github.com/eeditiones/tei-publisher-components/compare/v2.12.4...v2.12.5) (2023-08-31)
### Bug Fixes
* **pb-facsimile:** openseadragon.min.js should not be removed by npm clean ([9ccdfb6](https://github.com/eeditiones/tei-publisher-components/commit/9ccdfb6158c152359d96b4fb82edfd0170b2fb2c))
## [2.12.4](https://github.com/eeditiones/tei-publisher-components/compare/v2.12.3...v2.12.4) (2023-08-31)
### Bug Fixes
* **pb-view:** initial load failed if on-update was set ([4876ffe](https://github.com/eeditiones/tei-publisher-components/commit/4876ffe55fbd680b0e70694e95f1c316516aba4a))
## [2.12.3](https://github.com/eeditiones/tei-publisher-components/compare/v2.12.2...v2.12.3) (2023-08-31)
### Bug Fixes
* **pb-facsimile:** local version of openseadragon.min.js needs to stay ([4e958a1](https://github.com/eeditiones/tei-publisher-components/commit/4e958a19aa87e6be4cfc77cbab71bf102547699f))
## [2.12.2](https://github.com/eeditiones/tei-publisher-components/compare/v2.12.1...v2.12.2) (2023-08-28)
### Bug Fixes
* **pb-odd-editor:** download to file produced incomplete ODD; save is required first ([16fa08f](https://github.com/eeditiones/tei-publisher-components/commit/16fa08fb39944eb5dc77d5c06d90b7e2632361e8))
## [2.12.1](https://github.com/eeditiones/tei-publisher-components/compare/v2.12.0...v2.12.1) (2023-08-28)
### Bug Fixes
* **pb-authority-lookup,airtable:** fix error caused by empty field ([1af83fb](https://github.com/eeditiones/tei-publisher-components/commit/1af83fb88f594cfb3a667e619702a42b4b136859))
# [2.12.0](https://github.com/eeditiones/tei-publisher-components/compare/v2.11.1...v2.12.0) (2023-08-28)
### Features
* **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))
## [2.11.1](https://github.com/eeditiones/tei-publisher-components/compare/v2.11.0...v2.11.1) (2023-08-22)
### Bug Fixes
* **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))
# [2.11.0](https://github.com/eeditiones/tei-publisher-components/compare/v2.10.7...v2.11.0) (2023-08-11)
### Features
* **pb-odd-editor:** add download/export button ([4020bbf](https://github.com/eeditiones/tei-publisher-components/commit/4020bbf3418ca6324d129b5a8183312f1c024773))
## [2.10.7](https://github.com/eeditiones/tei-publisher-components/compare/v2.10.6...v2.10.7) (2023-08-08)
### Bug Fixes
* **pb-view:** fix navigation by xml:id ([ff1bd9c](https://github.com/eeditiones/tei-publisher-components/commit/ff1bd9cd27a8d2b550f183dd50d915cffab2dc2a))
## [2.10.6](https://github.com/eeditiones/tei-publisher-components/compare/v2.10.5...v2.10.6) (2023-08-06)
### Bug Fixes
* **pb-select-template:** needs to trigger page reload to render chosen template ([b22b761](https://github.com/eeditiones/tei-publisher-components/commit/b22b761661b7974e24a7e0c3f5b470021b4f8b08))
## [2.10.5](https://github.com/eeditiones/tei-publisher-components/compare/v2.10.4...v2.10.5) (2023-08-06)
### Bug Fixes
* **pb-login:** login event sent with wrong loggedIn flag ([880747e](https://github.com/eeditiones/tei-publisher-components/commit/880747ef9c8416960babb41dc03c79807068f7ab))
## [2.10.4](https://github.com/eeditiones/tei-publisher-components/compare/v2.10.3...v2.10.4) (2023-07-27)
### Bug Fixes
* **pb-combo-box:** react to i18n language change ([67037cb](https://github.com/eeditiones/tei-publisher-components/commit/67037cb818358b0f8da5a918aae931130c136827))
## [2.10.3](https://github.com/eeditiones/tei-publisher-components/compare/v2.10.2...v2.10.3) (2023-07-24)
### Bug Fixes
* **odd-editor:** update jinn-codemirror to 1.13.5 to fix issue with old predicate/template being copied into new rules ([1e80466](https://github.com/eeditiones/tei-publisher-components/commit/1e80466201d25f0263713aedfea8e48688ed46e9))
* **pb-odd-model-editor:** re-enable paste into modelSequence ([ffb1bd8](https://github.com/eeditiones/tei-publisher-components/commit/ffb1bd8754821fc28891149c2e4fff0f18e3e3ef))
## [2.10.2](https://github.com/eeditiones/tei-publisher-components/compare/v2.10.1...v2.10.2) (2023-07-22)
### Bug Fixes
* **pb-code-editor, pb-odd-editor:** code editor not visible in safari ([22cd409](https://github.com/eeditiones/tei-publisher-components/commit/22cd4096f3e1fe66735495e2426517d74192a2de))
## [2.10.1](https://github.com/eeditiones/tei-publisher-components/compare/v2.10.0...v2.10.1) (2023-07-19)
### Bug Fixes
* **pb-facsimile:** set loaded attribute if facsimiles are available for display ([bf0c641](https://github.com/eeditiones/tei-publisher-components/commit/bf0c641ac947c056b5f95a3e747cab0e58047dca))
# [2.10.0](https://github.com/eeditiones/tei-publisher-components/compare/v2.9.0...v2.10.0) (2023-07-18)
### Features
* **pb-tify:** emit pb-refresh event if user switches page ([6c3f880](https://github.com/eeditiones/tei-publisher-components/commit/6c3f8807214f3a41593b72e75b2f23b5c7002ddd))
# [2.9.0](https://github.com/eeditiones/tei-publisher-components/compare/v2.8.0...v2.9.0) (2023-07-17)
### Features
* **pb-tify:** viewer for IIIF presentation manifests ([c82b56a](https://github.com/eeditiones/tei-publisher-components/commit/c82b56a55b0675a0dd8cf0b032c6a9d4e50eb985))
# [2.8.0](https://github.com/eeditiones/tei-publisher-components/compare/v2.7.0...v2.8.0) (2023-07-13)
### Bug Fixes
* **pb-split-list:** fix empty category passed as null ([819c44a](https://github.com/eeditiones/tei-publisher-components/commit/819c44a5c0508f0ebdf612f673c610a76d5d0e6a))
* **url registry:** check url template for required parameters and try to fill them in from both, unprefixed or "user."-prefixed parameters ([f2e1a96](https://github.com/eeditiones/tei-publisher-components/commit/f2e1a96553eaf3bfb6927931c41a5d1f6d9eec8b))
### Features
* **pb-link, pb-view:** allow additional parameters to be passed with pb-refresh event ([672ab6f](https://github.com/eeditiones/tei-publisher-components/commit/672ab6f597b95ba014b2089e568de0a44e3bd281))
# [2.7.0](https://github.com/eeditiones/tei-publisher-components/compare/v2.6.1...v2.7.0) (2023-07-11)
### Bug Fixes
* **pb-browse-docs:** init with multiple facets ([b538976](https://github.com/eeditiones/tei-publisher-components/commit/b538976766a69fe4e84cf568289d0d7e48c8336c))
* **pb-custom-form:** null values in serializeform ([5c6af3d](https://github.com/eeditiones/tei-publisher-components/commit/5c6af3d0a7bd8782c7d3f2a2486abfb7483fd975))
* **pb-load:** filter null values ([df5f8dc](https://github.com/eeditiones/tei-publisher-components/commit/df5f8dc4f43fabdaa833843a50b131c3a23b0b50))
* **urls:** do not mutate state on replace ([09a4a94](https://github.com/eeditiones/tei-publisher-components/commit/09a4a94739b7a9cc46e8e2c915aebdd748aab1e0))
* **urls:** multiple values in state and URL ([33940a5](https://github.com/eeditiones/tei-publisher-components/commit/33940a5333bf0bed54e66096e1186eac3ddb86dc))
### Features
* **pb-page:** add a property url-ignore to list parameter names which should never be reflected in the browser URL ([039e212](https://github.com/eeditiones/tei-publisher-components/commit/039e212c37e699b976fa3e3d5f5b51d268b62cae))
* **pb-popover:** allow to override touch setting ([d8455e8](https://github.com/eeditiones/tei-publisher-components/commit/d8455e80bf2f96199b8d83dc5f682cadeab94975))
* support url patterns to map parameters into the url path ([d0ec078](https://github.com/eeditiones/tei-publisher-components/commit/d0ec0789482e9dd0ea4d848de317d1d3057e7dd4))
## [2.6.1](https://github.com/eeditiones/tei-publisher-components/compare/v2.6.0...v2.6.1) (2023-07-07)
### Bug Fixes
* **pb-svg:** react to url property change as well as event ([5fb4f7f](https://github.com/eeditiones/tei-publisher-components/commit/5fb4f7f48867a145a7cf97d5f1787a43006220a4))
* **pb-tabs:** emit pb-tab event when selected tab changes ([709ee80](https://github.com/eeditiones/tei-publisher-components/commit/709ee8053526b290b257684bf97a21ed4a54a392))
# [2.6.0](https://github.com/eeditiones/tei-publisher-components/compare/v2.5.1...v2.6.0) (2023-07-06)
### Features
* **authority:** renamed gf.js to anton.js and made endpoint and provider name configurable ([5dc6943](https://github.com/eeditiones/tei-publisher-components/commit/5dc69436644954d813801faf09e1c50f565b5d6e))
## [2.5.1](https://github.com/eeditiones/tei-publisher-components/compare/v2.5.0...v2.5.1) (2023-06-14)
### Bug Fixes
* **pb-mixin:** emitting/subscribing to default channel failed, in particular for ([d7fa70a](https://github.com/eeditiones/tei-publisher-components/commit/d7fa70a1bc3f28bd2c4453275dad2c86b3a5e83e))
# [2.5.0](https://github.com/eeditiones/tei-publisher-components/compare/v2.4.8...v2.5.0) (2023-05-15)
### Bug Fixes
* **pb-view:** if not-found is set to a string, show it instead of error message ([615cc9f](https://github.com/eeditiones/tei-publisher-components/commit/615cc9ff402aebf1e787b7c00ce25bcd8103fb08))
### Features
* **pb-page:** list of supported languages and fallback language can now be configured for cases when the detected language is not supported ([eeba0c5](https://github.com/eeditiones/tei-publisher-components/commit/eeba0c59f98b3eef0dcc44c311ce0f9a8ce109a0))
## [2.4.8](https://github.com/eeditiones/tei-publisher-components/compare/v2.4.7...v2.4.8) (2023-05-15)
### Bug Fixes
* **pb-select-feature:** allow labels in dropdown to be translated via i18n ([e5e5350](https://github.com/eeditiones/tei-publisher-components/commit/e5e5350dd8ed618ddaff6ceb7417d9c1b29f99ab))
## [2.4.7](https://github.com/eeditiones/tei-publisher-components/compare/v2.4.6...v2.4.7) (2023-04-12)
### Bug Fixes
* **pb-split-list:** added missing import ([b9e8212](https://github.com/eeditiones/tei-publisher-components/commit/b9e82129fc744eae630fc9e84e326ebfa48af858))
## [2.4.6](https://github.com/eeditiones/tei-publisher-components/compare/v2.4.5...v2.4.6) (2023-04-10)
### Bug Fixes
* **kbga:** support endpoint for songs ([7bcff0b](https://github.com/eeditiones/tei-publisher-components/commit/7bcff0b37a464023281a7a6cdb7bcad94d4aabd1))
## [2.4.5](https://github.com/eeditiones/tei-publisher-components/compare/v2.4.4...v2.4.5) (2023-03-31)
### Bug Fixes
* **pb-manage-odds:** react to login and remove hover effect to fix dialog not showing ([f1297c1](https://github.com/eeditiones/tei-publisher-components/commit/f1297c17236a44f3d14d9d49997216cfe85f183d))
## [2.4.4](https://github.com/eeditiones/tei-publisher-components/compare/v2.4.3...v2.4.4) (2023-03-28)
### Bug Fixes
* **pb-facsimile:** usage of 'viewportToImageRectangle' ([dc62c48](https://github.com/eeditiones/tei-publisher-components/commit/dc62c488690f0659441d4f968c3a00bda365ce52))
* **pb-facsimile:** usage of 'viewportToImageRectangle' removed comment ([384fbe8](https://github.com/eeditiones/tei-publisher-components/commit/384fbe8a44dcd04143f0c2bdbc192cdf9a88cdc2))
## [2.4.3](https://github.com/eeditiones/tei-publisher-components/compare/v2.4.2...v2.4.3) (2023-03-27)
### Bug Fixes
* wrong URL resolving leads to various errors if context path is empty ([43b9152](https://github.com/eeditiones/tei-publisher-components/commit/43b91528c120627b993190e486bd678d9724187e))
## [2.4.2](https://github.com/eeditiones/tei-publisher-components/compare/v2.4.1...v2.4.2) (2023-03-25)
### Bug Fixes
* **registry:** ignore popstate event if no components are involved ([9976fa0](https://github.com/eeditiones/tei-publisher-components/commit/9976fa07b5976d5f600abf6bbbc8fc646d225987))
## [2.4.1](https://github.com/eeditiones/tei-publisher-components/compare/v2.4.0...v2.4.1) (2023-03-24)
### Bug Fixes
* **pb-ajax:** progress bar breaks layout ([a00a6a6](https://github.com/eeditiones/tei-publisher-components/commit/a00a6a6a7d3d21f217bae2e96c2bd514501e9207))
* **pb-paginate:** declare part for span showing number of items ([3fc090a](https://github.com/eeditiones/tei-publisher-components/commit/3fc090aef1d40897d9f9d25d3d5e1e7f2ee674eb))
# [2.4.0](https://github.com/eeditiones/tei-publisher-components/compare/v2.3.1...v2.4.0) (2023-03-23)
### Bug Fixes
* **pb-manage-odds:** changed link to button ([e07dfaf](https://github.com/eeditiones/tei-publisher-components/commit/e07dfaf5708145e7364b15cd8cbaaa2e406970aa))
### Features
* **pb-ajax:** added progress and button indicates state ([e41254d](https://github.com/eeditiones/tei-publisher-components/commit/e41254df61fd560e1599ea41dd6fb70187e0b33e))
## [2.3.1](https://github.com/eeditiones/tei-publisher-components/compare/v2.3.0...v2.3.1) (2023-03-23)
### Bug Fixes
* **pb-page:** make configurable if the hash part of the URL should be interpreted as xml:id to navigate to. This allows links like doc.xml#intro to work. ([6929257](https://github.com/eeditiones/tei-publisher-components/commit/69292572733516f5158ed2d2d37a4447e8844dee))
# [2.3.0](https://github.com/eeditiones/tei-publisher-components/compare/v2.2.0...v2.3.0) (2023-03-21)
### Features
* **pb-manage-odds:** layout and a11y refinements ([7ff2b1e](https://github.com/eeditiones/tei-publisher-components/commit/7ff2b1e082cb21b767aa234139338430e7f38c44))
# [2.2.0](https://github.com/eeditiones/tei-publisher-components/compare/v2.1.1...v2.2.0) (2023-03-20)
### Features
* **line-endings:** normalizing line-endings to use LF always in repo but allow CRLF on workspace ([95134e8](https://github.com/eeditiones/tei-publisher-components/commit/95134e8bc4f166696de53ff0478e04165692475b))
* **pb-collapse:** allow icon to be right-handed. ([7a7429c](https://github.com/eeditiones/tei-publisher-components/commit/7a7429c0866e67f88bf540a70556e86f923271af))
* **pb-collapse:** icon can be positioned absolutely (e.g. on the right) ([784e20f](https://github.com/eeditiones/tei-publisher-components/commit/784e20f060c98e3c1bd409442f379baa054abb14))
* **pb-collapse:** icon can be positioned absolutely (e.g. on the right) ([4b4ec6b](https://github.com/eeditiones/tei-publisher-components/commit/4b4ec6b3c71af8ffc75a41c70d569f5f0fdd5ec1))
* **pb-login:** submit dialog on 'enter' key ([9e5f0aa](https://github.com/eeditiones/tei-publisher-components/commit/9e5f0aaad203cfd5dabd22ebf066ba02ee5f9adf))
## [2.1.1](https://github.com/eeditiones/tei-publisher-components/compare/v2.1.0...v2.1.1) (2023-03-17)
### Bug Fixes
* **pb-facsimile:** include static version of patched openseadragon to avoid build issues ([de663f3](https://github.com/eeditiones/tei-publisher-components/commit/de663f3bbe58d2a08b60906f5c350f624f385ecd))
# [2.1.0](https://github.com/eeditiones/tei-publisher-components/compare/v2.0.0...v2.1.0) (2023-03-16)
### Bug Fixes
* **pb-facs-link:** wait for pb-facsimile or pb-image-strip to be ready ([93da282](https://github.com/eeditiones/tei-publisher-components/commit/93da282ddcafd9c28bc87bb4efeefd13ecf73a51))
### Features
* **pb-facsimile:** respect facs-link order ([8754768](https://github.com/eeditiones/tei-publisher-components/commit/87547680da8c4a539a13e3283d234d121bec6571))
* **pb-image-strip:** reverse default order ([ea12409](https://github.com/eeditiones/tei-publisher-components/commit/ea12409fed2051ac2ed9132b81c5644a679e4296))
* pb-facs-link, pb-image-strip ([f667176](https://github.com/eeditiones/tei-publisher-components/commit/f667176b7561a824c63ecacdb8ee0ed454997907))
* ** pb-image-strip:** sort items by order ([d0baa51](https://github.com/eeditiones/tei-publisher-components/commit/d0baa5193b6f6cb1ea1abe54a27f811aa272d4cc))
* **pb-image-strip:** add new component ([9143856](https://github.com/eeditiones/tei-publisher-components/commit/9143856b5877da9d896ca6c4cef8e3f8deff8c97)), closes [#85](https://github.com/eeditiones/tei-publisher-components/issues/85)
# [2.0.0](https://github.com/eeditiones/tei-publisher-components/compare/v1.44.2...v2.0.0) (2023-03-16)
### Bug Fixes
* **pb-ajax:** partial fix for test failure ([2699c4c](https://github.com/eeditiones/tei-publisher-components/commit/2699c4c684068f4384811b724e4dbd4c380f85cd))
* **pb-browse:** respect history property to disable pushing to history ([b5f8c28](https://github.com/eeditiones/tei-publisher-components/commit/b5f8c28a3ad343f0f1f18bbbba593414eb2de33e))
* **pb-browse-docs:** add history support ([5698237](https://github.com/eeditiones/tei-publisher-components/commit/569823737cf4d40c992eaae5b70776ec222b957a))
* **pb-browse-docs:** pick up facets when connected ([a4eb4f2](https://github.com/eeditiones/tei-publisher-components/commit/a4eb4f238d569c5d94a4d1327307f0f773364c44))
* **pb-events:** defaultChannel handling ([a16ce6f](https://github.com/eeditiones/tei-publisher-components/commit/a16ce6f87fe017497076044074da894d820f2d45))
* **pb-events:** subscribe to defaultChannel if channel is null or empty array ([5c59613](https://github.com/eeditiones/tei-publisher-components/commit/5c5961377891419ea5027420195b28bc78c7a1c4))
* **pb-grid:** do not use es6 operator ([dedbf14](https://github.com/eeditiones/tei-publisher-components/commit/dedbf14edb8007fa47be6ddc0767be0c6aa96428))
* **pb-load:** also pass content in pb-results-received ([2947281](https://github.com/eeditiones/tei-publisher-components/commit/2947281c13da3c374522d08cd5a8aeb68db73916))
* **pb-load:** subscribe to browser history only if enabled by user ([3771c27](https://github.com/eeditiones/tei-publisher-components/commit/3771c27c86027910253d1447497c69954e97a3c7))
* **pb-mixin:** add defaultChannel constant ([ab84bea](https://github.com/eeditiones/tei-publisher-components/commit/ab84beaca9bbd1b5487269ab41f0dab838e74c06))
* **pb-search:** browser history navigation ([4aa9b76](https://github.com/eeditiones/tei-publisher-components/commit/4aa9b76d88c907c780960c005dc28ad6e6b02ab6))
* **pb-search:** strip out the 'autocomplete-custom-template' parameter added by the autcomplete subcomponent ([12e1e5c](https://github.com/eeditiones/tei-publisher-components/commit/12e1e5c0cc09712b6e711a0422d387616f4f7e61))
* **pb-search,pb-paginate:** pb-search now keeps track of pagination position ([1700af0](https://github.com/eeditiones/tei-publisher-components/commit/1700af053dc0227de41bfcf6782014cf3d78c8fa))
* **pb-select:** use correct string function ([13ebfbb](https://github.com/eeditiones/tei-publisher-components/commit/13ebfbbbd9e49a0b5360c14744069a24e03729df))
* **pb-select-feature:** (re-)allow state to be toggled on elements which reside in the HTML context, but are not part of a pb-view or pb-load ([1260e9b](https://github.com/eeditiones/tei-publisher-components/commit/1260e9bb1f4aa8107cfa173c74dac12300cb1240))
* **pb-select-feature:** update to mirror pb-toggle-feature ([9606688](https://github.com/eeditiones/tei-publisher-components/commit/96066880d4fafd99f7b629f7a1cf50695dfca62a))
* **pb-split-list,pb-table-grid:** update to support browser history ([1b72351](https://github.com/eeditiones/tei-publisher-components/commit/1b723516a97c15ce93a3dc308f397beb5983e51d))
* **pb-tabs:** update to support browser history ([e205279](https://github.com/eeditiones/tei-publisher-components/commit/e20527914037addd6a49040d79f76105c3202633))
* **pb-toggle-feature:** refactor for history support ([27d7638](https://github.com/eeditiones/tei-publisher-components/commit/27d7638c78bcfb62be9fb10a23001a373ab44cb8))
* **pb-view:** fix on-update ([814f4bb](https://github.com/eeditiones/tei-publisher-components/commit/814f4bbf08bd0bdb34c00782dbdd58fd6b607892))
* **pb-view:** ignore external params if property is specified as attribute ([77851d2](https://github.com/eeditiones/tei-publisher-components/commit/77851d2f038c97c1050b9dfa5fad79f517d37a02))
* **theming:** add polyfill for constructable stylesheets ([0056e94](https://github.com/eeditiones/tei-publisher-components/commit/0056e94bc29bd46b4c7183704b74a2f4ca12d9c9))
* **theming:** line endings ([cf029ed](https://github.com/eeditiones/tei-publisher-components/commit/cf029ede1490c283627ffef9a799e9d410ad5875))
* **urls:** improve warning message ([9832a53](https://github.com/eeditiones/tei-publisher-components/commit/9832a53150dd46f619b03dbf0d88b4b82c72b4f1))
* drop url-templates in favour of simpler mechanism ([d0f6d01](https://github.com/eeditiones/tei-publisher-components/commit/d0f6d01d920220147d53a70e511ede14ad4a2b7f))
* state should be saved by subscribed, not emitted channels ([1f93be9](https://github.com/eeditiones/tei-publisher-components/commit/1f93be9a19e6678e2e6f0f8d3fa57e1e2ae31a1f))
### Code Refactoring
* **pb-mixin:** remove unused methods ([b21bfae](https://github.com/eeditiones/tei-publisher-components/commit/b21bfae717052167ac3e539216e4de20cc73ab57))
### Features
* **dts-client:** use URL registry ([cea7336](https://github.com/eeditiones/tei-publisher-components/commit/cea733680aaf3d52b9fc42445eca8d26bf0b1b86))
* **dts-select-endpoint:** use URL registry ([b6df38f](https://github.com/eeditiones/tei-publisher-components/commit/b6df38f4cb4064eb105a424ef9070d7ffd129eba))
* **pb-browse-docs:** use URL registry ([07a20ff](https://github.com/eeditiones/tei-publisher-components/commit/07a20ffd83e49468acfb62e3d93a8c3af4a9fc82))
* **pb-load:** use new URL registry ([5e8030d](https://github.com/eeditiones/tei-publisher-components/commit/5e8030de30d634ea37812b3731bf0f67f0b6ebe8))
* **pb-select-template:** use URL registry ([82fc98b](https://github.com/eeditiones/tei-publisher-components/commit/82fc98b85b42ec576a5b8e1bae3a5607b7567410))
* **pb-upload:** make the event emitted on finish configurable ([f1a0aca](https://github.com/eeditiones/tei-publisher-components/commit/f1a0aca552324ef972443c890ffa50d2372c1dcb))
### BREAKING CHANGES
* **pb-mixin:** Several methods are no longer used since the
introduction of the URL registry.
- getParameterValues
- setParameter
- setParameters
- getParametersMatching
- setPath
- pushHistory
## [1.44.2](https://github.com/eeditiones/tei-publisher-components/compare/v1.44.1...v1.44.2) (2023-03-15)
### Bug Fixes
* **OSD full-screen:** fixes detached eventlisteners after fullscreen view ([0d1cfb9](https://github.com/eeditiones/tei-publisher-components/commit/0d1cfb9c13af5f6a026e18919fb8768892d2eeb0))
## [1.44.1](https://github.com/eeditiones/tei-publisher-components/compare/v1.44.0...v1.44.1) (2023-03-15)
### Bug Fixes
* **cdn:** dynamic redirect for publisher cdn ([16b3d51](https://github.com/eeditiones/tei-publisher-components/commit/16b3d51e0997a4f114b4a8c524602e583c458c3e))
# [1.44.0](https://github.com/eeditiones/tei-publisher-components/compare/v1.43.5...v1.44.0) (2023-03-09)
### Features
* **pb-browse:** pb-browse is a stripped-down and simplified replacement for pb-browse-docs ([df165b6](https://github.com/eeditiones/tei-publisher-components/commit/df165b6e9347b9bd603eea06a647bd76e800e097))
## [1.43.5](https://github.com/eeditiones/tei-publisher-components/compare/v1.43.4...v1.43.5) (2023-03-01)
### Bug Fixes
* **pb-odd-editor:** fix editor issues by updating to jinn-codemirror 1.11.6 ([5ada4b8](https://github.com/eeditiones/tei-publisher-components/commit/5ada4b81d20a638d0e6e3b1781436ff2b6cf9dca))
## [1.43.4](https://github.com/eeditiones/tei-publisher-components/compare/v1.43.3...v1.43.4) (2023-02-27)
### Bug Fixes
* **pb-odd-editor:** update to latest jinn-codemirror to fix potential concurrency issues ([f16b260](https://github.com/eeditiones/tei-publisher-components/commit/f16b260b31ce022be716df5efb34fb71348d8cc7))
## [1.43.3](https://github.com/eeditiones/tei-publisher-components/compare/v1.43.2...v1.43.3) (2023-02-15)
### Bug Fixes
* **pb-popover:** add property to stop propagation, thus avoiding multiple nested pb-popover to all appear at once ([d015797](https://github.com/eeditiones/tei-publisher-components/commit/d015797084838f9d9007f6bb47a3af9313b7622a))
## [1.43.2](https://github.com/eeditiones/tei-publisher-components/compare/v1.43.1...v1.43.2) (2023-02-09)
### Bug Fixes
* **pb-load:** wrong initial setting for noCredentials broke pagination ([6433e07](https://github.com/eeditiones/tei-publisher-components/commit/6433e078900d713b6f489e54850ffcb9bdc08163))
## [1.43.1](https://github.com/eeditiones/tei-publisher-components/compare/v1.43.0...v1.43.1) (2023-01-18)
### Bug Fixes
* **theming:** try loading theme css from library as well as endpoint; make more components themable. ([3bf8848](https://github.com/eeditiones/tei-publisher-components/commit/3bf88485c4de2724b436a33bf31ab2211c44bfe7))
# [1.43.0](https://github.com/eeditiones/tei-publisher-components/compare/v1.42.7...v1.43.0) (2023-01-18)
### Features
* add support for component theming ([f618127](https://github.com/eeditiones/tei-publisher-components/commit/f6181279a25476e7b6e1494d774c54dc6e2ee236))
## [1.42.7](https://github.com/eeditiones/tei-publisher-components/compare/v1.42.6...v1.42.7) (2023-01-16)
### Bug Fixes
* **pb-split-list:** allow category name to be internationalized ([ffafde4](https://github.com/eeditiones/tei-publisher-components/commit/ffafde4ed9cf8dd467690cf9ed5477de5ab9d368))
## [1.42.6](https://github.com/eeditiones/tei-publisher-components/compare/v1.42.5...v1.42.6) (2023-01-16)
### Bug Fixes
* **pb-leaflet-map:** Expose underlying map object ([0660fc0](https://github.com/eeditiones/tei-publisher-components/commit/0660fc05e64d419750f708d3584e928173a6c3b6))
* **pb-odd-editor:** output mode "printcss" is now called "print" ([5075713](https://github.com/eeditiones/tei-publisher-components/commit/507571321e1e5d51c5e642613d843300eb12d0e6))
* **pb-split-list:** allow HTML in category names ([b55e254](https://github.com/eeditiones/tei-publisher-components/commit/b55e254c656bcf8a037efedc861d4a853df1fd7a))
## [1.42.5](https://github.com/eeditiones/tei-publisher-components/compare/v1.42.4...v1.42.5) (2023-01-10)
### Bug Fixes
* **pb-odd-editor:** update to jinn-codemirror 1.11.2 ([ac912c4](https://github.com/eeditiones/tei-publisher-components/commit/ac912c44943917b26b259c249233ae7a1e354dce))
## [1.42.4](https://github.com/eeditiones/tei-publisher-components/compare/v1.42.3...v1.42.4) (2023-01-09)
### Bug Fixes
* **pb-print-preview:** reveal raw URL without paged.js in url attribute ([0c90240](https://github.com/eeditiones/tei-publisher-components/commit/0c9024046a3b13a12af17af5e26ce5cb04c0ea7e))
## [1.42.3](https://github.com/eeditiones/tei-publisher-components/compare/v1.42.2...v1.42.3) (2023-01-06)
### Bug Fixes
* **pb-print-preview:** fix CORS issue with embedded iframe ([e070bf8](https://github.com/eeditiones/tei-publisher-components/commit/e070bf8c0db9a8c0511efdbe5f5e3062c9a4c141))
## [1.42.2](https://github.com/eeditiones/tei-publisher-components/compare/v1.42.1...v1.42.2) (2023-01-05)
### Bug Fixes
* **pb-print-preview:** use iframe for preview ([d8d93f2](https://github.com/eeditiones/tei-publisher-components/commit/d8d93f210cf70dfa837b4fc863ff49ecdd1d3ac8))
## [1.42.1](https://github.com/eeditiones/tei-publisher-components/compare/v1.42.0...v1.42.1) (2023-01-05)
### Bug Fixes
* **pb-print-preview:** missing interface.cs ([aed8716](https://github.com/eeditiones/tei-publisher-components/commit/aed87160d8b133f0554db81245019e7df31f3277))
# [1.42.0](https://github.com/eeditiones/tei-publisher-components/compare/v1.41.2...v1.42.0) (2023-01-04)
### Features
* **pb-print-preview:** new component for a print CSS preview ([3222f08](https://github.com/eeditiones/tei-publisher-components/commit/3222f08f40ed2f5e3d4e03bbb7665bab35e1fff9))
## [1.41.2](https://github.com/eeditiones/tei-publisher-components/compare/v1.41.1...v1.41.2) (2023-01-03)
### Bug Fixes
* **pb-link:** allow 'view' mode to be set via pb-link ([f08eb68](https://github.com/eeditiones/tei-publisher-components/commit/f08eb68942ae01e68d37be86f8bf421de37f0dca))
## [1.41.1](https://github.com/eeditiones/tei-publisher-components/compare/v1.41.0...v1.41.1) (2022-12-31)
### Bug Fixes
* **pb-odd-editor:** use correct editing mode for code editors ([9e6aa09](https://github.com/eeditiones/tei-publisher-components/commit/9e6aa09d861c3b22c294c7ca137f80473f3541ff))
# [1.41.0](https://github.com/eeditiones/tei-publisher-components/compare/v1.40.2...v1.41.0) (2022-12-30)
### Bug Fixes
* **pb-code-editor:** wrong import ([47bcbb3](https://github.com/eeditiones/tei-publisher-components/commit/47bcbb3c242ea8b7317c0a399d540692b0efb023))
### Features
* update pb-code-editor and pb-odd-editor to use codemirror 6 (instead of 5) as editor ([cc319ba](https://github.com/eeditiones/tei-publisher-components/commit/cc319baf322c9443a6282ffb0ddcf546369e9b40))
* **pb-code-editor:** update to new @jinntec/jinn-codemirror based on codemirror 6 ([b1df9a3](https://github.com/eeditiones/tei-publisher-components/commit/b1df9a35197fa7a62a39013a85302f07d293c679))
## [1.40.2](https://github.com/eeditiones/tei-publisher-components/compare/v1.40.1...v1.40.2) (2022-11-27)
### Bug Fixes
* **pb-load:** add option to silently ignore network errors ([3695b28](https://github.com/eeditiones/tei-publisher-components/commit/3695b282d13e1bb127ec411fbb359ddd394a72a3))
## [1.40.1](https://github.com/eeditiones/tei-publisher-components/compare/v1.40.0...v1.40.1) (2022-11-26)
### Bug Fixes
* **pb-load:** fix errors if no-credentials option is set ([0bdb718](https://github.com/eeditiones/tei-publisher-components/commit/0bdb718cfd125f7e38d6f1a075209548f7093a7c))
# [1.40.0](https://github.com/eeditiones/tei-publisher-comp