- 03 Nov, 2013 4 commits
-
-
Pascal Hartig authored
Close #694
-
Pascal Hartig authored
-
Pascal Hartig authored
- Blur saves instead of discarding changes - Whitespace consistency - Pass JSHint
-
Alexander Kit authored
-
- 02 Nov, 2013 3 commits
-
-
Pascal Hartig authored
-
Sindre Sorhus authored
Tabify React examples
-
petehunt authored
-
- 01 Nov, 2013 3 commits
-
-
Stephen Sawchuk authored
-
Sindre Sorhus authored
Lavaca
-
George Henderson authored
-
- 31 Oct, 2013 5 commits
-
-
Stephen Sawchuk authored
-
Sindre Sorhus authored
Knockout input value trimming on edit
-
kamilogorek authored
-
Sindre Sorhus authored
Ember input value trimming and text selection removal
-
Sindre Sorhus authored
Backbone input value trimming on edit
-
- 30 Oct, 2013 4 commits
-
-
kamilogorek authored
-
kamilogorek authored
-
Cory Forsyth authored
-
petehunt authored
-
- 29 Oct, 2013 1 commit
-
-
Vjeux authored
- 2x: The unminified version contains invariants that shouldn't be used in production and slow it down. - 3x: Adding a shouldComponentUpdate override in order to short-cut re-rendering the component when props and state didn't change. In order to do that, we need to avoid doing mutations by doing a shallow copy and only modifying what changed - When React 0.5.0 will be released, it will give another 1.5x. Other miscellaneous changes: - Update class="..." to className="..." to work in 0.5.0 (still works in 0.4.1) - Use prop="..." instead of prop='...' - Use filter(f, this) instead of filter(f.bind(this)) to prevent a function allocaton
-
- 28 Oct, 2013 3 commits
-
-
Paul Miller authored
-
Pascal Hartig authored
-
Paul Miller authored
-
- 26 Oct, 2013 3 commits
-
-
Freddy May authored
-
Addy Osmani authored
Redo Batman App
-
Robert Mosolgo authored
data-yield header in markup use data-context todo move view-related methods to view reorder model definition, use @Alfred simplify which tab is active clean up routes put run in HTML save when completed changes When done editing, trim the title and save the record, if no title, delete record change form binding, make views for other controller actions let binding save checked todos, rename keypress listener
-
- 16 Oct, 2013 2 commits
-
-
Sindre Sorhus authored
fix clearCompleted method variable name conflict.
-
DC3(Dee Cheung) authored
-
- 09 Oct, 2013 1 commit
-
-
Mike Czepiel authored
-
- 01 Oct, 2013 1 commit
-
-
Sindre Sorhus authored
-
- 30 Sep, 2013 4 commits
-
-
Addy Osmani authored
remove FIXME as Polymer issue 186 is now closed
-
Hugo Jobling authored
-
Addy Osmani authored
-
Pascal Hartig authored
TypeScript/Angular example was outdated
-
- 29 Sep, 2013 1 commit
-
-
thorn0 authored
2) fixed bower.json and VS project file 3) switched to compiling all TS files into one JS file 4) syntax fixes for compatibility with TypeScript 0.9.1.1 5) more readable DI annotations: removed calls on prototypes, used $inject 6) directives as classes are not supported by angular directly, so made them factory functions 7) more idiomatic access to controller methods from view 8) web.config generated by VS for debugging in IE to work 9) comments, typos, etc
-
- 25 Sep, 2013 3 commits
-
-
Stephen Sawchuk authored
Ticket #688 - Fix for Store#find returning on first prop match
-
Oscar Godson authored
This fixes an issue where Store#find would return any item that had just 1 property match. It now goes through every property and unless it finds a property that does NOT match the query, it assumes it's a match.
-
Pascal Hartig authored
ZOMG this commit is from Github HQ!!
-
- 24 Sep, 2013 2 commits
-
-
Pascal Hartig authored
Ignores the "possible strict validations".
-
Pascal Hartig authored
-