Skip to content

Version 2.7.0

Compare
Choose a tag to compare
@raycharius raycharius released this 06 Nov 16:21
· 29 commits to main since this release
68af561

✨ Support new block elements introduced by Slack and minor bug fixes

  • Add DateTimePicker() to support the all-new date time picker element introduced by Slack.
  • Add NumberInput(), URLInput(), EmailInput() to support the new input types introduced by Slack.
  • Fix bug where props passed into the constructor were assigned instead of copied (thanks, @nlwillia!).