Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/with react #355

Merged
merged 84 commits into from
May 1, 2018
Merged
Changes from 1 commit
Commits
Show all changes
84 commits
Select commit Hold shift + click to select a range
faf3409
starting with-react func
AndyOGo Mar 21, 2018
616a057
added sass to demo build
AndyOGo Mar 21, 2018
2531dc1
watch jsx to
AndyOGo Mar 21, 2018
ec220c6
added dasherize function
AndyOGo Mar 21, 2018
ead4cfa
also resolve jsx
AndyOGo Mar 21, 2018
7236b1e
added replace for ENV
AndyOGo Mar 21, 2018
a11cace
imported dasherize
AndyOGo Mar 21, 2018
27bed76
fixed with react import
AndyOGo Mar 21, 2018
a8209cc
added displayName
AndyOGo Mar 21, 2018
7e08ca0
mostly finalized this func
AndyOGo Mar 21, 2018
43ae22a
added doclet
AndyOGo Mar 21, 2018
7eca5b0
fixed missing braces
AndyOGo Mar 21, 2018
84ffbd6
added click event
AndyOGo Mar 21, 2018
fed0748
added pure option
AndyOGo Mar 26, 2018
a6ac0be
fixed typo
AndyOGo Mar 26, 2018
ae98adc
start adding prop blacklist
AndyOGo Mar 28, 2018
11c3318
fixed env replacement broken for demos
AndyOGo Mar 28, 2018
d95a71e
fixed rollup can't build react exports
AndyOGo Mar 29, 2018
9ca4d1a
start adding todo sample app
AndyOGo Mar 29, 2018
c6663ae
start adding footer
AndyOGo Mar 29, 2018
ed232dc
fixed 0 output
AndyOGo Mar 29, 2018
740303c
start adding header
AndyOGo Mar 29, 2018
110d27f
all-demos.js:8502 Uncaught TypeError: Cannot read property 'id' of un…
AndyOGo Mar 29, 2018
28f70c6
improving autofocus on edit
AndyOGo Mar 29, 2018
aa677cc
just added some margin to make the footer completely visible
AndyOGo Mar 29, 2018
b8ee7d0
quickfixed input losing focus within ce
AndyOGo Mar 29, 2018
9974270
start documentation
AndyOGo Mar 29, 2018
8668f72
improved options
AndyOGo Mar 29, 2018
ada3123
removed log
AndyOGo Mar 29, 2018
68f38b0
removed yet another log
AndyOGo Mar 29, 2018
d770bcb
improved focus hack
AndyOGo Mar 29, 2018
d9074ef
focus hack cleanup
AndyOGo Mar 29, 2018
526e756
start adding styles
AndyOGo Mar 29, 2018
7917322
improving styles
AndyOGo Mar 29, 2018
d5cb7eb
utilised completed state
AndyOGo Mar 29, 2018
0246f4d
display input only on edit
AndyOGo Mar 29, 2018
1b3be9a
improved layout
AndyOGo Mar 29, 2018
deab83b
moar layout
AndyOGo Mar 29, 2018
52944eb
improved inputs
AndyOGo Mar 29, 2018
43c6dd2
improved input styling
AndyOGo Mar 29, 2018
7762d20
improving butons
AndyOGo Mar 29, 2018
f4c728a
fixed little typo
AndyOGo Mar 29, 2018
385f444
return cancelled of fire
AndyOGo Mar 29, 2018
99db53b
fixed custom event check
AndyOGo Mar 29, 2018
8bf977b
start adding custom events to footer links
AndyOGo Mar 29, 2018
54b6c52
try to add custom event to button
AndyOGo Mar 29, 2018
07a28d4
use new custom events
AndyOGo Mar 29, 2018
40309f3
fixed broken event of catching of withReact
AndyOGo Mar 29, 2018
97cb3f8
added support for dashed custom events
AndyOGo Mar 29, 2018
734998a
fixed layout for looong text
AndyOGo Mar 29, 2018
7e3ff8a
fixed misisng gap
AndyOGo Mar 29, 2018
3c06b60
enabled handling of footer links
AndyOGo Mar 29, 2018
f5dec3c
prevent default action
AndyOGo Mar 29, 2018
ef7aa43
updated docs
AndyOGo Mar 29, 2018
9b9568f
added todo
AndyOGo Mar 29, 2018
5e66522
made the logo clickable
AndyOGo Mar 29, 2018
acdd32b
only re-render components, if their props have changed
AndyOGo Mar 30, 2018
2d7ab94
added shouldComponentUpdate to base component's re-render
AndyOGo Mar 30, 2018
d7c71d3
added docs for should component update
AndyOGo Mar 30, 2018
03b5231
removed the input hack
AndyOGo Mar 30, 2018
405b19f
renamed to shouldUpdateCallback
AndyOGo Mar 30, 2018
2397c93
adding array partition reducer
AndyOGo Mar 30, 2018
c770d6a
start adding batch props for integrations
AndyOGo Mar 30, 2018
a9422a3
improved FOUC by batch processing of props
AndyOGo Mar 30, 2018
804617a
added docs for batch props
AndyOGo Mar 30, 2018
373c1f1
fixed initial attribute fetching
AndyOGo Mar 30, 2018
da1db52
added updateProp for batching
AndyOGo Mar 31, 2018
ef3a5d9
add some props changes
AndyOGo Mar 31, 2018
55a307d
added doclet
AndyOGo Mar 31, 2018
058151a
added active item to footer links
AndyOGo Apr 3, 2018
f9abf30
switched ghost not ghost for todo item completion
AndyOGo Apr 3, 2018
6fe9a8e
renamed this private func
AndyOGo Apr 3, 2018
a1b1222
added todo help to footer
AndyOGo Apr 3, 2018
6486549
improved docs of events
AndyOGo Apr 3, 2018
1cc7a08
utilised peer deps for with react
AndyOGo Apr 4, 2018
25f1f44
just a typo
AndyOGo Apr 4, 2018
2b52339
React 14 should also work
AndyOGo Apr 4, 2018
df6c7a1
fixed missing context
AndyOGo Apr 17, 2018
92bf445
start adding event doclets
AndyOGo Apr 18, 2018
7dead93
moar doclets
AndyOGo Apr 18, 2018
45f6370
add mobile menu react entry
Apr 23, 2018
e726f0c
use name prop
AndyOGo Apr 23, 2018
02436e0
added function name utility
AndyOGo Apr 23, 2018
284bc69
fixed IE broken func name prop
AndyOGo Apr 23, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixed layout for looong text
AndyOGo committed May 1, 2018
commit 734998ab47fd7820d0381d943ba4009847c3d0f9
2 changes: 1 addition & 1 deletion src/demos/todomvc/index.scss
Original file line number Diff line number Diff line change
@@ -113,7 +113,7 @@
.m-todo__label {
margin: 0;

flex-grow: 1;
flex: 1;

cursor: pointer;
white-space: pre-line;