Skip to content
This repository has been archived by the owner on May 5, 2022. It is now read-only.

Releases: ExpressApp/pybotx-widgets

0.6.4 (Nov 17, 2021)

17 Nov 12:27
0b3570e
Compare
Choose a tag to compare

Changed

  • Method of message sending

Github actions

06 Sep 13:27
888ee6c
Compare
Choose a tag to compare

Added

  • Github actions for CI
  • Added pybotx dependency to pyproject.toml (need for linter)

Fixed

  • Fix linter's warnings

Widgets on class

18 Aug 10:51
4cb9cd3
Compare
Choose a tag to compare
  • Checklist implementation changed to class
  • Checktable implementation changed to class
  • Pagination implementation changed to class
  • Refactoring send_or_update_message method to use metadata

Change Carousel widget implementation to class

05 Aug 12:20
d52aede
Compare
Choose a tag to compare
Feature/carousel on class (#4)

* change Carousel widget implementation to class

Co-authored-by: Tamirlan Dzhemirzoev <tamirlan.dzhemirzoev@ccsteam.ru>

Change Calendar widget implementation to class

02 Aug 15:16
8c09e18
Compare
Choose a tag to compare
  • Add base class Widget
  • Remove botx dependency from pyproject.toml

Add checktable widget

03 Aug 14:21
855f4c1
Compare
Choose a tag to compare
feat: Add checktable widget

feat: Add checktable widget