Lightning Autofill v12.0.3 released

This is a hotfix to address some Edge issues that only surfaced after the extension was published (these issues are not reproducible in local testing, hence they were not caught). Changelog:

  • Fixed Support and News tabs having no content in Edge
  • Fixed “No tab with id” error in some cases
  • Removed some unused code from v11

UPDATE: After v12.0.3 was released, I was still getting reports of the Options page being blank in Edge even though it was working fine for me. After digging some more, I identified the real root cause: sadly, Chrome and Edge require you to enable Developer mode in order to execute JavaScript rules in MV3:

image

This explains why I was not able to reproduce the issue (because I’m always in Developer mode, which is required to develop and test extensions locally). I still can’t wrap my head around why they introduced such a silly requirement, but I’ll go along with it. I will update both Chrome and Edge versions to add instructions on how to enable Developer mode and republish. Sorry for the troubles! 🙏