@nyaruka/temba-components 0.28.1 → 0.29.0
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 +19 -0
- package/dist/{fb69708c.js → 64e63814.js} +9 -4
- package/dist/index.js +9 -4
- package/dist/sw.js +1 -1
- package/dist/sw.js.map +1 -1
- package/dist/templates/components-body.html +1 -1
- package/dist/templates/components-head.html +1 -1
- package/out-tsc/src/list/TembaMenu.js +7 -3
- package/out-tsc/src/list/TembaMenu.js.map +1 -1
- package/out-tsc/src/store/Store.js +4 -1
- package/out-tsc/src/store/Store.js.map +1 -1
- package/out-tsc/test/temba-store.test.js +5 -0
- package/out-tsc/test/temba-store.test.js.map +1 -1
- package/package.json +1 -1
- package/src/list/TembaMenu.ts +7 -4
- package/src/store/Store.ts +17 -1
- package/test/temba-store.test.ts +6 -0
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,25 @@ 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.29.0](https://github.com/nyaruka/temba-components/compare/v0.28.3...v0.29.0)
|
|
8
|
+
|
|
9
|
+
> 13 July 2022
|
|
10
|
+
|
|
11
|
+
- Expose postUrl on temba-store for use in pages [`#182`](https://github.com/nyaruka/temba-components/pull/182)
|
|
12
|
+
- Add postUrl test [`4402616`](https://github.com/nyaruka/temba-components/commit/44026160722d053b69284aeefb7aaf9eefe63bcb)
|
|
13
|
+
|
|
14
|
+
#### [v0.28.3](https://github.com/nyaruka/temba-components/compare/v0.28.2...v0.28.3)
|
|
15
|
+
|
|
16
|
+
> 11 July 2022
|
|
17
|
+
|
|
18
|
+
- Remove console [`e5a9749`](https://github.com/nyaruka/temba-components/commit/e5a9749347e8ac0c720985ebf5e0a1eaf246d35d)
|
|
19
|
+
|
|
20
|
+
#### [v0.28.2](https://github.com/nyaruka/temba-components/compare/v0.28.1...v0.28.2)
|
|
21
|
+
|
|
22
|
+
> 8 July 2022
|
|
23
|
+
|
|
24
|
+
- Tweak menu collapse to hide buttons [`53dc8a8`](https://github.com/nyaruka/temba-components/commit/53dc8a82c92ef6e9ef3ef1fd57242a0bf80a61c0)
|
|
25
|
+
|
|
7
26
|
#### [v0.28.1](https://github.com/nyaruka/temba-components/compare/v0.28.0...v0.28.1)
|
|
8
27
|
|
|
9
28
|
> 8 July 2022
|