1. 24 Jul, 2017 1 commit
  2. 26 Jun, 2017 2 commits
  3. 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
  4. 27 Feb, 2017 1 commit
  5. 24 Feb, 2017 2 commits
  6. 18 Jan, 2017 1 commit
  7. 17 Jan, 2017 1 commit
  8. 16 Jan, 2017 1 commit
  9. 13 Jan, 2017 2 commits
  10. 06 Dec, 2016 4 commits
  11. 05 Dec, 2016 1 commit
  12. 02 Dec, 2016 1 commit
  13. 24 Nov, 2016 2 commits
  14. 23 Nov, 2016 1 commit
  15. 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
  16. 21 Nov, 2016 1 commit
  17. 09 Nov, 2016 1 commit
  18. 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
  19. 28 Oct, 2016 4 commits
  20. 19 Sep, 2016 1 commit
  21. 06 Sep, 2016 1 commit
  22. 29 Jul, 2016 1 commit
  23. 12 Jul, 2016 2 commits
  24. 11 Jul, 2016 2 commits
  25. 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
  26. 06 Jul, 2016 1 commit
  27. 24 Jun, 2016 1 commit
  28. 21 Jun, 2016 1 commit