Commit Graph

759 Commits

Author SHA1 Message Date
Juho Teperi d35e5b973c Release 0.6.2 2017-05-19 19:55:03 +03:00
Juho Teperi 5858debb4d Mention Slack channel in Readme 2017-05-15 10:41:12 +03:00
Juho Teperi 44a4d50bcd Fix codox settings and build API docs together with the site 2017-03-19 22:13:25 +02:00
Juho Teperi 70adddae37 Update React to 15.4.2
Related to #289
2017-03-19 16:49:30 +02:00
Juho Teperi 4ea070d15a Add test to validate that style properties with dashes work 2017-03-11 01:56:39 +02:00
Juho Teperi 50b5ad30e5 Merge branch 'moskvax-revert-128' 2017-03-11 01:44:36 +02:00
Juho Teperi b973a873fc Merge branch 'revert-128' of https://github.com/moskvax/reagent into moskvax-revert-128 2017-03-11 01:44:23 +02:00
Juho Teperi 93043e86c4 Throw error instead of assert false 2017-03-11 01:35:14 +02:00
Juho Teperi ccb94f5274 Merge pull request #288 from reagent-project/deftype-constrcutors
Deftype constrcutors
2017-03-11 01:28:23 +02:00
Juho Teperi 2eb08fae84 Run tests using Node when running test profile cljsbuild 2017-03-11 01:19:40 +02:00
Juho Teperi 82c4013a29 Use deftype constrcutor functions instead of interop, replaces #144 2017-03-11 01:19:35 +02:00
Juho Teperi 19ae267b32 Fix CI tests
Gen-site.js is used both to pre-render HTML files and run tests.
2017-03-11 00:58:14 +02:00
Juho Teperi ea5009c9ed Add news entry about 0.6.1 2017-03-11 00:37:30 +02:00
Juho Teperi 8ff70c7eb9 Separate prerender code using dom-server and browser JS code
Requiring react-dom-server with React 15.4 in browser code would increase
filesize by about 100KB. This change separates the pre-render code to
a different file which is only used by a separate Lein profile.
2017-03-11 00:37:12 +02:00
Juho Teperi 4c568256f2 Update cljsbuild and figwheel 2017-03-11 00:00:56 +02:00
Juho Teperi 8630ab5239 Fix #278: Replace mentions of render-component with render 2017-03-10 17:19:19 +02:00
Juho Teperi a7efb69a5e Update CHANGELOG.md 2017-03-10 17:01:26 +02:00
Juho Teperi e37ae6fc2e Update CHANGELOG.md 2017-03-10 16:59:00 +02:00
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 2017-03-09 19:22:56 -05: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
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 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 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