Juho Teperi
2f2574fd67
Fix RAF bind on Node
2020-04-19 21:33:58 +03:00
Juho Teperi
e2f3717d93
React key with :> works now
2020-04-19 15:19:30 +03:00
Juho Teperi
9dfe18e918
Add react-transition-group example
...
Closes #311
2020-04-19 15:18:01 +03:00
Juho Teperi
66ff6ccb82
Fix #438 , fix raf call in Firefox extenstion context
...
RAF call needs to have Window object bound as `this`.
2020-04-19 14:51:12 +03:00
Juho Teperi
4526f4d1f9
Implement #439 , make RAtom print output readable
2020-04-17 00:37:47 +03:00
Juho Teperi
68531569c0
Fix #399 , fix React key check with :> shortcut
2020-04-16 23:46:17 +03:00
Juho Teperi
3ee1d65aa5
Fix #433 , support className property with keyword class shortcut
2020-04-16 23:36:02 +03:00
Juho Teperi
28aaf6e467
Merge pull request #486 from reagent-project/bundle-test
...
Bundle test
2020-04-16 23:23:37 +03:00
Juho Teperi
a235697186
Update package-lock
2020-04-16 22:46:32 +03:00
Juho Teperi
58583db56d
Add tests using Cljs bundle output with Karma
...
New :bundle target will generate JS tooling compatible output, which can
be processed with Webpack and passed to Karma.
2020-04-16 22:45:51 +03:00
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
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