You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tree:
bf36f290dd
bdk-0.11
bip39
burn-down-handle
chore/actor-names-in-logs
chore/bump-bdk-0.15
chore/bump-maia
chore/changelog-entries
chore/leaner-release-process
chore/remove-next-dependency
chore/sql-format
chore/use-esplora-backend
compile-for-aarch64
contact-taker-before-changing-cfd-state
debug-collab-settlement
debug-statements
dependabot/cargo/anyhow-1.0.52
dependabot/cargo/clap-3.0.0-rc.8
dependabot/cargo/reqwest-0.11.8
dependabot/github_actions/docker/login-action-1.12.0
dependabot/npm_and_yarn/taker-frontend/types/node-17.0.4
dependabot/npm_and_yarn/taker-frontend/types/react-17.0.38
dependabot/npm_and_yarn/taker-frontend/vite-2.7.6
failing-clippy
feature/actor-custom-derive
feature/concurrent-roll-over
feature/delete-wallet-cache-on-failure
feature/force-stop-button
feature/integration-tests
feature/reconnect-button
feature/rollover-event-sourcing
feature/supervised-connection
fix-bad-api-calls
fix-olivia-event-id
fix/incorrect-tracing-use
fix/sql-oddness
frontend-backend
heartbeat-event-source
hotfix/0.1.1
hotfix/0.3.1
initial-taker-ui
integrate-protocol-maker-side
maker-taker-cfd-setup-messaging
master
new-http-api
no-buy-button-while-setting-up-cfd
no-contract-setup-message
pAndLAndPayout
patch-1
patch-2
reconnect-to-maker
refactor/no-log-handler
release/0.3.1
release/0.3.2
remove-long-heartbeat-interval-in-debug-mode
resilient-broadcast
rollover-test
rollover-test-2
shutdown-taker-if-no-maker-present
staging
state-machine
temporary-fast-timelocks
test-force-close-without-fake-clock
testing
ui-rampup
update-blockstream-electrum-server-url
upload-correct-windows-binary
verify-transactions
0.1.0
0.1.1
0.1.2
0.2.0
0.3.0
0.3.1
0.3.2
preview
${ noResults }
itchysats/taker-frontend
bors[bot]
121f270151
616: Bump react-router-dom from 5.3.0 to 6.0.2 in /taker-frontend r=thomaseizinger a=dependabot[bot] Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 5.3.0 to 6.0.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/remix-run/react-router/releases">react-router-dom's releases</a>.</em></p> <blockquote> <h2>v6.0.2</h2> <h2>✨ Features</h2> <ul> <li>Added the <code>reloadDocument</code> prop to <code><Link></code>. This allows <code><Link></code> to function like a normal anchor tag by reloading the document after navigation while maintaining the relative <code>to</code> resolution.</li> </ul> <h2>🗒️ Docs</h2> <ul> <li>Fixed several issues in docblocks and the docs themselves. See the <a href="https://github.com/remix-run/react-router/compare/v6.0.1...v6.0.2">full changelog</a> for the deets!</li> </ul> <h2>🤝 New Contributors</h2> <ul> <li><a href="https://github.com/rwieruch"><code>`@rwieruch</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/remix-run/react-router/pull/8244">remix-run/react-router#8244</a></li> <li><a href="https://github.com/ProProgrammer2504"><code>`@ProProgrammer2504</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/remix-run/react-router/pull/8247">remix-run/react-router#8247</a></li> <li><a href="https://github.com/Sannnao"><code>`@Sannnao</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/remix-run/react-router/pull/8263">remix-run/react-router#8263</a></li> <li><a href="https://github.com/mattmazzola"><code>`@mattmazzola</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/remix-run/react-router/pull/8255">remix-run/react-router#8255</a></li> <li><a href="https://github.com/ngokevin"><code>`@ngokevin</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/remix-run/react-router/pull/8267">remix-run/react-router#8267</a></li> <li><a href="https://github.com/TimisRobert"><code>`@TimisRobert</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/remix-run/react-router/pull/8269">remix-run/react-router#8269</a></li> <li><a href="https://github.com/mikeldking"><code>`@mikeldking</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/remix-run/react-router/pull/8279">remix-run/react-router#8279</a></li> <li><a href="https://github.com/fishmandev"><code>`@fishmandev</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/remix-run/react-router/pull/8289">remix-run/react-router#8289</a></li> </ul> <h3>Full Changelog</h3> <p><a href="https://github.com/remix-run/react-router/compare/v6.0.1...v6.0.2">https://github.com/remix-run/react-router/compare/v6.0.1...v6.0.2</a></p> <h2>v6.0.1</h2> <h2>🐛 Bug Fixes</h2> <ul> <li>Add a default <code><StaticRouter location></code> value (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/8243">#8243</a>)</li> <li>Add invariant for using <code><Route></code> inside <code><Routes></code> to help people make the change (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/8238">#8238</a>)</li> </ul> <h2>v6.0.0</h2> <p>React Router v6 is here!</p> <p>Please go read <a href="https://remix.run/blog/react-router-v6">our blog post for more information on all the great stuff in v6</a> including <a href="https://remix.run/blog/react-router-v6#upgrading-to-react-router-v6">notes about how to upgrade from React Router v5</a> and Reach Router.</p> <h2>v6.0.0-beta.8</h2> <p>Remember last week when we said</p> <blockquote> <p>We anticipate this will be the last beta release before v6 stable next week.</p> </blockquote> <p>Yeah, about that … 😅</p> <p>We found and squashed a few high-priority bugs that needed to be addressed first. But it's coming very soon, we promise! In the mean time, here's what you'll get from our eight-est and greatest beta release:</p> <h2>🐛 Bug Fixes</h2> <ul> <li>We fixed a few bugs in <code>useHref</code> that resulted in the incorrect resolved value in cases where a <code>basename</code> is used on the <code><Router /></code> component (See <a href="https://github-redirect.dependabot.com/remix-run/react-router/issues/8133">#8133</a> and <a href="https://github-redirect.dependabot.com/remix-run/react-router/issues/8142">#8142</a> for details).</li> <li>We also fixed a bug in our path ranking algorithm so that splat routes (routes with a <code>*</code> path value) are now correctly ranked ahead of layout routes.</li> </ul> <h2>🗒️ Docs</h2> <p>We've added lots of goodies to our <code>docs</code> and <code>examples</code>, and there's a lot more yet to come. Take a look and see if you find something that makes your work a little easier! We think the <a href="https://github.com/remix-run/react-router/tree/dev/examples/lazy-loading">lazy loading</a> and <a href="https://github.com/remix-run/react-router/tree/dev/examples/custom-query-parsing">custom query parsing</a> examples are particularly cool! 🤓</p> <h2>v6.0.0-beta.7</h2> <p>In this release we made a small but significant change to how <code><Link to=".."></code> works. This is going to help out a lot if you were trying to use links in a <code>*</code> route.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
3 years ago | |
---|---|---|
.. | ||
src | Bump react-router-dom from 5.3.0 to 6.0.2 in /taker-frontend | 3 years ago |
.gitignore | Add new taker-frontend and rename old to maker-frontend | 3 years ago |
index.html | we are not stats | 3 years ago |
package.json | Merge #616 | 3 years ago |
tsconfig.json | Add new taker-frontend and rename old to maker-frontend | 3 years ago |
vite.config.ts | Align vite configuration of the new taker UI | 3 years ago |
yarn.lock | Merge #616 | 3 years ago |