This repository has been archived by the owner on Feb 25, 2023. It is now read-only.
21.6.30.0
toasted-nutbread
released this
01 Jul 01:04
·
283 commits
to master
since this release
Changes
Features
- Added support for assigning a primary dictionary for grouping related terms, without including its definitions. (#1729)
- Updated secondary definitions to also be searched using the source term, improving a few cases which could have missing definitions. (#1731)
- Updated the supported
structured-content
format that is used for complex definitions. (#1745; #1753) - Improved the debug logging functionality for dictionary entries. (#1756, #1758)
- Updated documentation for custom handlebars helpers. (#1765)
- Merged the Sentence Parsing section into the Text Parsing section on the settings page. (#1781)
Fixes
- Fixed popup not appearing on websites using
<frameset>
as the body element. (#1748) - Fixed search box not being automatically focused when typing. (#1751; #1752)
- Fixed several issues with the rendering of
structured-content
images, as well as improved some styles. (#1767; #1776, #1777, #1778)
Internal Changes
- Refactoring. (#1728, #1747, #1774, #1780)
- Refactoring to the
Translator
component. (#1730, #1754, #1755) - Bug updates. (#1734)
- Dev updates. (#1749, #1763, #1766, #1775)
- Organized
structured-content
styling functionality. (#1757, #1759, #1760, #1761, #1769, #1770, #1771, #1773) - Updates to template rendering to support future changes. (#1762, #1764, #1772)