392 Commits

Author SHA1 Message Date
7cdcde4c50 Delete FUNDING.yml 2020-04-10 02:38:52 +02:00
ffb54423de bump clojurescript 2020-04-08 19:04:46 +03:00
9763c972f7 update git ignore 2020-04-08 18:56:44 +03:00
fda018fa32 add a note on deprecated string refs 2020-04-08 18:43:45 +03:00
dde6cc09c4 Merge branch 'rauhs-patch-1' into gh-pages 2020-04-08 18:31:51 +03:00
f9833c5e37 Deprecated usage of string refs.
Closes #124
2020-04-08 18:31:35 +03:00
a8a620178f closes #146 2020-04-07 13:32:11 +02:00
b63842c57d Added Icebreaker 2020-03-23 18:01:56 +01:00
bf23aef14a Create FUNDING.yml 2020-03-20 23:33:00 +01:00
3ad5341006 Fixed repeat in README #166 #195 #196 2020-03-09 15:38:24 +01:00
b53a44c95d Removed vec from README (#195) 2020-02-02 21:48:10 +01:00
8fa5d52929 0.11.4 0.11.4 2019-11-04 14:49:29 +01:00
7ae97891bb Fix render-all to forbid forceUpdate on falsy comp
The `when` condition passes in following situations:
- component is unmounted 
- when it's a falsy value (nil, false)
This commit forbids exec of forceRender on falsy components, so such an action will not trigger an error.

https://imgur.com/a/SB6ys2E
2019-11-04 14:46:54 +01:00
0eac3ee0a1 Removed Rum patreon page 2019-10-01 14:41:29 +02:00
816e667c1a Add Wobaka to "Who's using Rum?"
I'm making a CRM system using Rum in my frontend and it's been a great experience so far :).
2019-07-10 15:03:32 +03:00
93f9e22d86 Updated README as repeat is not directly supported by newest CLJS (closes #166) 2019-05-28 15:45:31 +03:00
e450a65707 Added prostate predict, closes #189 2019-03-16 14:25:46 +01:00
2c3acd74cb collect and collect* return non-lazy sequences. 2019-03-11 14:44:29 +03:00
28f74210b9 Document wrapping Hiccup syntax in 3rd-party comps
See issue #183
2019-01-08 18:17:11 +03:00
2b86907a8f fix typos in react-interop doc 2018-12-07 19:23:10 +03:00
5757862c4c fix README version 2018-11-28 19:10:34 +03:00
d615089e32 0.11.3 updated docstrings 0.11.3 2018-11-28 19:01:56 +03:00
1dcbabb6d4 cljdoc badge 2018-10-08 22:56:06 +03:00
0192439fa3 Patreon banner 2018-09-18 23:56:52 +03:00
e0e3561d92 Added Predict, closes #175 2018-08-21 13:20:11 +03:00
3e482a85a4 Add Lambdahackers to "Who's using Rum?" 2018-08-21 12:30:33 +03:00
efa1a6a59f modnaKasta was renamed 2018-07-03 10:03:49 +03:00
23c62ef65f Add Table of Contents into README 2018-07-02 13:44:25 +03:00
059157ce8e Use https to for rum_logo.svg in Readme 2018-06-08 22:32:37 +03:00
726602b597 Add Newsroom AI to "Who's using Rum?" 2018-04-20 17:37:44 +03:00
feaff458e6 README: Add Lupapiste to "Who’s using Rum?" 2018-03-20 16:49:38 +03:00
691be2eefb README: Add Oscaro.com to "Who’s using Rum?" 2018-03-07 23:51:54 +03:00
9741bf9986 0.11.2 Server-render on-* event handlers with string values 0.11.2 2018-02-19 12:35:17 +03:00
38017b580b 0.11.1 Drop Sablono/CLJS dependency for SSR (closes #83 #157) 0.11.1 2018-02-10 13:20:57 +03:00
01c4eee595 0.11.0 React 0.16.2 (closes #151) 2018-01-29 18:17:51 +03:00
d7333fdeb3 Update README, CHANGELOG for 0.11.0 2018-01-29 18:16:38 +03:00
07caa4c716 Fixed SSR of text sequences, test for static markup too 2018-01-29 17:57:36 +03:00
26d1849568 Update SSR to match de-facto React capitalization 2018-01-29 15:55:14 +03:00
cae50d1853 did-catch example & forceUpdate after did-catch triggers 2018-01-29 12:00:44 +03:00
54a362d09c create-portal → portal, portal example 2018-01-28 00:52:56 +03:00
24b4b481a8 regen examples.page, React 16.2, sablono 0.8.1 2018-01-27 23:47:23 +03:00
348da5f6cc scrum has be renamed citrus. updating references. (#156) 2017-12-24 20:43:56 +02:00
770fbf54ba Gitter → Slack 2017-11-30 12:40:10 +03:00
8e7eaa7615 update server rendering for react16 2017-11-08 12:17:18 +02:00
365813b3f5 Content: Add simply to Who's using Rum list (#153) 2017-11-06 15:52:40 +03:00
aa14f4df9c react16 2017-10-30 16:28:36 +02:00
486b331823 use rum/hydrate for SSRed components in examples 2017-10-29 15:10:06 +02:00
d5fe1de24c expose ReactDOM.hydrate 2017-10-29 15:04:59 +02:00
b56b0b449d fix warnings in examples 2017-10-29 15:04:28 +02:00
b1fdf2e2de add multiple return example 2017-10-29 15:02:58 +02:00