Releases: nicklambourne/slackblocks
Releases · nicklambourne/slackblocks
v1.0.3
What's Changed
- [ENH] Add WebhookMessage class by @nicklambourne in #70
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- [BUG] Fix issues #64 #65 #66 by @nicklambourne in #69
Full Changelog: v1.0.1...v1.0.2
v1.0.1
v1.0.0
What's Changed
- [UPG-1.0.0] Upgrade
slackblocks
to version 1.0.0 by @nicklambourne in #63
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
What's Changed
- [ENH-RT] Add New Rich Text Features by @nicklambourne in #62
Full Changelog: v0.9.15...v0.9.16
v0.9.15
v0.9.14
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
- @white-hat made their first contribution in #59
Full Changelog: v0.9.13...v0.9.14
v0.9.13
What's Changed
- Bump urllib3 from 2.0.6 to 2.0.7 by @dependabot in #50
- Bump aiohttp from 3.8.5 to 3.8.6 by @dependabot in #51
- [BUG] Add to_dict() function on View objects by @nicklambourne in #54
- [ENH] Add length validation to Text object by @nicklambourne in #55
Full Changelog: v0.9.12...v0.9.13
v0.9.12
What's Changed
- [CI] Separate out unit tests from linting by @nicklambourne in #44
- Bump cryptography from 41.0.3 to 41.0.4 by @dependabot in #46
- Bump urllib3 from 2.0.4 to 2.0.6 by @dependabot in #47
- Add unfurl_links and unfurl_media arguments to Message by @foobic in #49
New Contributors
Full Changelog: v0.9.11...v0.9.12
v0.9.11
What's Changed
- [BUG] Allow None value for UserSelectMenu placeholders and others by @nicklambourne in #43
Full Changelog: v0.9.10...v0.9.11