@nyaruka/temba-components 0.31.8 → 0.31.9
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 +6 -0
- package/dist/{41f084a5.js → 4be064bd.js} +16 -15
- package/dist/index.js +16 -15
- 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 +3 -0
- package/out-tsc/src/list/TembaMenu.js.map +1 -1
- package/out-tsc/src/options/Options.js +14 -2
- package/out-tsc/src/options/Options.js.map +1 -1
- package/out-tsc/src/select/Select.js +9 -2
- package/out-tsc/src/select/Select.js.map +1 -1
- package/out-tsc/src/store/Store.js +4 -1
- package/out-tsc/src/store/Store.js.map +1 -1
- package/package.json +1 -1
- package/src/list/TembaMenu.ts +4 -0
- package/src/options/Options.ts +15 -2
- package/src/select/Select.ts +9 -2
- package/src/store/Store.ts +5 -1
- package/static/css/temba-components.css +5 -2
package/CHANGELOG.md
CHANGED
|
@@ -4,8 +4,14 @@ 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.31.9](https://github.com/nyaruka/temba-components/compare/v0.31.8...v0.31.9)
|
|
8
|
+
|
|
9
|
+
- Options for width and anchor point for Options [`#201`](https://github.com/nyaruka/temba-components/pull/201)
|
|
10
|
+
|
|
7
11
|
#### [v0.31.8](https://github.com/nyaruka/temba-components/compare/v0.31.7...v0.31.8)
|
|
8
12
|
|
|
13
|
+
> 30 August 2022
|
|
14
|
+
|
|
9
15
|
- Allow scheme for temba-urn [`#200`](https://github.com/nyaruka/temba-components/pull/200)
|
|
10
16
|
|
|
11
17
|
#### [v0.31.7](https://github.com/nyaruka/temba-components/compare/v0.31.6...v0.31.7)
|