diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d3b2458aa..16dc685ee2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,37 +4,36 @@ ### Patch Changes -- c30296d: - **fix**: make sure imports from `core`, `farcaster` and `xmtp` work. +- **fix**: make sure imports from `core`, `farcaster` and `xmtp` work. c30296d ## 0.8.1 ### Patch Changes -- 272082b: - **feat**: Added `getXmtpFrameMessage` and `isXmtpFrameRequest` so that Frames can receive interactions from apps outside of Farcaster, such as from XMTP conversations. By @neekolas #123 +- **feat**: Added `getXmtpFrameMessage` and `isXmtpFrameRequest` so that Frames can receive interactions from apps outside of Farcaster, such as from XMTP conversations. By @neekolas #123 272082b ## 0.8.0 ### Minor Changes -- ee72476: - **feat**: `getFrameMessage` can now handle mock frame messages. When `allowFramegear` is passed as an option (defaults to `false`), it will skip validating which facilitates testing locally running apps with future releases of `framegear`. By @cnasc #149 - - **docs**: polish README.md and site. By @zizzamia #144 +- **feat**: `getFrameMessage` can now handle mock frame messages. When `allowFramegear` is passed as an option (defaults to `false`), it will skip validating which facilitates testing locally running apps with future releases of `framegear`. By @cnasc #149 ee72476 ## 0.7.0 ### Minor Changes -- 26f6fd5: - **feat**: Updated `FrameMetadataType` to support `target` for button `post` and `post_redirect` actions. By @HashWarlock @zizzamia #130 #136 +- **feat**: Updated `FrameMetadataType` to support `target` for button `post` and `post_redirect` actions. By @HashWarlock @zizzamia #130 #136 26f6fd5 - Note: - In this release we update the `FrameMetadataType` so that it supports the latest [Handling Clicks](https://docs.farcaster.xyz/reference/frames/spec#handling-clicks) Frames specification. +Note: +In this release we update the `FrameMetadataType` so that it supports the latest [Handling Clicks](https://docs.farcaster.xyz/reference/frames/spec#handling-clicks) Frames specification. - If the button clicked is a `post` or `post_redirect`, apps must: +If the button clicked is a `post` or `post_redirect`, apps must: - 1. Construct a Frame Signature Packet. - 2. POST the packet to `fc:frame:button:$idx:target` if present - 3. POST the packet to `fc:frame:post_url if target` was not present. - 4. POST the packet to or the frame's embed URL if neither target nor action were present. - 5. Wait at least 5 seconds for a response from the frame server. +1. Construct a Frame Signature Packet. +2. POST the packet to `fc:frame:button:$idx:target` if present +3. POST the packet to `fc:frame:post_url if target` was not present. +4. POST the packet to or the frame's embed URL if neither target nor action were present. +5. Wait at least 5 seconds for a response from the frame server. ## 0.6.2 diff --git a/README.md b/README.md index ce2d240f8d..44d7a5ed89 100644 --- a/README.md +++ b/README.md @@ -141,12 +141,13 @@ Check out the following places for more OnchainKit-related content: ## Authors -- [@zizzamia](https://github.com/zizzamia.png) ([X](https://twitter.com/Zizzamia)) -- [@cnasc](https://github.com/cnasc.png) ([warpcast](https://warpcast.com/cnasc)) -- [@alvaroraminelli](https://github.com/alvaroraminelli.png) ([X](https://twitter.com/alvaroraminelli)) -- [@robpolak](https://github.com/robpolak.png) ([X](https://twitter.com/0xr0b_eth)) -- [@taycaldwell](https://github.com/taycaldwell.png) ([X](https://twitter.com/taycaldwell_)) -- [@wespickett](https://github.com/wespickett.png) ([X](https://twitter.com/wespickett)) +- [@zizzamia](https://github.com/zizzamia) ([X](https://twitter.com/Zizzamia)) +- [@cnasc](https://github.com/cnasc) ([warpcast](https://warpcast.com/cnasc)) +- [@alvaroraminelli](https://github.com/alvaroraminelli) ([X](https://twitter.com/alvaroraminelli)) +- [@robpolak](https://github.com/robpolak) ([X](https://twitter.com/0xr0b_eth)) +- [@taycaldwell](https://github.com/taycaldwell) ([X](https://twitter.com/taycaldwell_)) +- [@wespickett](https://github.com/wespickett) ([X](https://twitter.com/wespickett)) +- [@mochikuan](https://github.com/mochikuan) ([X](https://twitter.com/mochikuan)) ## License diff --git a/site/docs/pages/index.mdx b/site/docs/pages/index.mdx index d9bec2d623..6c9d97b814 100644 --- a/site/docs/pages/index.mdx +++ b/site/docs/pages/index.mdx @@ -12,13 +12,12 @@ import { HomePage } from 'vocs/components';
-
+

OnchainKit

- A collection of lightweight, - composable,
- and type-safe React components - along with TypeScript utilities to create top-tier onchain applications. + React components + and TypeScript utilities + for top-tier onchain apps.
Get started @@ -108,6 +107,16 @@ Check out the following places for more OnchainKit-related content: - Follow @zizzamia ([X](https://twitter.com/zizzamia), [Farcaster](https://warpcast.com/zizzamia)) for project updates - Join the discussions on our [OnchainKit warpcast channel](https://warpcast.com/~/channel/onchainkit) +# Authors + +- [@zizzamia](https://github.com/zizzamia) ([X](https://twitter.com/Zizzamia)) +- [@cnasc](https://github.com/cnasc) ([warpcast](https://warpcast.com/cnasc)) +- [@alvaroraminelli](https://github.com/alvaroraminelli) ([X](https://twitter.com/alvaroraminelli)) +- [@robpolak](https://github.com/robpolak) ([X](https://twitter.com/0xr0b_eth)) +- [@taycaldwell](https://github.com/taycaldwell) ([X](https://twitter.com/taycaldwell_)) +- [@wespickett](https://github.com/wespickett) ([X](https://twitter.com/wespickett)) +- [@mochikuan](https://github.com/mochikuan) ([X](https://twitter.com/mochikuan)) + # License This project is licensed under the MIT License - see the [LICENSE.md](https://github.com/coinbase/onchainkit/blob/main/LICENSE.md) file for details. diff --git a/site/vocs.config.tsx b/site/vocs.config.tsx index 401d419e43..3ba26752b6 100644 --- a/site/vocs.config.tsx +++ b/site/vocs.config.tsx @@ -51,8 +51,8 @@ export default defineConfig({ ], theme: { accentColor: { - light: '#d76260d9', - dark: '#FF7C58', + light: '#FF5D2F', + dark: '#FF5D2F', }, }, topNav: [