Skip to content

Releases: exteranto/framework

Exteranto v3.2.4

Choose a tag to compare

@haydnba haydnba released this 01 Sep 10:40
bbf8555
  • Renames core/app/App.ts registerWindowLoadEvent() -> registerWindowEvents()
  • Adds new WindowContentEvent registration for window.DOMContentLoaded / document.readyState = 'interactive' native events
  • Sets window event registrations to fire only once

Exteranto v3.2.3

Choose a tag to compare

@kouks kouks released this 16 Jun 16:40
9b52c60
  • exteranto dependencies are now listed as peer dependencies #138

Exteranto v3.2.2

Choose a tag to compare

@kouks kouks released this 01 Jun 13:27
d0c0396
  • fixed identity API not being exported #137

Exteranto v3.2.1

Choose a tag to compare

@kouks kouks released this 14 May 13:23
  • added hasListener and removeListener methods to the ListenerBag class #135
  • added support for chrome.identity API #136

Exteranto v3.2.0

Choose a tag to compare

@kouks kouks released this 25 Mar 13:28
39a55cb
  • added support for Edge #133
  • fixed package vulnerabilities #134

Exteranro v3.1.4

Choose a tag to compare

@kouks kouks released this 06 Jan 15:49
  • fixed security issues in packages #132

Exteranro v3.1.3

Choose a tag to compare

@kouks kouks released this 18 Jul 14:09
  • added chrome and extension support for context menus #131

Exteranto v3.1.2

Choose a tag to compare

@kouks kouks released this 15 Jul 12:53
  • fixed browser detection bug in content scripts #130

Exteranto v3.1.1

Choose a tag to compare

@kouks kouks released this 24 Apr 17:35
  • Fixed a window.load event race condition

Exteranto v3.1.0

Choose a tag to compare

@kouks kouks released this 26 Mar 15:23
d312ba4
  • tab events now adhere to the same interface
  • tab updated event now carries changeInfo with the same interface as chrome APIs
  • fixed browser environment detection for firefox