Skip to content

Latest commit

 

History

History
152 lines (82 loc) · 7.09 KB

File metadata and controls

152 lines (82 loc) · 7.09 KB

Changelog

Last Changes

v2.2.0

  • #61: created grunt task for not optimized version for extensions

  • #59: developer-toolbar-widget: fixed reload page handling for widget outline

v2.1.0

v2.1.0-alpha.5

  • #58: Use grid settings from application configuration

  • #57: developer-toolbar-widget: handle empty grid settings resource

v2.1.0-alpha.4

  • #55: host-connector-widget: Publish empty grid resource when the grid settings aren't configured

v2.1.0-alpha.3

  • #54: developer-toolbar-widget: Fix message for Firefox extension if host app is not available

v2.1.0-alpha.2

  • #53: developer-toolbar-widget: Changed href attribute to prevent CSP error message in Chrome web extension

v2.1.0-alpha.1

  • #52: Using Firefox Add-on SDK API if running in Firefox developer tools

v2.1.0-alpha.0

  • #51: Using chrome extension API if running in chrome developer tools
  • #50: performance: updated wireflow to v0.6.0, React to v0.14.7
  • #49: fixed late listener registration
  • #47: fixed error messages after page navigation
  • #48: fixed initialization sequence of log channel and developerHooks

v2.0.0

  • #45: polish (styles, documentation)
  • #38: documentation: added docs on page inspection
  • #44: project: now using laxar-mocks for testing, updated copyright
  • #42: tracker: moved event validation into developer tools window
    • BREAKING CHANGE: see ticket for details

v2.0.0-alpha.3

  • #39: page inspection: added composition support
  • #43: page inspection: updated wireflow version

v2.0.0-alpha.2

  • #40: page inspection: fixed filtering of isolated widgets when containers are hidden
  • #41: page inspection: improved display in safari

v2.0.0-alpha.1

  • #37: page inspection: respect enabled: false when identifying topics

v2.0.0-alpha.0

  • #36: fixed spec tests
  • #31: added prototype page inspector
  • #35: host-connector: fixed log message overflow
  • #34: fixed event timestamp in msie11
  • #32: host-connector: fixed host-window access problem in MSIE11

v1.6.0

  • #29: added require_config.js
  • #28: tracker: clear state on $destroy
  • #27: tracker: allow will/didTakeAction without request
  • #26: tracker: fix handling of didUpdate before didReplace
  • #25: tracker: allow multiple simultaneous will/did replies

v1.5.0

  • #24: new tracker feature: monitor pattern topics and detect problems
  • #23: fixed ngSanitize use in events display widget

v1.4.0

  • #21: use regexp-search not only for name, but also source and target
  • #22: fixed spec tests
  • #20: capture events as soon as the axGlobalEventBus injection is available

v1.3.0

  • #17: Support AMD references (and installation through bower)
  • #18: Added a .travis.yml for open continuous integration

v1.2.0

  • #10: allow to disable the widget from application configuration
    • NEW FEATURE: see ticket for details
  • #15: fixed jshint validation and dependencies

v1.1.0

  • #14: Updated internal app and LaxarJS dependencies to v1.0.0

v1.0.0

  • #13: Updated to LaxarJS 1.0.0 style controls
    • BREAKING CHANGE: see ticket for details
  • #12: fixed log level.
  • #11: bower: added missing repository URL

v0.2.0

  • #6: jshint: avoid validation problems with embedded application (also requires grunt-laxar#33 to fully work)
  • #8: template: show a button by default, to avoid problems with popup blockers
  • #9: tests: fixed broken spec tests
  • #7: browser support: widget should not break page in msie8
  • #5: documentation: fixed README.md links

v0.1.0

  • #2: AxLogDisplayWidget: Fixed clear button
  • #1: README: added missing example image
  • #4: fixed README.md code block
  • #3: added missing license

Initial OSS version.