@nyaruka/temba-components 0.156.1 → 0.156.3

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,26 @@ 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.156.3](https://github.com/nyaruka/temba-components/compare/v0.156.2...v0.156.3)
8
+
9
+ - Fix flaky textinput test by resetting mouse state before click [`#959`](https://github.com/nyaruka/temba-components/pull/959)
10
+ - Show green background for fully translated languages [`#958`](https://github.com/nyaruka/temba-components/pull/958)
11
+ - Add localization support and maxLength constraints for more actions [`#956`](https://github.com/nyaruka/temba-components/pull/956)
12
+ - Truncate and fix wrapping of webhook URLs in simulator [`#957`](https://github.com/nyaruka/temba-components/pull/957)
13
+ - Fix flaky simulator screenshot test [`#955`](https://github.com/nyaruka/temba-components/pull/955)
14
+
15
+ #### [v0.156.2](https://github.com/nyaruka/temba-components/compare/v0.156.1...v0.156.2)
16
+
17
+ > 8 April 2026
18
+
19
+ - Filter smart groups from add-to-group action [`#953`](https://github.com/nyaruka/temba-components/pull/953)
20
+ - Hide auto translate button in localization toolbar [`#952`](https://github.com/nyaruka/temba-components/pull/952)
21
+ - Fix context menu not working after toggling back from table view [`#954`](https://github.com/nyaruka/temba-components/pull/954)
22
+
7
23
  #### [v0.156.1](https://github.com/nyaruka/temba-components/compare/v0.156.0...v0.156.1)
8
24
 
25
+ > 8 April 2026
26
+
9
27
  - Exclude .pnpm-store and dev dirs from npm package [`d6df2b9`](https://github.com/nyaruka/temba-components/commit/d6df2b9c660211d63d31accd4bc9260af238a8da)
10
28
 
11
29
  #### [v0.156.0](https://github.com/nyaruka/temba-components/compare/v0.155.0...v0.156.0)