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