1030 Commits

Author SHA1 Message Date
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
Juho Teperi
be0ebb8a81 Add node_modules symlinks 2017-10-14 13:12:14 +03:00
Juho Teperi
519d7c968a Cache more node_modules dirs 2017-10-14 13:06:41 +03:00
Juho Teperi
3b51b08968 Run some testwrap test cases using after-render 2017-10-14 13:06:29 +03:00
Juho Teperi
e0b8bd337b No need to mount test divs to dom 2017-10-14 13:06:10 +03:00
Juho Teperi
36509f79ff Catch all React errors during tests 2017-10-13 19:57:46 +03:00
Juho Teperi
7d074b55ed Remove test divs from dom after error 2017-10-13 19:21:44 +03:00
Juho Teperi
3fd0f1b1d8 Fix component-path on React 16 2017-10-13 19:20:56 +03:00
Juho Teperi
39b0326d22 Add componentDidCatch support and test (error boundary) 2017-10-13 19:20:36 +03:00
Juho Teperi
c68f5a88f4 Optimize node modules, remove old stuff
- Removed webpack build for now, not up-to-date, can be added later if
needed
- Share node modules using symlinks for envs that use the same packages
2017-10-13 16:42:25 +03:00
Juho Teperi
b81af9308a Fix doo & test result component on demo app 2017-10-13 16:00:04 +03:00
Juho Teperi
f590c342eb Allow running figwheel from test-environments folders 2017-10-13 15:59:48 +03:00
Juho Teperi
2279ef4c9d Print test summary 2017-10-13 15:34:15 +03:00
Juho Teperi
14c43e066f Run all tests on their own directories
This allows running figwheel on main folder, without node_modules from
tests messing the environment.
2017-10-13 15:02:10 +03:00
Juho Teperi
46d0e9d701 Fix figwheel demo 2017-10-13 14:10:10 +03:00