@nyaruka/temba-components 0.43.1 → 0.43.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -4,8 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
 
5
5
  Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6
6
 
7
+ #### [v0.43.2](https://github.com/nyaruka/temba-components/compare/v0.43.1...v0.43.2)
8
+
9
+ - Simplify menu rendering [`#285`](https://github.com/nyaruka/temba-components/pull/285)
10
+ - compose return focus after send fix [`#281`](https://github.com/nyaruka/temba-components/pull/281)
11
+ - - added setFocusOnChatbox for both initially focusing the chatbox, and also for returning focus to the chatbox after the user clicks send [`0d82993`](https://github.com/nyaruka/temba-components/commit/0d82993f46cf052ad3ae58a1809fc129c8fb39e1)
12
+ - - return focus after send in progress [`ceee26b`](https://github.com/nyaruka/temba-components/commit/ceee26b4ad81017e806093a8d1cde25df7bda954)
13
+ - Simplify rendering for menu, simpify some zindex [`b02f012`](https://github.com/nyaruka/temba-components/commit/b02f0121c887bc93d5aeb26bff919c5d5a56a336)
14
+
7
15
  #### [v0.43.1](https://github.com/nyaruka/temba-components/compare/v0.43.0...v0.43.1)
8
16
 
17
+ > 8 March 2023
18
+
9
19
  - Remove unnecessary zindex [`#280`](https://github.com/nyaruka/temba-components/pull/280)
10
20
  - Fix landscape zoom on wide browsers [`#279`](https://github.com/nyaruka/temba-components/pull/279)
11
21
  - compose - switch to media api for attachment upload [`#276`](https://github.com/nyaruka/temba-components/pull/276)