1. 22 May, 2014 2 commits
  2. 21 May, 2014 1 commit
    • Romain Courteaud's avatar
      Release version 0.7.0 · a0e2a30a
      Romain Courteaud authored
      Drop EventTarget support on Gadget.
      Add declareAcquiredMethod, allowPublicAcquisition.
      Prefix attribute non part of the API by __. Such method/property can be rename
      in next versions without any compatibility support.
      Use base element in iframe to get the same link behaviour with or without
      iframe.
      a0e2a30a
  3. 22 Apr, 2014 2 commits
  4. 16 Apr, 2014 1 commit
  5. 14 Apr, 2014 3 commits
  6. 11 Apr, 2014 3 commits
  7. 08 Apr, 2014 2 commits
  8. 07 Apr, 2014 2 commits
  9. 04 Apr, 2014 2 commits
  10. 03 Apr, 2014 4 commits
  11. 11 Mar, 2014 2 commits
  12. 21 Jan, 2014 7 commits
  13. 29 Nov, 2013 1 commit
  14. 28 Nov, 2013 3 commits
  15. 27 Nov, 2013 2 commits
  16. 19 Nov, 2013 1 commit
  17. 18 Nov, 2013 1 commit
  18. 03 Sep, 2013 1 commit
    • Romain Courteaud's avatar
      Temporary hack to make AMD require(['renderjs']) work. · 9b2a662b
      Romain Courteaud authored
      Thanks to Caleb James DeLisle.
      
      A better fix in this case would be to cleanly allow RenderJS gadget
      instanciation to wait for some events (require and any other JS code)
      before deciding that a gadget is ready. Currently, RenderJS ready
      function is triggered when all JS scripts defined in the HTML page are
      loaded. One idea would be to extend the API to allow the gadget to
      explicitely trigger the ready callback (but it will block the full
      system if one gadget failed to load).
      9b2a662b