1314 Commits

Author SHA1 Message Date
Juho Teperi
f0fa602fca
Merge pull request #488 from lucywang000/update-docs-about-portal
improve docs about using portal
2020-04-16 21:23:17 +03:00
Juho Teperi
25b44e8016
Merge pull request #489 from mjhanninen/fix-bmi-example
Fix the BMI example in the introduction
2020-04-16 14:57:28 +03:00
Matti Hänninen
97697be14b Fix BMI example in introduction
Used to have a glitch when the user first dragged the BMI control and
then the weight control.
2020-04-16 13:50:15 +03:00
Lucy Wang
c76bdb142b improve docs about using portal 2020-04-16 01:23:22 +08:00
Juho Teperi
9165f0b724
Update ControlledInputs.md 2020-04-15 09:56:35 +03:00
Juho Teperi
1e11774189
Update ControlledInputs.md 2020-04-15 09:55:56 +03:00
Juho Teperi
712d2b5ddb Link to changelog from news 2020-04-08 14:46:10 +03:00
Juho Teperi
f1b8590f66
Update ReactFeatures.md 2020-03-29 11:42:33 +03:00
Juho Teperi
2e464e48ff Fix link 2020-03-28 14:07:59 +02:00
Juho Teperi
c54d6891cf Add React-context example project 2020-03-28 14:07:24 +02:00
Juho Teperi
83c0cdd698 Use global-exports for react-sortable-hoc example 2020-03-28 13:59:11 +02:00
Juho Teperi
ad5475ca1f Update examples 2020-03-28 13:53:22 +02:00
Juho Teperi
b2778da841
Update README.md 2020-03-24 11:42:15 +02:00
Juho Teperi
b210bebdb7
Fix clojars badge url 2020-03-24 11:20:43 +02:00
Juho Teperi
0644eafe59 Tune material-ui comments 2020-03-22 19:05:46 +02:00
Juho Teperi
019df6bbd1 Add material-ui autocomplete example 2020-03-22 18:59:48 +02:00
Juho Teperi
df8ca5917f
Merge pull request #484 from reagent-project/feature/codecov
Improve test coverage
2020-03-22 16:56:08 +02:00
Juho Teperi
e338de9b84 Improve test coverage 2020-03-22 16:25:32 +02:00
Juho Teperi
0e1e4179ec
Merge pull request #483 from reagent-project/feature/codecov
Feature/codecov
2020-03-22 15:46:15 +02:00
Juho Teperi
09c01ce599 Update README 2020-03-22 15:44:09 +02:00
Juho Teperi
2f0d56d0cf Update package-lock 2020-03-22 15:22:20 +02:00
Juho Teperi
666a80fd02 Enable test coverage reports 2020-03-22 15:22:11 +02:00
Juho Teperi
7bbfd47f43 Update CHANGELOG.md 2020-03-22 13:12:40 +02:00
Juho Teperi
e83043b2f9 Merge branch 'achikin-merge-props-fix' 2020-03-22 13:10:47 +02:00
Juho Teperi
2339b2a01d Add few merge-props test cases 2020-03-22 13:10:36 +02:00
Juho Teperi
432db00846 Merge branch 'merge-props-fix' of https://github.com/achikin/reagent into achikin-merge-props-fix 2020-03-22 13:03:31 +02:00
Anton Chikin
18cdfe9c2b Allow passing :class nil explicitly 2020-03-20 13:17:44 +03:00
Juho Teperi
74660257d1
Merge pull request #482 from MokkeMeguru/patch-1
Update README since function namespace was changed
2020-03-18 14:54:35 +02:00
Mokke Meguru
fdce1a1167
Update README since function namespace was changed
we replace the function, 
reagent.core/render -> reagent.dom/render
2020-03-18 14:13:14 +09:00
Juho Teperi
0a00532b6f
Merge pull request #481 from dominicfreeston/patch-1
Update reference to reagent.dom from reagent.core
2020-03-16 09:22:53 +02:00
Dominic Freeston
9a3ead7cee
Update reference to reagent.dom from reagent.core 2020-03-15 19:00:55 +00:00
Anton Chikin
bfca4e4d36 Fix merge-props without classes 2020-03-07 00:23:30 +03:00
Juho Teperi
84692f8633 Release 0.10.0 v0.10.0 2020-03-06 14:12:54 +02:00
Juho Teperi
a8c401859d Add reagent.core dom functions back but deprecated 2020-03-06 13:46:46 +02:00
Juho Teperi
a027928f19 Linting fixes 2020-03-06 13:45:25 +02:00
Juho Teperi
5ead085c93 Replace component stack with just component name in error messages
- Completely remove component-path function
- Remove component stack information from error messages
- Test that component stack information is availble using Error Boundary
2020-02-28 14:39:33 +02:00
Juho Teperi
47b433f217 Update React to 16.13.0 2020-02-28 14:38:34 +02:00
Juho Teperi
38f8647a9a Exclude doc folder from codox, as it doesn't render it correctly 2020-02-06 16:57:26 +02:00
Juho Teperi
cda8866955 Fix require in docs 2020-02-06 16:56:10 +02:00
Juho Teperi
c70f4f9c4e Add missing indent to test code 2020-02-05 23:34:11 +02:00
Juho Teperi
785f884e23 Fix lein-codox 2020-02-05 23:27:52 +02:00
Juho Teperi
ff4c9a6031 Remove dom functions from core ns 2020-02-05 23:15:05 +02:00
Juho Teperi
106e5d86ca Deprecate component-path in core ns 2020-02-05 23:13:57 +02:00
Juho Teperi
ad3b6af57e Bump version number 2020-02-05 23:13:46 +02:00
Juho Teperi
2027a2d888 Expected value first in tests, use direct comparsion instead of re-find 2020-02-05 23:04:56 +02:00
Juho Teperi
2b5c464f35 Remove some local defs from test ns 2020-02-05 23:01:27 +02:00
Juho Teperi
c2bf3c0407 Remove found-in test checker, use = for better errors 2020-02-05 22:53:42 +02:00
Juho Teperi
f5bfa6160e Update circleci image 2020-02-05 22:49:31 +02:00
Juho Teperi
1ff560a13b Update deps 2020-02-05 22:49:08 +02:00
Juho Teperi
ecbbc60d95 Add Kondo config and lint code 2020-02-05 22:48:54 +02:00