822 Commits

Author SHA1 Message Date
Dan Holmsand
37b2954c3a Allow symbols, keywords and arbitrary cljs objects in markup
React no longer defaults to applying toString, and instead throws
confusing error messages when it encounters non-element objects.

This should make that happen less often.
2016-04-29 09:26:06 +02:00
Dan Holmsand
635e7c6e2a Update react version in package.json to match project.clj 2016-04-29 09:24:36 +02:00
Mike Thompson
324400d9e2 Merge pull request #236 from Deraen/update-react
Update Cljsjs React dependency
2016-04-28 12:43:12 +10:00
Juho Teperi
9d05459e1a Update Cljsjs React dependency
The latest Cljsjs React build adds missing nativeEvent property for
SyntheticEvent object on the extern file.
2016-04-27 23:27:21 +03:00
Dmitri Sotnikov
1c83ca2b46 Merge pull request #221 from runningskull/patch-1
update readme version of react-with-addons
2016-04-27 15:16:42 -04:00
Dmitri Sotnikov
5c1014d71f Merge pull request #233 from tatut/master
Upgrade to latest React
2016-04-27 15:11:46 -04:00
Tatu Tarvainen
5619269695 Upgrade to latest React 2016-04-16 10:01:33 +03:00
Dmitri Sotnikov
12828d7bd8 Update README.md 2016-03-02 09:30:31 -05:00
Dmitri Sotnikov
407fb8611b Update README.md 2016-02-27 20:58:20 -05:00
Juan Patten
883338c5ba update readme version of react-with-addons 2016-02-27 00:30:10 -07:00
Dan Holmsand
f76bce6a2f Delay error reporting of missing ReactDOM[Server]
This should improve error messages, and allow Reagent to be used
without ReactDOM[Server] being present at all.
2016-02-24 13:34:26 +01:00
Dmitri Sotnikov
ef21172591 Update README.md 2016-02-16 18:32:36 -05:00
Wei Hsu
85fbff060c Fix comment typos 2016-01-07 20:53:43 -08:00
Dan Holmsand
9351b16a15 Version 0.6.0-alpha v0.6.0-alpha 2015-12-21 09:25:04 +01:00
Dan Holmsand
3ec786c64b Fix demo in node 2015-12-21 09:23:00 +01:00
Dan Holmsand
2e568c9876 Fix language 2015-12-21 09:10:39 +01:00
Dan Holmsand
a8be359882 More explanations in news 2015-12-21 08:14:41 +01:00
Dan Holmsand
f49d73a4e4 Make h2 bigger 2015-12-21 08:14:11 +01:00
Dan Holmsand
f3eb6d4e59 Put breaking changes first in changelog 2015-12-21 07:46:19 +01:00
Dan Holmsand
4dd57c0dfb Doc for with-let 2015-12-21 07:43:21 +01:00
Dan Holmsand
b4dec115b2 Add docs for track, track! and dispose! 2015-12-18 14:57:16 +01:00
Dan Holmsand
8141b08bdf Tweak news about 0.6.0 2015-12-18 14:45:52 +01:00
Dan Holmsand
b62c697828 Add news about track! and dispose! 2015-12-16 17:14:19 +01:00
Dan Holmsand
f53b4e4d20 Add news about next-tick and after-update 2015-12-14 15:41:46 +01:00
Dan Holmsand
a4198f3703 Add news about breaking changes and cursor 2015-12-09 14:06:48 +01:00
Dan Holmsand
ddd96eb110 Add section on native React interop 2015-12-09 10:52:57 +01:00
Dan Holmsand
ce10f38af7 Note new dependencies in changelog 2015-12-09 10:25:17 +01:00
Dan Holmsand
cdff064b85 Add section on new React 2015-12-09 10:12:21 +01:00
Dan Holmsand
11ec6c1769 Tweak css 2015-12-09 10:12:05 +01:00
Dan Holmsand
b353baf439 Add a section about rswap! 2015-12-07 14:45:30 +01:00
Dan Holmsand
ec544de8de Add news about with-let 2015-12-07 12:44:02 +01:00
Dan Holmsand
8d3a2bdc7d More news text 2015-12-07 11:22:49 +01:00
Dan Holmsand
d1a48eb73e Start writing news for 0.6.0 2015-12-06 21:56:03 +01:00
Michael Campagnaro
2ad5c262e2 Fix doc formatting 2015-11-27 11:13:45 -05:00
Dan Holmsand
348ac4aaf8 Start filling in change log. 2015-11-25 17:57:06 +01:00
Dan Holmsand
2a63c0a214 Load React, ReactDOM etc on init
That should make error messages easier to see.
2015-11-20 19:15:25 +01:00
Dan Holmsand
443e7f45c5 Update React to 0.14.3, and use react-dom-server 2015-11-20 18:57:00 +01:00
Dmitri Sotnikov
5a5670b3fe Update README.md 2015-11-20 09:23:31 -05:00
Dmitri Sotnikov
c1d4913e6a Update project.clj 2015-11-16 20:29:14 -05:00
Dan Holmsand
6e8a73cba3 Restore CONTRIBUTING.md
Somehow got lost in merge
2015-10-30 10:21:38 +01:00
Dan Holmsand
0dd46894f7 Merge branch 'reset-inside-reaction' of https://github.com/runningskull/reagent 2015-10-30 10:06:07 +01:00
Juan Patten
891609cd1a Fix bug where auto-run reactions might not re-run 2015-10-29 00:19:51 -06:00
Dan Holmsand
cdee524fed Make argv more consistent when used from plain React 2015-10-28 12:43:35 +01:00
Dan Holmsand
91a8587b79 Make core/react a function
That allows us to make react loading lazy in the future.
2015-10-22 15:11:15 +02:00
Dan Holmsand
2f6f2a4491 Fix indentation and style 2015-10-22 13:44:14 +02:00
Dan Holmsand
63515236cb Make sure empty [:input] doesn't throw exception 2015-10-22 13:31:58 +02:00
Dan Holmsand
45b93c8145 Rename .' and .! to $ and $! respectively
This seems to be necessary to avoid trouble with bootstrapped cljs.

The old macros are still around, but deprecated.
2015-10-22 13:23:49 +02:00
Dan Holmsand
7cbde6f115 Load ReactDOM and ReactDOMServer lazily 2015-10-15 13:56:05 +02:00
Dan Holmsand
f280e979c8 Add more convenient time macro 2015-10-15 13:19:36 +02:00
Dan Holmsand
cf96f3c347 More space for h2 2015-10-15 11:23:47 +02:00