Releases: yhatt/jsx-slack
Releases · yhatt/jsx-slack
v4.4.0
v4.3.0
v4.2.1
v4.2.0
v4.1.0
Added
- Added type exports that are similar to
@types/react
(#226)FunctionCompnent
/FC
(Alias to same types inJSXSlack
namespace)VoidFunctionComponent
/VFC
(Alias to same types inJSXSlack
namespace)Node
(Similar toReactNode
but for jsx-slack. Alias toJSXSlack.ChildElements
)
Changed
- Upgrade dependent packages to the latest version (#225)
v4.0.0
v3.0.0
v2.6.0
Added
- Configurable
dispatchAction
prop for<Input type="text">
and<Textarea>
(equivalent todispatch_action_config
for the plain-text input) (#204, #205) <Mrkdwn raw>
to bypass HTML-like formatting and auto-escaping (#161, #207)
Fixed
Changed
- Upgrade dependent packages to the latest version (#208)
v2.5.1
v2.5.0
Changed
<Input>
and input components are available in home tab container<Home>
(#195, #200)- Allow using
<RadioButtonGroup>
and<CheckboxGroup>
in message container<Blocks>
(#196, #197) - Upgrade dependent packages to the latest version (#191, #198)
Added
dispatchAction
prop for<Input>
layout block and input components (#200)- Docs:
jsxFragmentFactory
compiler option for TypeScript v4 (#173, #191)