use-ink / link

Unstoppable URL shortener built with the ink! smart contract language.
https://tiny.ink
Apache License 2.0
29 stars 8 forks source link

Bump useink from 0.1.0-beta.4 to 1.3.0 in /frontend #256

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps useink from 0.1.0-beta.4 to 1.3.0.

Release notes

Sourced from useink's releases.

Add more useink/utils helpers

  • Add pickTxInfo
  • Add pickCallInfo

See useink/utils docs for details

Add util helpers

Add helper functions to easily pick deeply nested values returned by contract messages.

  • pickDecoded
  • pickError
  • pickResultOk
  • pickResultErr

See useink/utils documentation for details.

Add useink/utils

  • Export utility functions from @​polkadot/utils for the namespace useink/utils. The goal is to provide everything a user needs for a dApp via useink. We will expand the functionality of useink/utils in the future.

  • Set React peer dependency to v ^18.0.0

v.1.0.0 Major Release

Release v 1.0.0

This release contains production-ready React hooks to build ink! front end applications.

Documentation

See here.

v0.1.0-beta.12 - Add improvements to wallet hooks

  • Add hook to get all supported wallets
  • Check if account has been enabled before setting it in state

v0.1.0-beta.11

Add isConnected boolean to WalletState.

e.g. const { isConnected } = useWallet()

v0.1.0-beta.10

Add hooks for getting installed and uninstalled wallets.

Add Better Chain Config and Notification System

  • Add almost 300 chain configurations. This was modified from TalismanSociety/chaindata.
  • Move NotificationProvider outside of core lib, and add improvements for managing snackbar-type notifications

Add Talisman Wallet Connect

  • Add Talisman wallet connect
  • Add wallet subscriptions for real time updates
  • Rename hooks

... (truncated)

Commits
  • 83724c5 feat: add more pick* helpers
  • 02a1374 feat: add RustResult type to utils
  • 17adf1a feat: add pick* util functions
  • 272a238 feat: add type exports
  • cc8bba6 bump react as peer dependency to 18
  • b9de954 feat: add useink/utils
  • d550587 chore(deps): bump denoland/setup-deno from 1.1.1 to 1.1.2
  • 52be853 chore(deps): bump peter-evans/create-pull-request from 5.0.0 to 5.0.1
  • 5eb6637 chore(deps): bump streetsidesoftware/cspell-action from 2.26.1 to 2.26.2
  • f5f018c chore: style readme
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
netlify[bot] commented 1 year ago

Deploy Preview for inklink failed.

Name Link
Latest commit a7dcbbd958e7397dd88773012eca7ce13d79eee6
Latest deploy log https://app.netlify.com/sites/inklink/deploys/64680233ee706500080c8c15
dependabot[bot] commented 1 year ago

Superseded by #258.