1. 25 Oct, 2017 6 commits
  2. 20 Sep, 2017 1 commit
  3. 12 Sep, 2017 2 commits
  4. 05 Sep, 2017 1 commit
  5. 07 Aug, 2017 4 commits
  6. 24 Jul, 2017 1 commit
  7. 26 Jun, 2017 2 commits
  8. 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
  9. 27 Feb, 2017 1 commit
  10. 24 Feb, 2017 2 commits
  11. 18 Jan, 2017 1 commit
  12. 17 Jan, 2017 1 commit
  13. 16 Jan, 2017 1 commit
  14. 13 Jan, 2017 2 commits
  15. 06 Dec, 2016 4 commits
  16. 05 Dec, 2016 1 commit
  17. 02 Dec, 2016 1 commit
  18. 24 Nov, 2016 2 commits
  19. 23 Nov, 2016 1 commit
  20. 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
  21. 21 Nov, 2016 1 commit
  22. 09 Nov, 2016 1 commit
  23. 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
  24. 28 Oct, 2016 1 commit
    • Romain Courteaud's avatar
      Add an internal gadget state. · 8c2ebe7e
      Romain Courteaud authored
      Changes on this state should be done by calling the changeState method.
      
      If modifications are detected, an onStateChange callback will be triggered,
      with the modified state keys as parameter.
      8c2ebe7e