Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/preactjs/preact-router
:earth_americas: URL router for Preact.
https://github.com/preactjs/preact-router
93f1cda38c1afe36ca643914d560544d3c9f44bd authored over 1 year ago by Ryan Christian <[email protected]>
* Added SignalLike as an option for default which fixes the bug while preserving functionality.
...
2086a25c2ff12b1f1a3b773af0e6594544659dce authored over 1 year ago by Jason Miller <[email protected]>
* Correct some issues with TS typings
* test: Correcting 'Link' import source
---------
...
341201768af5f61a88e9aa3465d3cb426ffc8b86 authored over 1 year ago by vpzomtrrfrt <[email protected]>baf4bf9474844c68a6f40612492197fb35d927b7 authored over 1 year ago by vpzomtrrfrt <[email protected]>
* Add types to package.json exports mapping
* Move types to be first in package.json exports
...
9028846fad07da9c12cb169de6a9b1bcfb6121ea authored over 1 year ago by Konnor Rogers <[email protected]>
0401c31559be55d8a15aaf513aa7a941a766f42b authored over 2 years ago by Jovi De Croock <[email protected]>
* Fix exports map to support loading in Node esm
* Use .mjs only for module exports
* Appl...
1e0b9ad1d00a455a615aba92241a45c31641bf3d authored over 2 years ago by Felix Gnass <[email protected]>
This project hasn't been using Travis CI for a long time, but the README still
shows the old Tr...
a011fb4ccefc87b57e30dea1d4e16e5852a22182 authored almost 3 years ago by Jason Miller <[email protected]>
* Fix useRouter usage outside of <Router> subtrees
* Drop ~400b off of the library size
686c3ffb2f86545ebc1ddd3ae8c546fff23279d2 authored almost 3 years ago by Jason Miller <[email protected]>b4e94e81f40d37bcf824071b8127f52419916a25 authored almost 3 years ago by Jason Miller <[email protected]>
7919c87c65d32c226eb40de52aa28f069f10568e authored almost 3 years ago by Jason Miller <[email protected]>
7404e6dcbe17a602ef578d3fa7be144585a4aa9e authored almost 3 years ago by Jason Miller <[email protected]>
04491652018853ecdc16832a7546cad3d773c0be authored almost 3 years ago by Jason Miller <[email protected]>
* Hash History v5 Compatibility
* tests for history v5 (wip)
* fix createHashHistory tests...
d4c2e4e9482a72e62cff03495384a1c6b2229f3b authored about 3 years ago by Jason Miller <[email protected]>aaa0c6cf896369a4a1eeaf7826c16f5fec5e73c7 authored about 3 years ago by Jason Miller <[email protected]>
e68b0bd9beab71104c45b6c8a86edb2b97a5b492 authored about 3 years ago by Jason Miller <[email protected]>
24ffb40c8df2a455bc9518aa0ffdb7c5a1878968 authored over 3 years ago by Marvin Hagemeister <[email protected]>
4d409c69087e5c73a2e406b4eb1629f3423b1b53 authored over 3 years ago by Marvin Hagemeister <[email protected]>
16f7d5525ef3b6b0a5e2ac3fd11566587bd70064 authored over 3 years ago by Marvin Hagemeister <[email protected]>
66933f1294925ee9ed3cd7d47ffc8f002983fc98 authored over 3 years ago by Marvin Hagemeister <[email protected]>
0839ea6ed9cdedde7c6fc2699446a0b06cd7da0a authored over 3 years ago by Marvin Hagemeister <[email protected]>
aaa391c62017d44b53ef67632a26cea419598675 authored over 3 years ago by Marvin Hagemeister <[email protected]>
Co-authored-by: Jason Miller <[email protected]>
d35dbd81d8fc655f375be2e4f10fe6828dcabd4a authored over 3 years ago by Marvin Hagemeister <[email protected]>a668fcc6641913ebce343111384f1311cdd73373 authored over 3 years ago by Marvin Hagemeister <[email protected]>
4045e48ee09eda53425133ca6f3764342870e077 authored over 3 years ago by Marvin Hagemeister <[email protected]>
Co-authored-by: Ryan Christian <[email protected]>
c6f30da34f90a4d2617dcf1686e159cc8c62ef17 authored over 3 years ago by Marvin Hagemeister <[email protected]>8f4c7705a65eb71c7b4497e07bcf8ea069f13460 authored over 3 years ago by Antoine LAFFARGUE <[email protected]>
Fix ssr memleak and sync current master branch
2b60b97bf6b0263126bddae1a83d52f1b32ba27a authored over 3 years ago by Marvin Hagemeister <[email protected]>d3e849a0d588a3f4e81f2664d4ac3009d7530e2a authored over 3 years ago by sadness_ojisan <[email protected]>
5c3e76b2543771a5ffbb1469da985d6e2f7c3897 authored almost 4 years ago by Marvin <[email protected]>
ebfff7a8a0df6cd77b084aee765f5fc4b1f0159d authored almost 4 years ago by Antoine Laffargue <[email protected]>
41edd252a042793a0c4d6519b67d3833daacdc8e authored about 4 years ago by Antoine Laffargue <[email protected]>
8ebe33261109b220e2ee3e13a13a9539f2abd57d authored about 4 years ago by Antoine Laffargue <[email protected]>
5ce2607029d8045b9f8514f2ec1c4d76677dce4b authored about 4 years ago by Antoine Laffargue <[email protected]>
2d73b718f8b6e73588dc77399e85bd38a552c7df authored about 4 years ago by Antoine Laffargue <[email protected]>
b5d97a5df232f2d066e521937228c48ba186f03b authored about 4 years ago by Antoine LAFFARGUE <[email protected]>
5fb140e65241bdc42e06b7b7f0d66ff85af9a34e authored about 4 years ago by 38elements <[email protected]>
* Add Nested Route Example to README.md
* Update README.md
Co-authored-by: Jason Miller <d...
2a20ddc62e45e5c6a209f8fd19b01a056cd5bbc5 authored about 4 years ago by 38elements <[email protected]>* <Link>: allow `className` and `activeClass` props
Fixes #365
* Update index.js
f9297f142e97b91bd690e9496c52cf4528928c49 authored about 4 years ago by Jason Miller <[email protected]>Update README.md
662e83aa05c5f7905d853362270bee6fd46e9446 authored about 4 years ago by Marvin Hagemeister <[email protected]>Fix typo "Its possible" to "It's possible"
ae646eaa9abc0922ef3d94f6fd190d71ab0ab377 authored about 4 years ago by Như Bảo Trương <[email protected]>4dd67a2cb56f25788306873883345f2dd1def714 authored over 4 years ago by Antoine Laffargue <[email protected]>
a28aa81476b5811aaad311790714d3c32264d7dd authored over 4 years ago by Antoine Laffargue <[email protected]>
3df8ff4aa34b140115e07a28f2085094dae871d1 authored over 4 years ago by Antoine Laffargue <[email protected]>
8566cf997bbb626da164988055f31f2da371d2dc authored over 4 years ago by Antoine Laffargue <[email protected]>
Put native attribute check for back comp.
752e72b754cb9c74f25cb20841d22f5ff091ca92 authored over 4 years ago by firatsarlar <[email protected]>Update documentation for dataset-native attribute.
8db187c7d1eb825f2d2bb6ed9f97b8528e49ab00 authored over 4 years ago by firatsarlar <[email protected]>Change non standard HTML Anchor attribute native to dataset-native.
21c8dfa1ec1600fd5c62580cc0993bbe1e0f90b7 authored over 4 years ago by firatsarlar <[email protected]>63c259284141e8a310f6b70337697b9995336695 authored over 4 years ago by Marvin Hagemeister <[email protected]>
c5d1d596294de010f40f009f2661ca84cc296f77 authored over 4 years ago by Marvin Hagemeister <[email protected]>
Size & Build Optimizations
5f00182f82eb5e062926aa8af4b3cacf0332dce2 authored over 4 years ago by Marvin Hagemeister <[email protected]>33b16c35fda6e93a106fab5ea2aa6590afad0edd authored almost 5 years ago by Jason Miller <[email protected]>
eff2ab5d2b5e36b56b31b3cbf6d74db063290457 authored almost 5 years ago by Jason Miller <[email protected]>
791ed818026e8eaa2cdd3d05ce9cc18df78cdf5f authored almost 5 years ago by Jason Miller <[email protected]>
61671b38fd5e371e886a6b33db2c66df7a6444db authored almost 5 years ago by Jason Miller <[email protected]>
846de46d26a5f577f083f99520e42566a6def4c9 authored almost 5 years ago by Jason Miller <[email protected]>
f42e2c95fcf9e0fc69d597135892e544fadab108 authored almost 5 years ago by 38elements <[email protected]>
c72a0da80f0c8a69d81d856b2f4573d1f68b6e66 authored almost 5 years ago by Marvin Hagemeister <[email protected]>
add pkg-lock
7a47add9f81ed3da50db3baf54f47cd531d26fed authored almost 5 years ago by Marvin Hagemeister <[email protected]>b42c10f283b429e5fbdc728aa4fea974fbf21a48 authored almost 5 years ago by Jovi De Croock <[email protected]>
6408b8178edc7f37d2ac757d3f69b7ce29cb28cf authored almost 5 years ago by Jovi De Croock <[email protected]>
ca5f9cd0011da089d7ab421fdb9782ef58f69855 authored almost 5 years ago by Jovi De Croock <[email protected]>
29544da8cd06dee08739259644263bc48f0b8ed6 authored almost 5 years ago by Jovi De Croock <[email protected]>
dc9739808bcc2057cfc619e07c62fff1f0eac2dd authored almost 5 years ago by Gary Wang <[email protected]>
ddff0ddda3e85e3c5bf384e16feaeed7e098fb76 authored about 5 years ago by Marvin Hagemeister <[email protected]>
a46ca1c9a56a64ac244cd54318943336eb2d3485 authored about 5 years ago by Pim de Wit <[email protected]>
1549740b3d6e596959e8ee3183bdcefc7761301c authored about 5 years ago by Jason Miller <[email protected]>
Fix route handling in Preact 10 (fixes #340)
d63d776c0de71265ea1dd278b89d3b15d3b967e6 authored about 5 years ago by Marvin Hagemeister <[email protected]>1eec806b4dc851db8696f581e2e799f012ec523a authored about 5 years ago by Jason Miller <[email protected]>
5b9e440b10929187e1382ce88e821798ba4e0b2e authored about 5 years ago by Jason Miller <[email protected]>
This reverts commit e195068ea62cd84cc2d5b4b9b02f7320cf893675.
activeClassName requires Link t...
113ea770a887185ae6732de4b6ee5d36ec3fadc8 authored about 5 years ago by Alex Macleod <[email protected]>* Match component allows for parameters when determining if URL matches.
f7dbe6d07419aefb113a55d00af0436f7d9b8e15 authored over 5 years ago by David Nordvall <[email protected]>3eb5b31fe75c34672eeb13f2d310dee6d51b1f97 authored over 5 years ago by 38elements <[email protected]>
a80e93811e60440a62dab351b3222aa3b27205f8 authored over 5 years ago by 38elements <[email protected]>
Bump dependencies
ef8983acdd87b55792e20cdc56401dda0ed80e3f authored over 5 years ago by Marvin Hagemeister <[email protected]>4bf702f84617b3d0a6f2d5500785f56ab0e62555 authored over 5 years ago by Marvin Hagemeister <[email protected]>
Fix preact JSX namespacing, and Children
758d044cac99e755f5d0cdf12d6653661b2a49b5 authored over 5 years ago by Marvin Hagemeister <[email protected]>- peerDep from alpha to beta
6657d84c4060a8635d850e05b8b923ff25e1832b authored over 5 years ago by pmkroeker <[email protected]>e195068ea62cd84cc2d5b4b9b02f7320cf893675 authored over 5 years ago by pmkroeker <[email protected]>
919063a01645d014f1bd55d61b03bf508cc94042 authored over 5 years ago by pmkroeker <[email protected]>
Children is not in LinkProps but was used in implementation.
c220dd7c5f49b0bb0ea827ff53cfdcde453f2502 authored over 5 years ago by Peter <[email protected]>Moved JSX to preact.JSX as per preactX
37fc066a7a17c540df056ba6c14f27f3af75d438 authored over 5 years ago by Peter <[email protected]>Fix JSX namespace
6607a543e89f0e6454608de7ee332d7f26f01c4e authored over 5 years ago by Peter <[email protected]>458b62be57ffd69f8338c0b5f2743401575ed5ea authored almost 6 years ago by Jason Miller <[email protected]>
d5eee6f766a112a8c75460857439a79d8f1d93ef authored almost 6 years ago by Jason Miller <[email protected]>
* make it work with PreactX
* Comment out failing tests
* Make tests pass
* Cleanup tes...
ebbda180a8b8db2d42489cfb1d05ba79a74c15ca authored almost 6 years ago by Anthony Mittaz <[email protected]>08def339fa809f1ca5b5409598100e1aa5c4244a authored almost 6 years ago by Jason Miller <[email protected]>
4c30f09aea89336a7553694dd9b37ec37c390527 authored almost 6 years ago by Jason Miller <[email protected]>
454a640cc012108c299362215bd36648609074f5 authored almost 6 years ago by Olavi Haapala <[email protected]>
c38f8fa200f56bffe83d6e3207d4dce085e69e41 authored about 6 years ago by Georgios Valotasios <[email protected]>
50543436765e1ff20fe947db7bcf73ead315ab0d authored about 6 years ago by Georgios Valotasios <[email protected]>
3b436910398170893b4871952cb822c3602a3fdb authored about 6 years ago by Georgios Valotasios <[email protected]>
11a3de57e6642cbedf850f39e7b5b755429c8aa9 authored about 6 years ago by Georgios Valotasios <[email protected]>
* restore js markdown sytax highlighting, fixed bugs in example
* fixed async function syntax
036dd6c5cab049bf707a9ddc1c39a385a08d1880 authored over 6 years ago by Lion Ralfs <[email protected]>13f185a0c1881bb118982c0782b8cea7604fc937 authored over 6 years ago by Lukas Niklas F <[email protected]>
dbde810a0f001057b921e98e2b216f9a6e01144d authored over 6 years ago by David Endersby <[email protected]>
e3b9355ca84479eed53955aba7e3038d8368c4ea authored over 6 years ago by Jason Miller <[email protected]>