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
7bbfd47f43
Update CHANGELOG.md
2020-03-22 13:12:40 +02: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
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
ff4c9a6031
Remove dom functions from core ns
2020-02-05 23:15:05 +02:00
Juho Teperi
307d10e543
Release 0.9.1 to fix the package
2020-01-15 11:54:13 +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
ae0c64fe9f
Release 0.9.0-rc4
2019-12-17 03:02:49 +02:00
Arne Brasseur
e6b1e9794c
Add support for Class.contextType
...
We already support the static contextTypes and childContextTypes from the legacy
context API. React has now added contextType to the new Context API to make it
easier to consume the context value.
https://reactjs.org/docs/context.html#classcontexttype
https://reactjs.org/blog/2018/10/23/react-v-16-6.html
2019-12-12 17:58:59 +01:00
Juho Teperi
e22025ef47
Update CHANGELOG.md
2019-11-19 22:01:20 +02:00
Juho Teperi
c4d9c1f5a2
Update CHANGELOG.md
2019-11-19 22:01:03 +02:00
Juho Teperi
d48f020147
Update changelog
2019-11-19 21:59:49 +02:00
Juho Teperi
88a94a44ec
Release 0.9.0-rc2
2019-10-17 15:13:53 +03:00
Juho Teperi
f4361ebe0a
Update changelog
2019-10-17 14:18:39 +03:00
Juho Teperi
bdc3fc063c
Release 0.9.0-rc1
2019-09-10 13:03:49 +03:00
Juho Teperi
470a101095
Update CHANGELOG.md
2019-09-09 15:29:16 +03:00
Juho Teperi
555ae05947
Update changelog
2019-08-14 10:52:51 +03:00
Juho Teperi
c787d2a851
Drop :export metadata from fource-update-all function
...
There doesn't seem to be any reason to export this function, and nothing
else is exported. Exporting function also prevents DCE, though in this
case this function probably only adds few bytes as the code include
is anyway used by Reagent applications.
2019-03-02 23:27:45 +02:00
Juho Teperi
5c7048fe3c
Update CHANGELOG
2019-01-10 21:05:51 +02:00
Juho Teperi
d4038cb911
Deprecate reagent.interop ns, fixes #419
2019-01-04 11:46:48 +02:00
Juho Teperi
0391b0756d
Update CHANGELOG.md
2018-12-31 15:36:48 +02:00
Juho Teperi
dbb578902a
Update CHANGELOG.md
2018-12-31 15:33:13 +02:00
Juho Teperi
0fd41cd4e6
Update CHANGELOG.md
2018-12-31 14:37:02 +02:00
Juho Teperi
06482e9d3e
Update CHANGELOG.md
2018-12-31 12:56:18 +02:00
Juho Teperi
f7ca1ff8ff
Add class-names utility function
2018-12-31 12:49:37 +02:00
Juho Teperi
18143e6e97
Fix :class collection with merge-props
2018-12-31 11:04:50 +02:00
Hendrik Poernama
ce3ff1d426
Update changelog
2018-12-16 12:03:52 +07:00
Juho Teperi
bb084c8a45
Update changelog
2018-11-14 23:24:38 +02:00
Juho Teperi
5548ad0866
Add cljsdoc config and rename docs/ to doc/
2018-05-27 18:48:14 +03:00
Juho Teperi
af14a520b2
Release 0.8.1
2018-05-15 18:58:39 +03:00
Juho Teperi
86f622a9f9
Update CHANGELOG.md
2018-05-04 19:32:56 +03:00
Juho Teperi
b0c70e380e
Update CHANGELOG.md
2018-05-04 19:21:05 +03:00
Juho Teperi
892635d265
Update CHANGELOG.md
2018-05-04 18:51:49 +03:00
Juho Teperi
d592335612
Update CHANGELOG.md
2018-04-27 23:21:32 +03:00
Juho Teperi
2f954302f6
Release 0.8.0
2018-04-19 16:59:25 +03:00
Juho Teperi
27a4335913
Release 0.8-rc1
2018-04-11 20:28:39 +03:00
Juho Teperi
20ffbe9c68
Remove synthetic-input options
...
This didn't work for all cases. I'll work on better solution for next
release.
https://github.com/reagent-project/reagent/pull/351
2018-04-11 20:13:39 +03:00
Juho Teperi
8f6444586c
Update CHANGELOG
2018-04-03 11:04:46 +03: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
86bbe68ee0
Release 0.8.0-alpha2
2017-10-20 11:08:51 +03:00
Juho Teperi
a1a051fd40
Update changelog
2017-10-20 10:54:35 +03:00
Juho Teperi
b10cfecb3b
Update CHANGELOG.md
2017-09-28 22:21:15 +03:00
Juho Teperi
d76eaba97c
Update CHANGELOG.md
2017-08-07 21:05:21 +03:00
Juho Teperi
a3b9b48ff2
Use ISO dates in changelog
2017-07-31 13:39:31 +03:00
Juho Teperi
d732be32ed
0.8.0-alpha1
2017-07-31 13:36:41 +03:00