844 Commits

Author SHA1 Message Date
Juho Teperi
5f97b48c42 Update README.md 2017-03-10 16:49:34 +02:00
Juho Teperi
bdc4eb203f Update CHANGELOG.md 2017-03-10 16:47:59 +02:00
Juho Teperi
46a0aa2283 Update CHANGELOG.md 2017-03-10 16:46:30 +02:00
dmitri.sotnikov@gmail.com
7a28e485d2 bumped up to 0.6.1 release v0.6.1 2017-03-09 19:22:56 -05:00
Yehonathan Sharvit
5f4f9a06aa remove deprecated code in interop.clj 2017-01-02 09:06:03 +02:00
Yehonathan Sharvit
cb72f2172f Update interop.clj 2016-12-29 23:45:25 +02:00
Matthew Jaoudi
34ca28dff7 Merge pull request #273 from danielcompton/add-api-link
Add link to API documentation
2016-12-06 11:38:08 -08:00
Dmitri Sotnikov
78ae18dce2 Merge pull request #276 from Deraen/react-15.4.0
Update to React 15.4.0 and drop dom-server functions from core
2016-11-23 11:09:23 -05:00
Juho Teperi
560f99174a Fix dom-server calls in demo and text code 2016-11-17 02:58:44 +02:00
Juho Teperi
9d6359d816 Update to React 15.4.0 and drop dom-server functions from core 2016-11-17 02:11:35 +02:00
Daniel Compton
f03598b133
Add link to API documentation
Fixes #191
2016-11-08 14:33:23 +13:00
Yehonathan Sharvit
7603ab8a8c remove java.io 2016-10-30 01:30:37 +03:00
Mike Thompson
dc7a2b9911 Add line break before CircleCI badge 2016-10-26 11:08:54 +11:00
Mike Thompson
dd9a325616 Add CircleCI badge to README 2016-10-26 11:08:05 +11:00
Mike Thompson
2eba087024 Merge pull request #269 from danielcompton/add-circle
Add circle.yml file to run tests
2016-10-26 11:06:06 +11:00
Daniel Compton
c01d44d4bb
Add circle.yml file to run tests 2016-10-21 11:02:40 +13:00
Dan Holmsand
b65afde4d7 Use dom-node from reagent.dom in template
And make sure we don't try to access unmounted component's dom
node.
2016-09-16 12:14:10 +02:00
Dan Holmsand
a5ff3b23a7 Merge branch 'fix-259' of https://github.com/Deraen/reagent 2016-09-16 10:00:50 +02:00
Juho Teperi
0303c6ddef Use findDOMNode instead of ref to manage ReagentInput 2016-09-14 23:11:51 +03:00
Dan Holmsand
c6c1bc16ba Version 0.6.0 v0.6.0 2016-09-14 20:51:37 +02:00
Dan Holmsand
7f4137b59d Prepare for 0.6.0 2016-09-14 20:45:59 +02:00
Juho Teperi
b4ec13f003 Fix #259: Call original ref in ReagentInput 2016-09-13 15:15:39 +03:00
Dmitri Sotnikov
b4c9b4d537 removed dead link to cljsfiddle 2016-08-25 08:52:36 -04:00
Dan Holmsand
3e3674ea85 Push snapshot 2016-07-14 10:00:07 +02:00
Dan Holmsand
39bcbccacb Add to changelog 2016-07-14 09:49:55 +02:00
Dan Holmsand
c980ac0c3d Avoid warning messages from React in tests 2016-07-14 09:34:03 +02:00
Dan Holmsand
8d35b1f29e Avoid warnings about unknown props in new React 2016-07-14 08:39:43 +02:00
Dan Holmsand
42ba1662cb Fix lost onChange events on IE11
IE11 doesn't report onChange on every change, so we cannot trust
that the input elements value in in sync with what is reported.

To solve this keep track of the last known value of the input,
and only consult the input value when necessary.
2016-07-14 08:34:36 +02:00
Dmitri Sotnikov
563426f2ff Merge pull request #252 from ducky427/master
Upgraded React to v15.2.1
2016-07-13 09:20:02 -04:00
Rohit Aggarwal
b6b0a928f3 Upgraded React to v15.2.1 2016-07-13 13:24:37 +01:00
Matthew Jaoudi
d00bca01f8 Merge pull request #250 from danprince/master
Fixes require typo in readme example
2016-07-09 06:26:53 -07:00
danprince
906cd0bca6 fixes require typo in readme example 2016-07-09 14:20:02 +01:00
Dmitri Sotnikov
2df1b1d25c bumped up react to 15.2.0-0 2016-07-01 15:51:28 -04:00
Dan Holmsand
d995e02057 Version 0.6.0-rc v0.6.0-rc 2016-06-09 15:51:29 +02:00
Dan Holmsand
8d622b120b Add news about 0.6.0-rc 2016-06-09 15:51:04 +02:00
Dan Holmsand
e89cad7c4c Merge branch 'master' of https://github.com/sir-pinecone/reagent 2016-06-08 21:06:26 +02:00
Dan Holmsand
fed05ab7cd Merge branch 'master' of https://github.com/yayitswei/reagent 2016-06-08 20:59:24 +02:00
Dan Holmsand
64ed2e2fc6 Add to changelog 2016-06-07 20:07:06 +02:00
Dan Holmsand
bb2faefcbe Move add-on-dispose! to IDisposable
And pass the reaction to the dispose function.
2016-06-07 16:35:17 +02:00
Dan Holmsand
30c9402fe9 Add note about lazy cursors. 2016-06-07 16:23:13 +02:00
Dan Holmsand
1280f58201 Make sure after-render fn is called immediately after render
when after-render is called during rendering. This should happen both
if the render is a part of the normal rendering loop, or if it is
triggered by render or force-update.
2016-05-31 23:09:43 +02:00
Dan Holmsand
a4faf372fe Clarify after-render doc string 2016-05-31 18:01:48 +02:00
Dan Holmsand
cd0863f1b2 Skip tests that require browser on node 2016-05-27 13:14:35 +02:00
Dan Holmsand
d3ee4a7f8b Update figwheel and simplify doc app configuration 2016-05-27 12:55:13 +02:00
Dan Holmsand
baf2107c15 Add test for nested with-let 2016-05-27 11:36:23 +02:00
Dan Holmsand
ff48b3653d Clean up circular dependency avoidance 2016-05-27 11:35:31 +02:00
Dan Holmsand
d276654ce4 Update npm React as well 2016-05-26 22:53:51 +02:00
Dan Holmsand
414be9355f Merge branch 'master' of https://github.com/ducky427/reagent 2016-05-26 20:02:20 +02:00
Dan Holmsand
072cce4844 Add add-on-dispose! to Reaction 2016-05-26 17:41:30 +02:00
Rohit Aggarwal
56f817b11c Upgraded React to 15.1.0 2016-05-22 17:23:31 +01:00