v0.15.0 #1337
lorenzoaiello
announced in
Announcements
v0.15.0
#1337
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Warning
This release includes a breaking change since the last release.
What's Changed
v0.15.0 is now available. It does contain minor breaking changes to two Block Kit elements along with a lot of new functionality.
Breaking Changes
Block Kit - Rich Text Section Date Element
If you are using the
RichTextSectionDateElement
block kit element, there is a new fieldFormat
which is now required. It previously did not exist, but was marked as required in the Block Kit Documentation. Similarly, the functionNewRichTextSectionDateElement
function signature has been updated to require the new parameter. While this may not have previously worked, the non-backwards compatible signature change prompts it to be identified as breaking change.Block Kit - Rich Text input Block Element
If you are using the
RichTextInputBlockElement
block kit element, theInitialValue
field type has been changed fromstring
to*RichTextBlock
to provide a more strongly typed experience. If you were previously passing a pre-formatted JSON object you will need to update your input to use theRichTextBlock
struct instead.Enhancements
calls.*
apis andType: call
in blockkit by @winston-stripe in Add endpoints forcalls.*
apis andType: call
in blockkit #1190Bug Fixes
format
field to rich text date blocks by @luke-josh in fix: Add requiredformat
field to rich text date blocks #1317Chores
New Contributors
format
field to rich text date blocks #1317Full Changelog: v0.14.0...v0.15.0
This discussion was created from the release v0.15.0.
Beta Was this translation helpful? Give feedback.
All reactions