Releases: dialectlabs/blinks
Releases · dialectlabs/blinks
0.9.0
0.8.0
What's Changed
Breaking changes:
isSupported
is no longer part ofActionAdapter
interface. Instead passed assupportStrategy
argument toAction
class and property ofObserverOptions
insetupTwitterObserver
ActionAdapter
now requiresmetadata
property withsupportedBlockchainIds
Full Changelog: 0.7.0...0.8.0
0.7.0
What's Changed
- feat: support for input types (Solana Actions v2.1)
Breaking changes:
- Blink UI now supports input types, fallbacks to
text
ActionContext
'striggeredLinkedAction
is nowAbstractActionComponent
type
Full Changelog: 0.6.0...0.7.0
0.6.0
What's Changed
- feat: multichain support
Breaking changes:
useAction
hook doesn't use adapter anymore, it acceptsadapter
as a parameteruseAction
can resolve websites withactions.json
and interstitialsuseActionAdapter
renamed touseActionSolanaWalletAdapter
- use
https://actions-registry.dial.to/all
for security registry
Full Changelog: 0.5.1...0.6.0
0.6.0-beta.0
Breaking changes:
useAction
hook doesn't use adapter anymore, it acceptsadapter
as a parameteruseAction
can resolve websites withactions.json
and interstitialsuseActionAdapter
renamed touseActionSolanaWalletAdapter
- use
https://actions-registry.dial.to/all
for security registry
Full Changelog: 0.5.1...0.6.0-beta.0
0.5.1
What's Changed
- feat: move disclaimer layout to ActionLayout
- style: fix image height up to max container width
Full Changelog: 0.5.0...0.5.1
0.5.0
0.4.7
What’s new:
- customizable styles. basically now you can customize the UI rendered on twitter, e.g. you can color buttons in your brand color. you can learn more in readme
- exported
Blink
component and some utility hooks so you can now integrate blinks in your app. learn more: https://docs.dialect.to/documentation/actions/guide-integrate-blinks-into-your-client - exported
Action
class which can be used to fetch action from service worker for security purpose (see https://github.com/dialectlabs/blinks/blob/main/src/api/Action.ts). basically it’s just a wrapper on top of actions spec - many fixes, fix for base64 images, added function to set your own proxy
Also I updated recommendation on how to configure chrome extension manifest, some users requested support for pro.x.com