Skip to content

Releases: dialectlabs/blinks

0.11.1

26 Sep 11:46
Compare
Choose a tag to compare

What's Changed

  • Feature/teleporting buttons by @fsher in #23
  • replace nanoid with nanoid/non-secure for id generation by @prsvic in #24

Full Changelog: 0.10.0...0.11.1

[email protected], [email protected]

16 Sep 15:06
e3e2acb
Compare
Choose a tag to compare

What's Changed

  • chore: input UI bugfix by @prsvic in #21
  • Feature/split ext code by @fsher in #22 [BREAKING CHANGES - ActionContainer removed]
    • blinks-core now contains only the logic, agnostic of the platform (see BlinkContainer)
    • blinks contains wrappers for web/extensions

Full Changelog: 0.9.3...0.10.0

0.9.3

29 Aug 11:37
8fff547
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.9.2...0.9.3

0.9.2

27 Aug 10:03
f470e58
Compare
Choose a tag to compare

What's Changed:

  • rename dynamic data to live data

Full Changelog: 0.9.1...0.9.2

0.9.1

26 Aug 17:22
643e4be
Compare
Choose a tag to compare

What's Changed

  • fix wrong body property name for single value attribute

Full Changelog: 0.9.0...0.9.1

0.9.0

26 Aug 12:57
c31dea1
Compare
Choose a tag to compare

What's Changed

  • fix: recheck security state and action, if action prop changed by @fsher in #18
  • Feature/experimental-dynamic-data by @fsher in #19

Full Changelog: 0.8.0...0.9.0

0.8.0

13 Aug 12:54
f6895d0
Compare
Choose a tag to compare

What's Changed

  • Feature/spec 2.2 chaining by @fsher in #17
  • Compatibility of Blinks and Actions by @tsmbl in #16

Breaking changes:

  • isSupported is no longer part of ActionAdapter interface. Instead passed as supportStrategy argument to Action class and property of ObserverOptions in setupTwitterObserver
  • ActionAdapter now requires metadata property with supportedBlockchainIds

Full Changelog: 0.7.0...0.8.0

0.7.0

06 Aug 14:28
e4d7a7d
Compare
Choose a tag to compare

What's Changed

  • feat: support for input types (Solana Actions v2.1)

Breaking changes:

  • Blink UI now supports input types, fallbacks to text
  • ActionContext's triggeredLinkedAction is now AbstractActionComponent type

Full Changelog: 0.6.0...0.7.0

0.6.0

31 Jul 17:43
Compare
Choose a tag to compare

What's Changed

  • feat: multichain support

Breaking changes:

  • useAction hook doesn't use adapter anymore, it accepts adapter as a parameter
  • useAction can resolve websites with actions.json and interstitials
  • useActionAdapter renamed to useActionSolanaWalletAdapter
  • use https://actions-registry.dial.to/all for security registry

Full Changelog: 0.5.1...0.6.0

0.6.0-beta.0

26 Jul 12:34
Compare
Choose a tag to compare
0.6.0-beta.0 Pre-release
Pre-release

Breaking changes:

  • useAction hook doesn't use adapter anymore, it accepts adapter as a parameter
  • useAction can resolve websites with actions.json and interstitials
  • useActionAdapter renamed to useActionSolanaWalletAdapter
  • use https://actions-registry.dial.to/all for security registry

Full Changelog: 0.5.1...0.6.0-beta.0