@nyaruka/temba-components 0.25.1 → 0.25.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 +6 -0
- package/dist/56e0e480.js +356 -0
- package/dist/index.js +1 -1
- 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/options/Options.js +5 -1
- package/out-tsc/src/options/Options.js.map +1 -1
- package/package.json +1 -1
- package/src/options/Options.ts +5 -1
- package/dist/a29f77aa.js +0 -356
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,12 @@ 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.25.2](https://github.com/nyaruka/temba-components/compare/v0.25.1...v0.25.2)
|
|
8
|
+
|
|
9
|
+
> 5 February 2022
|
|
10
|
+
|
|
11
|
+
- Capture mouse down on option scroll [`2767d53`](https://github.com/nyaruka/temba-components/commit/2767d534267d810cd6cc1ed4ab7b1268c1eb2c47)
|
|
12
|
+
|
|
7
13
|
#### [v0.25.1](https://github.com/nyaruka/temba-components/compare/v0.25.0...v0.25.1)
|
|
8
14
|
|
|
9
15
|
> 4 February 2022
|