Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/lazy-shirts-warn.md

This file was deleted.

10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.4.2

### Patch Changes

- 89e5210: - **feat**: Added support for Text Input metadata for Farcaster Frames. By @taycaldwell #67
- **feat**: Added `FrameMetadata` component, to help support metadata elements with classic React apps. By @zizzamia #71
- **feat**: Added `OnchainName` component, to our Identity Kit. The `OnchainName` component primarily focuses on showcasing ENS names for given Ethereum addresses, and defaults to displaying a sliced version of the address when an ENS name isn't available. By @alvaroraminelli #49

## 0.4.1

### Minor Changes
Expand Down Expand Up @@ -125,7 +133,7 @@ const frameMetadata = getFrameMetadata({
```ts
type Button = {
label: string;
action?: 'post' | 'post_redirect';
action?: "post" | "post_redirect";
};

type FrameMetadata = {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coinbase/onchainkit",
"version": "0.4.1",
"version": "0.4.2",
"repository": "https://github.com/coinbase/onchainkit.git",
"license": "MIT",
"scripts": {
Expand Down