Commit Graph

1295 Commits

Author SHA1 Message Date
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
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
Juho Teperi 9173f453b5 Remove deprecated interop macros 2020-02-05 22:48:37 +02:00
Juho Teperi 178aaee030 Update React 2020-02-05 22:47:42 +02:00
Juho Teperi 293bffafd2 Update documentation links 2020-02-03 10:11:12 +02:00
Juho Teperi 307d10e543 Release 0.9.1 to fix the package 2020-01-15 11:54:13 +02:00
Juho Teperi 40e1ca306b Test cursor assertion only if assertions are enabled 2020-01-15 10:57:36 +02:00
Juho Teperi afd4d89808 Update CHANGELOG.md 2020-01-15 10:32:22 +02:00
Juho Teperi 341f1ef1d5 Release 0.9.0 2020-01-15 10:30:32 +02:00
Juho Teperi d70ac1e351 Add cursor assert test 2020-01-15 10:30:23 +02:00
Juho Teperi 9a7372d8ec Fix missing parenthesis 2020-01-15 09:40:01 +02:00
Juho Teperi ced4a18aaa
Merge pull request #472 from dazld/patch-1
Include path in assert error for cursors
2020-01-15 09:38:35 +02:00
Mike Thompson 31c765b317
Merge pull request #473 from dosbol/patch-1
Fix indentation
2020-01-05 10:32:29 +11:00
Dosbol 2eea6f92d6
Fix indentation 2020-01-04 19:57:05 +06:00
Dan Peddle 02b5170bd2 include path in assert error
Including path helps track down which particular cursor is misbehaving.
2020-01-03 11:44:38 +01:00
Juho Teperi c5b93b909d
Merge pull request #471 from dosbol/patch-1
Typo component-did-mount -> component-did-update
2020-01-02 10:13:18 +02:00
Dosbol 7595c74beb
Typo component-did-mount -> component-did-update 2020-01-02 13:27:45 +06:00
Juho Teperi b7b32bb4d6
Merge pull request #470 from danielcompton/patch-1
Reformat code examples for using an entity
2019-12-28 12:20:14 +02:00
Daniel Compton 956f4dc1dc
Reformat code examples for using an entity 2019-12-28 09:43:50 +13:00
Juho Teperi 6615b535c4 Remove old comment 2019-12-17 23:46:15 +02:00
Juho Teperi ae0c64fe9f Release 0.9.0-rc4 2019-12-17 03:02:49 +02:00