390 Commits

Author SHA1 Message Date
Stephen Caraher
1363e05e62 add test for atom and wrapper variadic swap! 2015-07-23 22:54:46 +10:00
Stephen Caraher
ae06dc21ae Revert "Fix destructuring for variable arity"
This reverts commit ecc7a9c4c3fc2b3acf67af4bcfe748736600f4d1.
2015-07-23 20:32:02 +10:00
Dmitri Sotnikov
3b8c7a18c7 Merge pull request #149 from hlship/142-extended-hiccup
142 extended hiccup
2015-07-18 10:47:36 -04:00
Dmitri Sotnikov
b6e14b21f1 bumped up react version in the readme 2015-07-07 15:13:09 -04:00
Howard M. Lewis Ship
4d32b97ca6 Correct error in example in docstring 2015-06-25 11:44:09 -07:00
Howard M. Lewis Ship
4160fdfd35 Fix typo in docstring 2015-06-25 11:43:49 -07:00
Howard M. Lewis Ship
072043dba1 Use when rather than if
In this situation, only a keyword should be split on '>'; the other possibilities (string, symbol, native element) are not subject
to splitting into nested tags.
2015-06-25 11:42:18 -07:00
Howard M. Lewis Ship
91564be393 Add some examples of extended Hiccup to the README 2015-06-25 08:39:10 -07:00
Howard M. Lewis Ship
3d6c2f5e3f Implement nested Hiccup elements 2015-06-18 18:05:21 -07:00
Howard M. Lewis Ship
94e973c4cb Ignore some IntelliJ related stuff 2015-06-18 16:20:50 -07:00
Dmitri Sotnikov
32f1d9395d Merge pull request #128 from Hardikus/rest-destructuring
Fix destructuring for variable arity
2015-06-16 14:45:51 -04:00
Dmitri Sotnikov
855987247f Merge pull request #114 from martinklepsch/require-macros
require reagent.ratom macros in cljs namespace
2015-06-06 21:50:05 -04:00
Hardik Bhadani
ecc7a9c4c3 Fix destructuring for variable arity 2015-05-14 00:25:28 +05:30
Yogthos
ff10d23591 added codox 2015-05-11 12:36:11 -04:00
Dmitri Sotnikov
9375368c92 Merge pull request #106 from marco-fiset/patch-1
Remove recursive link in the readme
2015-05-11 12:31:33 -04:00
Dmitri Sotnikov
7020b55086 Merge pull request #122 from bmaddy/add-slider
adds a history slider to the geometry example app
2015-05-11 12:30:46 -04:00
Brian Maddy
0aae409dd5 adds a history slider 2015-04-12 21:41:27 -05:00
Martin Klepsch
1711a291c1 require reagent.ratom macros in cljs namespace 2015-03-20 22:28:04 +01:00
Dan Holmsand
10d54ea3e0 Set version to snapshot 2015-03-11 19:15:29 +01:00
Dan Holmsand
5530917f3b Version 0.5.0 v0.5.0 2015-03-11 19:06:46 +01:00
Dan Holmsand
e716850154 Fix bmi calculator strangeness in intro 2015-03-11 18:55:46 +01:00
Dan Holmsand
6009908d5d Add some docs for force-update-all 2015-03-11 17:51:54 +01:00
Dan Holmsand
d4a595e577 Describe new features since first alpha in news050.cljs 2015-03-11 17:51:35 +01:00
Dan Holmsand
60c074b633 Describe cljsjs/react dependency in README 2015-03-11 17:49:21 +01:00
Dan Holmsand
f673f32f38 Update changelog a bit 2015-03-11 17:48:13 +01:00
Marc-Olivier Fiset
b1d009fbf9 Remove recursive link
There was a link in the README.md that indicated the reagent repo had moved, but the link pointed back to this exact project. Removed it.
2015-03-01 21:13:54 -05:00
Dan Holmsand
7568b6843e Support running site in dev mode without tests 2015-02-11 19:06:38 +01:00
Dan Holmsand
19a384443f Make -deref in Reaction a little clearer 2015-02-11 06:47:11 +01:00
Dan Holmsand
526dfa61ea Make swap! on non-active Reaction correct 2015-02-11 06:38:57 +01:00
Dan Holmsand
73d0478607 Simplify setup of doc site and testing
Take advantage of figwheel 0.2.3
2015-02-10 18:20:48 +01:00
Dan Holmsand
163308a392 Make site and examples work with ClojureScript 2816
ClojureScript all of a sudden complains about "single segment
namespaces", which forces a rather massive reorg.

Also, cljs.test/run-tests is broken.
2015-02-10 14:35:12 +01:00
Dan Holmsand
4d559ef862 Move syntax highlighting to ClojureScript, to reduce code size a bit 2015-02-09 21:02:31 +01:00
Dan Holmsand
7d2ca6332c Back to snapshot 2015-02-09 19:13:05 +01:00
Dan Holmsand
9db4b6df2c Version 0.5.0-alpha3 v0.5.0-alpha3 2015-02-09 19:09:20 +01:00
Dan Holmsand
986be5c387 Use a README instead .keep for gh-pages 2015-02-09 15:02:16 +01:00
Dan Holmsand
212f69e180 Make sure gen-site exists, even when intervals are running 2015-02-09 14:14:12 +01:00
Dan Holmsand
14ca20bc4b Example css updated 2015-02-09 13:20:05 +01:00
Dan Holmsand
8feaccca88 Add IReactiveAtom type, and use in cursor asserts 2015-02-09 13:19:12 +01:00
Dan Holmsand
86f9298c4e Make geometry example use figwheel 2015-02-09 12:55:33 +01:00
Dan Holmsand
73281cdd16 Make todomvc example use figwheel 2015-02-09 12:29:48 +01:00
Dan Holmsand
3e9b42a92b Add README to example 2015-02-09 12:07:46 +01:00
Dan Holmsand
0b1c7ffc33 Make simple-example use figwheel 2015-02-09 09:43:43 +01:00
Dan Holmsand
a29e0c75c7 Make sure reactify-component always re-renders
It might get mutable data from js
2015-02-08 13:20:40 +01:00
Dan Holmsand
e6c8639277 Try harder to find meaningful name for components
Thereby hopefully improving warning messages a bit.
2015-02-08 12:56:56 +01:00
Dan Holmsand
a1e4de4d68 Make tests only run once when figwheel reloads 2015-02-08 12:26:39 +01:00
Dan Holmsand
a2b5acb68f Make warning for missing keys print data
That will hopefully make finding the offending code easier
to find.
2015-02-08 12:24:52 +01:00
Dan Holmsand
8b5905c9e1 Add reactify-component: adapts Reagent component for use in JSX 2015-02-08 00:04:45 +01:00
Dan Holmsand
b574d8cc5a Add state-atom (again) 2015-02-07 09:39:33 +01:00
Dan Holmsand
7641288982 Use figwheel 0.2.3 and cleanup of project.clj 2015-02-07 09:30:20 +01:00
Dan Holmsand
5a8738d2c4 Update clojurescript to 0.0-2760 2015-02-05 11:39:09 +01:00