@nyaruka/temba-components 0.25.2 → 0.26.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 +11 -0
- package/demo/index.html +1 -0
- package/dist/b5b37a88.js +1 -0
- package/dist/index.js +1 -356
- 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/aliaseditor/AliasEditor.js +1 -2
- package/out-tsc/src/aliaseditor/AliasEditor.js.map +1 -1
- package/out-tsc/src/list/TembaMenu.js +76 -22
- package/out-tsc/src/list/TembaMenu.js.map +1 -1
- package/out-tsc/src/vectoricon/VectorIcon.js +6 -1
- package/out-tsc/src/vectoricon/VectorIcon.js.map +1 -1
- package/package.json +2 -2
- package/src/aliaseditor/AliasEditor.ts +1 -2
- package/src/list/TembaMenu.ts +82 -22
- package/src/vectoricon/VectorIcon.ts +6 -1
- package/web-test-runner.config.mjs +127 -117
- package/dist/56e0e480.js +0 -356
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,16 @@ 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.26.0](https://github.com/nyaruka/temba-components/compare/v0.25.2...v0.26.0)
|
|
8
|
+
|
|
9
|
+
> 4 March 2022
|
|
10
|
+
|
|
11
|
+
- Bump marked from 0.7.0 to 4.0.10 [`#147`](https://github.com/nyaruka/temba-components/pull/147)
|
|
12
|
+
- Bump node-fetch from 2.6.1 to 2.6.7 [`#149`](https://github.com/nyaruka/temba-components/pull/149)
|
|
13
|
+
- Bump prismjs from 1.25.0 to 1.27.0 [`#153`](https://github.com/nyaruka/temba-components/pull/153)
|
|
14
|
+
- Menu buttons [`#154`](https://github.com/nyaruka/temba-components/pull/154)
|
|
15
|
+
- Add buttons to TembaMenu. Prefix for VectorIcon. [`f71c5ff`](https://github.com/nyaruka/temba-components/commit/f71c5ffa1a7f93614df15f72d058df4d877b733f)
|
|
16
|
+
|
|
7
17
|
#### [v0.25.2](https://github.com/nyaruka/temba-components/compare/v0.25.1...v0.25.2)
|
|
8
18
|
|
|
9
19
|
> 5 February 2022
|
|
@@ -16,6 +26,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
|
16
26
|
|
|
17
27
|
- Hold focus on options until mouse up [`#151`](https://github.com/nyaruka/temba-components/pull/151)
|
|
18
28
|
- Select format [`#150`](https://github.com/nyaruka/temba-components/pull/150)
|
|
29
|
+
- Add simple collapse to menu [`d12448e`](https://github.com/nyaruka/temba-components/commit/d12448e7158e75502c8400cc03e017c9a206dbe3)
|
|
19
30
|
- Pixel pushing on the select widget [`fb57486`](https://github.com/nyaruka/temba-components/commit/fb57486cc65e682809968815420fd717bd1489bc)
|
|
20
31
|
- Update screenshots [`c2b4223`](https://github.com/nyaruka/temba-components/commit/c2b4223d286531797315309323f2f67a7858751b)
|
|
21
32
|
|