Skip to content

Releases: hypergonial/hikari-miru

v3.1.2

21 Jun 11:39
Compare
Choose a tag to compare
  • Update miru.View.message in bound views when receiveing an interaction.
  • Fix IndexError being raised when trying to add pages to a miru.ext.nav.utils.Paginator.
  • Fix miru.ext.nav.NavItem missing width from it's __init__.

v3.1.1

30 Apr 15:38
Compare
Choose a tag to compare
  • Fix miru.Item.position's setter being called before width is set.

v3.1.0

30 Apr 15:05
Compare
Choose a tag to compare
  • Added miru.Button.position attribute, setting it will determine the ordering of buttons within a row.
  • Remove deprecated functions miru.load() and miru.unload(), please use miru.install() and miru.uninstall() instead.
  • Fixed multiple embed support for navigators.

v3.0.3

03 Apr 10:43
Compare
Choose a tag to compare
  • Update to hikari v.2.0.0.dev118 - This should fix issues related to the new component builder interface hikari implemented.

v3.0.2

09 Feb 12:24
Compare
Choose a tag to compare
  • Fixed new select variants throwing errors if no options were selected.
  • Fixed an issue with new select variant values not being subscriptable.

v3.0.1

08 Feb 07:40
Compare
Choose a tag to compare
  • Fixed not being able to instantiate items that derive from miru.ext.nav.NavItem.

v3.0.0 - Select V2

07 Feb 09:56
Compare
Choose a tag to compare
  • BREAKING: miru.Select has been renamed to miru.TextSelect along with the decorator miru.select to miru.text_select.
  • BREAKING: miru.ext.nav.NavSelect has been renamed to miru.NavTextSelect.
  • Added miru.UserSelect, miru.RoleSelect, miru.ChannelSelect, miru.MentionableSelect along with their respective decorators.
  • Added Nav variants of all new selects to miru.ext.nav.
  • Added miru.ext.nav.NavigatorView.swap_pages() to allow mutating the pages of a navigator after instantiation.
  • Added initial framework and CI for unit testing in the library.
  • Improved the validation of item properties.
  • Added note about miru.load and miru.unload being removed in 3.1.0 to deprecation warning.
  • Fixed TextInput.min_length and TextInput.max_length not being able to be set to None.
  • Minor documentation and other fixes.

v2.0.4

12 Jan 12:38
Compare
Choose a tag to compare
  • Fix setter of TextInput.value incorrectly rejecting strings of proper length.

v2.0.3

11 Jan 18:28
Compare
Choose a tag to compare
  • Add View.message_id.
  • Make usage of __all__ consistent across the library.
  • Minor documentation fixes.

v2.0.2

10 Jan 12:19
Compare
Choose a tag to compare
  • Fix Context.edit_response() typehints.
  • Fix navigator attachments being kept between page changes.