1. 26 Jun, 2017 2 commits
  2. 29 Mar, 2017 1 commit
    • Sebastian's avatar
      Allow renderjs from JS only, without initial gadget-tag/script-tag · 5606fe76
      Sebastian authored
      The inital loaded HTML does not contain anything of renderjs and gets added only after pageload.
      Instead of registering init() for the DOMContentLoaded event directly, a deferred promise is used which gets resolve either by the event, or by a manual call of rJS.manualBootstrap().
      
      Tests:
      * injects rsvp/renderjs in a blank iframe
      * makes sure renderjs is only present after it was injected
      * calls manual bootstrap to initialzed renderjs
      * creates small test gadget to ensure renderjs is working within the iframe (after bootstrap was executed)
      5606fe76
  3. 27 Feb, 2017 1 commit
  4. 24 Feb, 2017 2 commits
  5. 18 Jan, 2017 1 commit
  6. 17 Jan, 2017 1 commit
  7. 16 Jan, 2017 1 commit
  8. 13 Jan, 2017 2 commits
  9. 06 Dec, 2016 4 commits
  10. 05 Dec, 2016 1 commit
  11. 02 Dec, 2016 1 commit
  12. 24 Nov, 2016 2 commits
  13. 23 Nov, 2016 1 commit
  14. 22 Nov, 2016 1 commit
    • Romain Courteaud's avatar
      Reset gadget state in case of error. · 53cfcd0b
      Romain Courteaud authored
      In case of onStateChange cancellation/error, reset the internal gadget state.
      It will simplify the code of each onStateChange function, as developpers will
      not have to handle such issue.
      53cfcd0b
  15. 21 Nov, 2016 1 commit
  16. 09 Nov, 2016 1 commit
  17. 02 Nov, 2016 1 commit
    • Romain Courteaud's avatar
      Release version 0.11.0 · 7c5c6745
      Romain Courteaud authored
      * add an internal gadget state
      * rename __element property to element
      * add declareJob function
      * add onEvent method
      * 'this' in ready is now the gadget instance InlineSide-by-side
      7c5c6745
  18. 28 Oct, 2016 4 commits
  19. 19 Sep, 2016 1 commit
  20. 06 Sep, 2016 1 commit
  21. 29 Jul, 2016 1 commit
  22. 12 Jul, 2016 2 commits
  23. 11 Jul, 2016 2 commits
  24. 07 Jul, 2016 1 commit
    • Romain Courteaud's avatar
      Do not crash during page unload. · cdf44572
      Romain Courteaud authored
      Browser cancels all ajax requests after the beforepageunload event.
      This leads to the global renderJS error handling, which is unpleasant from user point of view.
      cdf44572
  25. 06 Jul, 2016 1 commit
  26. 24 Jun, 2016 1 commit
  27. 21 Jun, 2016 1 commit
  28. 14 Jun, 2016 1 commit