Skip to content

Commit

Permalink
dope
Browse files Browse the repository at this point in the history
  • Loading branch information
Zizzamia committed Feb 7, 2024
1 parent 5819b7b commit 8607845
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .changeset/honest-tigers-thank.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
'@coinbase/onchainkit': patch
---

- **feat**: added option for mint action on a Frame. By @zizzamia #93
- **feat**: added option for simple static links when creating a Frame. By @zizzamia #93
- **feat**: added `wrapper` prop to `<FrameMetadata />` component, that defaults to `React.Fragment` when not passed (original behavior). By @syntag #90 #91
- **feat**: exported `FrameMetadataResponse` type which can be useful when using `getFrameMetadata` in a TS project. By @syntag #90
2 changes: 1 addition & 1 deletion src/components/FrameMetadata.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,6 @@ describe('FrameMetadata', () => {
/>,
);
expect(meta.container.querySelector('meta[name="fc:frame:button:1:target"')).toBeNull();
expect(meta.container.querySelectorAll('meta').length).toBe(4);
expect(meta.container.querySelectorAll('meta').length).toBe(5);
});
});

0 comments on commit 8607845

Please sign in to comment.