Releases: au5ton/rosetta
Releases · au5ton/rosetta
0.6.0
0.5.1
0.5.0
- 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 immediateparentElement
. 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)