1. 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
  2. 21 Nov, 2016 1 commit
  3. 09 Nov, 2016 1 commit
  4. 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
  5. 28 Oct, 2016 4 commits
  6. 19 Sep, 2016 1 commit
  7. 06 Sep, 2016 1 commit
  8. 29 Jul, 2016 1 commit
  9. 12 Jul, 2016 2 commits
  10. 11 Jul, 2016 2 commits
  11. 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
  12. 06 Jul, 2016 1 commit
  13. 24 Jun, 2016 1 commit
  14. 21 Jun, 2016 1 commit
  15. 14 Jun, 2016 2 commits
  16. 31 May, 2016 2 commits
  17. 08 Apr, 2016 2 commits
  18. 18 Dec, 2015 1 commit
  19. 21 Aug, 2015 2 commits
  20. 04 Dec, 2014 2 commits
  21. 24 Nov, 2014 1 commit
  22. 20 Nov, 2014 4 commits
  23. 19 Nov, 2014 3 commits
  24. 05 Nov, 2014 2 commits
    • Xiaowu Zhang's avatar
      Release version 0.7.3 · 4f84be88
      Xiaowu Zhang authored
      4f84be88
    • Xiaowu Zhang's avatar
      Make renderjs works in iframe · a289140e
      Xiaowu Zhang authored
      When a gadget is in iframe, it checks its communication's channel by using timeout 100ms (the only way...).
      If a timeout occurs, renderjs considers this gadget has no parent gadget and so, consider it as parent gadget by stopping acquisition.
      a289140e