Skip to content

Releases: box/t3js

v2.7.0

26 Aug 17:34
Compare
Choose a tag to compare
  • Issue #159: Added setErrorHandler to override default error handling (Rey)

v2.6.0

13 Jul 18:57
Compare
Choose a tag to compare
  • Add test for reportInfo() method (Mike)
  • Added new method to report console info messages in debug mode (#175) (Mike)

v2.5.0

21 May 00:24
Compare
Choose a tag to compare
  • Fixes constructor reference in new instances of Box.Context and Box.TestServiceProvider (fixes #172) (Adam Platti)

v2.4.0

23 Mar 19:17
Compare
Choose a tag to compare
  • Add reportWarning to test service provider (Jeff Tan)
  • Add custom event types (Jeff Tan)
  • Add reportWarning to Box.Application (Jeff Tan)
  • Include the data-module element when finding event targets (Jeff Tan)

v2.3.0

16 Mar 17:30
Compare
Choose a tag to compare
  • [FIX] Set the handler context to the actual behavior or module instance (Zephraph)

v2.2.0

15 Mar 00:36
Compare
Choose a tag to compare
v2.2.0 Pre-release
Pre-release
  • Support cleaner onmessage handler (Zephraph)
  • Add malformed JSON error message (Zephraph)

v2.1.0

01 Feb 04:07
Compare
Choose a tag to compare
  • Add basic element check to DOMEventDelegate (Jeff Tan)
  • Allow getModuleConfig() to execute before module instantiation (Jeff Tan)

v2.0.2

19 Nov 00:22
Compare
Choose a tag to compare
  • Remove package.json caching in the dist function (Jeff Tan)

v2.0.1

18 Nov 23:58
Compare
Choose a tag to compare
  • Fix release script to work with multiple dist calls (Jeff Tan)
  • Add debug output to release script (Jeff Tan)

v2.0.0

18 Nov 22:44
Compare
Choose a tag to compare

Warning: This version had issues with the release script, please use v2.0.1

  • Add separate file header for testing package (Jeff Tan)
  • Fixing spaces in build script (Jeff Tan)
  • Return singleton service instance when getService is called on pre-registered services (Jeff Tan)
  • Add mousemove to allowed event types (Jeff Tan)
  • Update README.md (Jeff Tan)
  • Remove service exports from T3 (Jeff Tan)
  • Update Readme for 2.0.0 release and add auto-version updating (Jeff Tan)
  • Add hasService() to context object (Jeff Tan)
  • [Breaking] Add allowedServiceList to TestServiceProvider (Jeff Tan)
  • Use jQuery instead of $ for dom event delegation (Jeff Tan)
  • Add linting to test directory (Jeff Tan)
  • Breaking: Initialize behaviors before module (Jeff Tan)
  • Change getService() to throw error when requesting non-existent service. Add hasService() method. (Jeff Tan)
  • Bind event handlers after init() is called (Jeff Tan)
  • Throw error when duplicate behaviors are included (Jeff Tan)
  • Revert "Check for circular dependencies only during instantiation of service" (Denis Rodin)
  • Check for circular dependencies only during instantiation of service (Denis Rodin)
  • Check for circular dependencies only during instantiation of service (Denis Rodin)
  • Breaking: Use NativeDOM by default (fixes #76) (Nicholas C. Zakas)
  • Build: Upgrade ESLint (fixes #90) (Nicholas C. Zakas)