1. 15 May, 2017 1 commit
  2. 12 May, 2017 1 commit
  3. 21 Apr, 2017 1 commit
  4. 11 Apr, 2017 1 commit
    • xster's avatar
      Rename State.config to widget everywhere (#9273) · 89a7fdfc
      xster authored
      Rename State.config to State.widget
      Rename State.didUpdateConfig to State.didUpdateWidget
      Renamed all State subclasses' local variables named config to something else
      89a7fdfc
  5. 08 Apr, 2017 1 commit
  6. 21 Mar, 2017 1 commit
  7. 23 Feb, 2017 1 commit
  8. 18 Feb, 2017 1 commit
  9. 02 Feb, 2017 1 commit
  10. 30 Nov, 2016 1 commit
  11. 19 Nov, 2016 1 commit
  12. 09 Nov, 2016 1 commit
  13. 19 Oct, 2016 1 commit
  14. 29 Aug, 2016 1 commit
  15. 25 Aug, 2016 1 commit
  16. 24 Aug, 2016 2 commits
  17. 23 Aug, 2016 1 commit
  18. 04 Aug, 2016 1 commit
  19. 17 Jun, 2016 1 commit
  20. 13 Jun, 2016 3 commits
  21. 07 Jun, 2016 1 commit
  22. 04 Jun, 2016 1 commit
  23. 03 Jun, 2016 2 commits
  24. 02 Jun, 2016 3 commits
  25. 23 May, 2016 1 commit
  26. 21 May, 2016 1 commit
  27. 09 May, 2016 1 commit
  28. 04 May, 2016 1 commit
  29. 27 Apr, 2016 1 commit
  30. 21 Apr, 2016 1 commit
  31. 20 Apr, 2016 1 commit
    • Ian Hickson's avatar
      Hide routes from the API when they're not needed. (#3431) · 1b9476c4
      Ian Hickson authored
      The 'routes' table is a point of confusion with new developers. By
      providing a 'home' argument that sets the '/' route, we can delay the
      point at which we teach developers about 'routes' until the point where
      they want to have a second route.
      1b9476c4
  32. 12 Apr, 2016 1 commit
  33. 04 Apr, 2016 1 commit
    • Ian Hickson's avatar
      Use callbacks for sending messages up the app · d748186c
      Ian Hickson authored
      Using .of() to call mutating setters is not great practice since it ties
      
      parts of the app together in ways that prevent reuse and composition.
      
      
      
      Since people are now using the gallery app to copy from, let's use the
      
      better practice of using callbacks.
      d748186c
  34. 25 Mar, 2016 1 commit