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