Skip to content

Releases: yhatt/jsx-slack

v4.4.0

17 Nov 17:08
Compare
Choose a tag to compare

Removed

  • Direct dependencies to hast-util-to-mdast and he (#247)

Changed

  • Upgrade development Node version to v16 LTS (#246)
  • Upgrade dependent packages to the latest version (#246)
  • Setup esbuild transpile and prebundling (#247)

v4.3.0

25 Jun 07:13
Compare
Choose a tag to compare

Added

Fixed

  • Broken JSDoc links in some IDEs (#235)

Changed

  • Upgrade dependent packages to the latest version (#236)

v4.2.1

18 Jun 19:04
Compare
Choose a tag to compare

Added

  • JSX runtime scripts with ES modules (#232)

Fixed

  • Fixed script resolution error when using JSX runtime script through ES modules (#231)

v4.2.0

16 Jun 05:49
Compare
Choose a tag to compare

Added

  • ES modules support (#227)
  • CI test against Node 16 (#228)

Changed

  • Upgrade Node and dependent packages to the latest version (#228)
  • Rename master branch to main (#229)

v4.1.0

14 Jun 07:16
Compare
Choose a tag to compare

Added

  • Added type exports that are similar to @types/react (#226)
    • FunctionCompnent / FC (Alias to same types in JSXSlack namespace)
    • VoidFunctionComponent / VFC (Alias to same types in JSXSlack namespace)
    • Node (Similar to ReactNode but for jsx-slack. Alias to JSXSlack.ChildElements)

Changed

  • Upgrade dependent packages to the latest version (#225)

v4.0.0

25 Apr 17:32
Compare
Choose a tag to compare

Breaking

  • Dropped Node 10 support (#219)

Changed

  • Allow containing <Input> and input components in <Blocks> (#218, #220)
  • Upgrade dependent packages to the latest version (#219)

Removed

  • Remove deprecated jsxslack.raw (#221)

v3.0.0

25 Feb 08:41
Compare
Choose a tag to compare

Breaking

The package name has renamed from @speee-js/jsx-slack to jsx-slack.

Added

  • JSX automatic runtime support for TypeScript 4.1 (#214, #194)

Changed

v2.6.0

20 Oct 10:40
Compare
Choose a tag to compare

Added

Fixed

  • Escaped underscores within Korean emoji shorthand have broken (#203, #206)

Changed

  • Upgrade dependent packages to the latest version (#208)

v2.5.1

08 Oct 07:30
Compare
Choose a tag to compare

Added

Fixed

  • Update demo schema for dispatchAction prop (#201)

v2.5.0

07 Oct 09:35
Compare
Choose a tag to compare

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