You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#466d4899ab Thanks @dalechyn! - Breaking Change: Renamed exported Context type to FrameBaseContext.
Fixed an issue where frame message was parsed incorrectly and was expecting cast_id in Composer Action Handler.
Exported previously forgotten types.
Patch Changes
#47124d3bec Thanks @dalechyn! - Fixed an issue where defining fonts in multiple places would override each other. Now all defined fonts are grouped altogether.
#450368a2a9 Thanks @dalechyn! - Fixed an issue where using Button.Reset would lead to "Cannot destructure property 'property' of 'intent.props' as it is undefined." error.
#447e5437a4 Thanks @dalechyn! - Fixes an issue with rendering of TextInput intent and reverts changes from 9054431 and 6114139 as those are no longer needed.
#445b52f5d2 Thanks @dalechyn! - Fixed an issue with Vercel/Next.JS deployments where "property" could not be read from intent as the "props" was missing.
#43543f4205 Thanks @dalechyn! - Implemented a feature where initialState can be a callback receiving Hono's Context.
This is particularly useful when dealing with path parameters to dynamically initiate state.
This state will also be accessible in c.previousState in the Image Handler.