Skip to content

0.5.0

Compare
Choose a tag to compare
@au5ton au5ton released this 06 Jul 22:45
· 22 commits to main since this release
3d03be3
  • Fixed bug where banner doesn't show (#27)
  • Improved responsiveness of loading spinner (eed5ad4)
  • Elements which are changed (not added/removed) are now translated, without causing a feedback loop due to translation (#10)
  • Element viewport intersection is now based on the nearestVisibleAncestor element instead of the immediate parentElement. Certain nodes whose parent don't have a visual presence in the DOM, such as the text nodes inside an <option> element, will now be translated and recognized. (#28)