Releases: eeditiones/tei-publisher-components
Releases · eeditiones/tei-publisher-components
v1.17.2
1.17.2 (2021-01-22)
Bug Fixes
- pb-formula: add option to disable context menu on math formulas (b3378b0)
v1.17.1
1.17.1 (2021-01-13)
Bug Fixes
- pb-facsimile: CSS issue caused facsimile viewer to have 0 height (e0dd744)
v1.17.0
1.17.0 (2021-01-13)
Bug Fixes
- pb-formula: respect surrounding text metrics (7405d4c)
- pb-formula: use correct context root for stylesheet; refactor (c12fc6b)
- pb-load: typeset math formulas also for content loaded via pb-load (7627e35)
Features
- pb-formula: refactor to run MathJax typesetting from a single function on the page. Calling MathJax asynchronously causes display errors. (38365bf)
- add pb-formula component (6467377)
v1.16.1
1.16.1 (2021-01-11)
Bug Fixes
- pb-view: styles should be updated on pb-toggle (142af90)
v1.16.0
1.16.0 (2021-01-11)
Features
- pb-popover: register mutation observer to update popover content if any of the slots changes (ac6a578)
v1.15.3
1.15.3 (2021-01-06)
Bug Fixes
- pb-search: additional submit buttons did not work if they contained nested elements (5734040)
v1.15.2
1.15.2 (2021-01-06)
Bug Fixes
- pb-select: do not use fixed height for multi select (0997279)
v1.15.1
1.15.1 (2021-01-06)
Bug Fixes
- pb-facsimile: if loading the tile source fails, set 'loaded' property to false (bcfbd57)
v1.15.0
1.15.0 (2021-01-03)
Features
- pb-collapse: add property 'toggles': if true, an open collapse is automatically closed if another pb-collapse is expanded (61f3491)
- pb-facsimile: add before/after slots to output a heading or credits information before or after the facsimile viewer (53c5827)
v1.14.1
1.14.1 (2021-01-02)
Bug Fixes
- pb-events: add subscribeOnce to listen to event once and resolve promise. Allow multiple channels to be passed in. Add tests. (40298c0)