Skip to content

Releases: Okanjo/okanjo-js

v0.3.2

16 Apr 15:01
Compare
Choose a tag to compare
  • Added key parameter to ad and product widgets
  • Fixed: when automatically inserting a product widget into an ad, use the ad's key instead of assuming a global key is defined
  • Fixed: call findWidgetKey after parseConfiguration in the widget init process, so the given key data element can be used

v0.3.1

16 Apr 13:25
Compare
Choose a tag to compare
  • Added new and improved version of the initial AdCommerce widget, the Ad Widget
  • Added and integrated modified NanoModal library
  • Added Array.every polyfill because IE sucks
  • Added global okanjo Moat configuration (currently testing)
  • Integrated asyncronous version of Moat into the framework
  • Fixed okanjo.util.trim not actually returning the trimmed result
  • Added okanjo.util.inherits to extend objects with support for old IE
  • Fixed okanjo metrics to wait until the dom is loaded before starting on that
  • Added widget base, for code reuse across new and existing widgets
  • Refactored product widget to inherit basic functionality from the base widget
  • Added inline_buy functionality to the product widget
  • Added blockClasses option to render, to allow inserting classes on the widget element at render time
  • Added escaped_inline_buy_url to the formatted product model, in case the view could make use of that

v0.2.13

16 Apr 13:27
Compare
Choose a tag to compare
  • Removed errant console.log in JSONP
  • Ensure config.mode is always set on product widget

v0.2.12

16 Apr 13:28
Compare
Choose a tag to compare
  • Fixed ga analytics id in config
  • Use window._gaq instead of internal
  • Added product widget impression metrics
  • Changed impression/interaction context ps to pw

v0.2.11

16 Apr 13:28
Compare
Choose a tag to compare
  • Initial import / setup