Skip to content

Releases: nicklambourne/slackblocks

v1.0.3

11 Feb 07:45
045f0d6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.0.3

v1.0.2

09 Feb 14:16
8e5f26d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1

07 Feb 23:54
b57bf5a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

03 Feb 12:16
Compare
Choose a tag to compare

What's Changed

V1.0.0 Release Notes:

- Moves to a dual license MIT and BSD-3-Clause license, where users can choose the license they use.
  - Concerns have been raised about the lack of appeal for BSD-3 by  the maintainers of `slackblocks` competitors, despite the licenses being functionally identical, this seems to be the most straightforward way to correct.
- Adds autogenerated (versioned) docs using `mkdocs-material` and `mike`.
- Adds guides to docs.
- Overhauls the README.
- Adds docstrings to every class, function and module.
- Updates rich text features to reflect the new elements / objects released.
- Splits rich text features into elements and objects.
- Adds the `RichTextInput` element.
- Updates dev dependencies to most recent versions.
- Drops Python 3.7 support.
  - Some of the dev dependencies are raising security flags that can't be corrected without dropping support.

Full Changelog: v0.9.16...v1.0.0

v0.9.16

31 Jan 00:54
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.15...v0.9.16

v0.9.15

24 Jan 00:08
de353d0
Compare
Choose a tag to compare

What's Changed

  • remove old code to fix dispatch_action of InputBlock by @BEJocke in #60

New Contributors

Full Changelog: v0.9.14...v0.9.15

v0.9.14

12 Jan 00:58
Compare
Choose a tag to compare

What's Changed

  • Bump cryptography from 41.0.4 to 41.0.6 by @dependabot in #57
  • fixes wrong type for dispatch_action field of InputBlock by @white-hat in #59

New Contributors

Full Changelog: v0.9.13...v0.9.14

v0.9.13

28 Nov 10:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.12...v0.9.13

v0.9.12

17 Oct 15:13
8e470ff
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.11...v0.9.12

v0.9.11

18 Aug 02:48
87527c2
Compare
Choose a tag to compare

What's Changed

  • [BUG] Allow None value for UserSelectMenu placeholders and others by @nicklambourne in #43

Full Changelog: v0.9.10...v0.9.11