894 Commits

Author SHA1 Message Date
Mike Thompson
464d372a58
Update docs README 2018-02-13 09:06:26 +11:00
Mike Thompson
a10a1f1de8
Create README.md 2018-02-13 09:05:14 +11:00
Mike Thompson
98bffc23b9
Create WhenDoComponentsUpdate.md 2018-02-13 09:02:07 +11:00
Mike Thompson
e573c980a4
Create UsingSquareBracketsInsteadOfParens.md 2018-02-13 08:58:20 +11:00
Mike Thompson
bbc3866a63
Create CreatingReagentComponents.md 2018-02-13 08:52:35 +11:00
Juho Teperi
ae532864ce
Update development.md 2018-02-05 16:26:28 +02:00
Juho Teperi
27be89297c
Update 0.8-upgrade.md 2018-01-09 14:19:17 +02:00
Juho Teperi
26858c3df3
Update 0.8-upgrade.md 2018-01-09 14:18:23 +02:00
Juho Teperi
035ba9cf29
Update README.md 2018-01-08 18:36:18 +02:00
Juho Teperi
b4bfb4d504 Update Cljsjs React packages 2017-12-12 16:10:45 +02:00
Juho Teperi
b34ab91011 React 16.2.0 2017-12-04 17:01:13 +02:00
Juho Teperi
19b77dccf0 Add dates to news posts 2017-11-28 19:16:26 +02:00
Juho Teperi
3b7f8d7275 Fix #262: Apply metadata to outermost el when using nesting shorthand 2017-11-28 18:51:37 +02:00
Juho Teperi
c65d1d80a0 Update to React 16.1.1 2017-11-28 17:57:07 +02:00
Juho Teperi
6931b37ac5 Use exact npm versions 2017-11-28 17:57:07 +02:00
Juho Teperi
90661fd87c
Update CONTRIBUTING.md 2017-11-28 17:35:40 +02:00
Juho Teperi
6eb9f4f6fb Fix entity test on Node 2017-11-28 17:13:10 +02:00
Juho Teperi
7a3bc4c212 Fix Node tests - testwrap async test requires DOM 2017-11-28 17:12:29 +02:00
Juho Teperi
a8ec0d219b Add test for child context 2017-11-28 15:41:30 +02:00
Juho Teperi
17351984a9 Fix prod test script 2017-11-28 15:07:43 +02:00
Juho Teperi
4dcd82a28e Add html entity test 2017-11-23 08:45:43 +02:00
Juho Teperi
abe799e20f
Merge pull request #323 from reagent-project/custom-element-props-names
Don't rename props for custom elements
2017-11-18 20:39:41 +02:00
Juho Teperi
ff82417dd0 React 16.1.0 2017-11-09 19:34:58 +02:00
Juho Teperi
2a4efc5710 Don't rename props for custom elements
Custom element names must always contain hyphen so we can use that to
keep track of which elements are native vs. custom when parsing tag
name.

Fixes #322
2017-11-08 21:04:14 +02:00
Juho Teperi
a2669b3671 Fix test ns name again 2017-11-08 21:04:02 +02:00
Juho Teperi
31a72ff5c4 Fix test util ns name 2017-11-08 20:47:56 +02:00
Juho Teperi
f0650a69a5 Add test utils ns 2017-11-08 20:08:27 +02:00
Juho Teperi
e13afbbe6d Fix 2017-11-02 23:12:05 +02:00
Juho Teperi
713c062ec3 Build demo using UMD modules 2017-11-02 23:01:04 +02:00
Juho Teperi
2a54e5136e Use .. to access event props in demo bmi calc 2017-11-02 21:41:56 +02:00
Juho Teperi
81344fd61b
Update 0.8-upgrade.md 2017-10-31 14:16:20 +02:00
Juho Teperi
c3d9198f52 Rename LICENSE.md to LICENSE 2017-10-27 11:04:15 +03:00
Juho Teperi
eb99a62788 Merge pull request #318 from dijonkitchen/patch-1
Create LICENSE.md
2017-10-27 10:49:04 +03:00
Jonathan Chen
44102f77e4 Create LICENSE.md 2017-10-26 20:29:52 -07:00
Juho Teperi
938307f78e Add notes about building Reagent to docs 2017-10-22 23:01:54 +03:00
Juho Teperi
ac32060655 Call init! in the prod build 2017-10-21 20:17:29 +03:00
Juho Teperi
86bbe68ee0 Release 0.8.0-alpha2 v0.8.0-alpha2 2017-10-20 11:08:51 +03:00
Juho Teperi
0b38b4467d Merge pull request #314 from frerom/with-meta
Add IWithMeta protocol to RAtom
2017-10-20 11:07:05 +03:00
Juho Teperi
a1a051fd40 Update changelog 2017-10-20 10:54:35 +03:00
Juho Teperi
eb57eb70dd Fix example site CI script in case of multiple parallel builds 2017-10-20 10:36:06 +03:00
Juho Teperi
35908d142d Merge pull request #282 from arbscht/synthetic-input
Support synthetic text input components
2017-10-20 10:20:42 +03:00
Juho Teperi
c63fe944fd Merge pull request #313 from reagent-project/new-test-runner
New test runner
2017-10-20 10:20:11 +03:00
Juho Teperi
b86adddec9 Merge pull request #154 from zoldar/master
Added support for collections in :class property
2017-10-20 10:08:43 +03:00
Adrian Gruntkowski
cc731e8a77 Improve language in README.md 2017-10-20 08:41:55 +02:00
Adrian Gruntkowski
5045046f6a Add support for collections in :class property 2017-10-20 08:34:10 +02:00
Juho Teperi
9845d4ad76 Only update site from master branch commits 2017-10-18 15:09:18 +03:00
Juho Teperi
aa48e35354 Deploy example site 2017-10-18 14:39:38 +03:00
Juho Teperi
52b0b2eba4 Fix demo site build script, stop usinn lein profile merging 2017-10-18 14:25:41 +03:00
Juho Teperi
03ff2ffe87 Add karma junit reporter & other config 2017-10-14 16:20:43 +03:00
Juho Teperi
f31607b777 No need to run npm install two times 2017-10-14 13:14:58 +03:00