Skip to content

Releases: box/t3js

v1.5.1

27 Oct 17:47
Compare
Choose a tag to compare
  • Added missing source DOMEventDelegate file

v1.5.0

05 Aug 21:18
Compare
Choose a tag to compare
  • Update: Make Box.Application chainable (fixes #65) (Nicholas C. Zakas)
  • New: Add Box.DOMEventDelegate (fixes #47, fixes #63) (Nicholas C. Zakas)
  • Update email address for support (Nicholas C. Zakas)

v1.4.1

05 Aug 20:05
Compare
Choose a tag to compare
  • Ammended existing test to cover new fields (Jason Divock)
  • Making errors a bit more reportable (Jason Divock)

v1.4.0

11 Jun 18:00
Compare
Choose a tag to compare
  • Add missing commonJS and AMD wrappers (Jeff Tan)

v1.3.0

09 Jun 20:48
Compare
Choose a tag to compare
  • Breaking out dom events into an abstraction layer, building different versions of t3 accordingly (Jason Divock)
  • Add AMD support. Fixes #50 (Priyajeet Hora)
  • Fix release script (Nicholas C. Zakas)

v1.2.0

24 Apr 03:02
Compare
Choose a tag to compare
  • Change karma to use mocha reporter (Jeff Tan)
  • Fix embedded sourcemap URL (fixes #31) (Nicholas C. Zakas)
  • Add wrapper to T3 for CommonJS (Jeff Tan)
  • Remove event delegation on detached nodes (Jeff Tan)
  • Update: Fire event when broadcast() is called (fixes #43) (Nicholas C. Zakas)
  • Reverting dist changes (Priyajeet Hora)
  • Prevent event-target.js duplicate handlers. Fixes #35. (Priyajeet Hora)
  • Clean up duplicated assign code (fixes #29) (azu)
  • Todo example fails to update completed items. Fixes #25 (Priyajeet Hora)
  • Firefox innerText fixes as well as switching the select all checkbox logic to use the model data instead of view elements Fixes #21 (Priyajeet Hora)
  • readme grammar (Matthew Hadley)
  • Apply or remove completed class when select all is clicked. Fixes #18. (Priyajeet Hora)
  • Adding missing doctype Fixes #14 (Priyajeet Hora)

v1.1.1

24 Apr 03:02
Compare
Choose a tag to compare
  • Update build script to publish to npm and update site (Nicholas C. Zakas)
  • Add Travis configuration (Nicholas C. Zakas)
  • Add sourcemap generation (Nicholas C. Zakas)
  • Update README with badges and more info (Nicholas C. Zakas)
  • Missing semicolon in application-stub.js Fixes #4 (Priyajeet Hora)
  • Create t3-testing bundle (Jeff Tan)
  • Updating Karam coverage dir and adding it to gitignore (Tarrence van As)
  • Add ESLint to package.json (Jeff Tan)
  • Add license and contribution guide (Nicholas C. Zakas)
  • Rename t3 to t3js (Jeff Tan)
  • Adding items to .npmignore. Fixes #60. (Priyajeet Hora)
  • Adding items to .npmignore. Fixes #60. (Priyajeet Hora)
  • Adding npmignore. Fixes #60 (Priyajeet Hora)

v1.1.0

24 Apr 03:01
Compare
Choose a tag to compare
  • Fix release task (Nicholas C. Zakas)
  • Add changelog generation (Nicholas C. Zakas)
  • Update README for open sourcing (Nicholas C. Zakas)
  • Remove most jQuery references (Nicholas C. Zakas)
  • Switch to ShellJS and create dist files (Nicholas C. Zakas)
  • Add focusin and focusout events (Jeff Tan)

1.0.2

24 Apr 03:00
Compare
Choose a tag to compare
  • Detect circular service dependencies (fixes #51) (Nicholas C. Zakas)