Skip to content

Releases: au5ton/rosetta

0.6.0

06 Aug 00:01
8da5d71
Compare
Choose a tag to compare
  • Add ability to translate node attributes (#31 by @frapell)
  • Add ability to inline edit translations (#32 by @frapell)

0.5.1

14 Jul 22:19
194ee0c
Compare
Choose a tag to compare
  • Added siteName option

0.5.0

06 Jul 22:45
3d03be3
Compare
Choose a tag to compare
  • 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)

0.4.8

06 Jul 20:12
8f3e75b
Compare
Choose a tag to compare
  • add option for verbose output (#26)
  • add option to make html[lang] optional (#25)
  • add Element.matches() configuration (#23)

0.4.7

05 Jul 20:18
33fd6a6
Compare
Choose a tag to compare
  • add option for custom classes to ignore (#22)

0.4.6

02 Jul 22:06
d05eb47
Compare
Choose a tag to compare
  • skip elements with only numbers (#21)

0.4.5

02 Jul 21:03
33f7c32
Compare
Choose a tag to compare
  • fixed error: node.className.includes is not a function (#20)

0.4.4

01 Jul 17:11
f7b93da
Compare
Choose a tag to compare
  • Fixed bug where parentElement may change and/or is incorrectly set (#18)
  • Added ignoreIntersection option (#19)

0.4.3

01 Jul 15:07
3c00a49
Compare
Choose a tag to compare

0.4.2

28 Jun 23:28
c77186a
Compare
Choose a tag to compare
  • Updated dropdown width from 150px to 160px