@nyaruka/temba-components 0.99.0 → 0.101.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.
@@ -1,31 +1,29 @@
1
1
  {
2
- "name": "temba-components",
3
- "build": {
4
- "dockerfile": "Dockerfile"
5
- },
6
- "features": {},
7
- "forwardPorts": [
8
- 3010
9
- ],
10
- "runArgs": [
11
- "--name=dev-components",
12
- "--network=textit_default",
13
- "--hostname=temba-components"
14
- ],
15
- "remoteUser": "node",
16
- "postCreateCommand": "sudo chown -R node /workspaces/temba-components/static/svg && sudo chown node /workspaces/temba-components && sudo chown node /workspaces/temba-components/screenshots && yarn install",
17
- "customizations": {
18
- "vscode": {
19
- "extensions": [
20
- "lfs.vscode-emacs-friendly"
21
- ],
22
- "settings": {
23
- "terminal.integrated.defaultProfile.linux": "zsh",
24
- "editor.formatOnSave": true,
25
- "editor.rulers": [
26
- 120
27
- ]
28
- }
29
- }
30
- }
31
- }
2
+ "name": "temba-components",
3
+ "build": {
4
+ "dockerfile": "Dockerfile"
5
+ },
6
+ "features": {},
7
+ "forwardPorts": [3010],
8
+ "runArgs": [
9
+ "--name=dev-components",
10
+ "--network=textit_default",
11
+ "--hostname=temba-components"
12
+ ],
13
+ "remoteUser": "node",
14
+ "postCreateCommand": "sudo chown -R node /workspaces/temba-components/static/svg && sudo chown node /workspaces/temba-components && sudo chown node /workspaces/temba-components/screenshots && yarn install",
15
+ "customizations": {
16
+ "vscode": {
17
+ "extensions": ["esbenp.prettier-vscode", "lfs.vscode-emacs-friendly"],
18
+ "settings": {
19
+ "terminal.integrated.defaultProfile.linux": "zsh",
20
+ "editor.formatOnSave": true,
21
+ "editor.rulers": [120],
22
+ "prettier": {
23
+ "configPath": "/workspaces/temba-components/.prettierrc",
24
+ "documentSelectors": ["*.{ts,js}"]
25
+ }
26
+ }
27
+ }
28
+ }
29
+ }
package/CHANGELOG.md CHANGED
@@ -4,8 +4,23 @@ 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.101.0](https://github.com/nyaruka/temba-components/compare/v0.100.0...v0.101.0)
8
+
9
+ - Switch template field initialization to updated() [`9701746`](https://github.com/nyaruka/temba-components/commit/97017460746df49432b630c803aa14d120da9004)
10
+
11
+ #### [v0.100.0](https://github.com/nyaruka/temba-components/compare/v0.99.0...v0.100.0)
12
+
13
+ > 17 July 2024
14
+
15
+ - Template attachment variables [`#444`](https://github.com/nyaruka/temba-components/pull/444)
16
+ - Allow text urls for template attachments [`7df73ad`](https://github.com/nyaruka/temba-components/commit/7df73ade272825fbd93a178d4b85a904c8cab359)
17
+ - Show thumbnail based on the attachment type [`a5ee94e`](https://github.com/nyaruka/temba-components/commit/a5ee94e0a0bcc0c06a4edffc625aeaf41e718174)
18
+ - Remove unused icon [`649a062`](https://github.com/nyaruka/temba-components/commit/649a0625458b1ace90d0390a19ccf28a2f728e89)
19
+
7
20
  #### [v0.99.0](https://github.com/nyaruka/temba-components/compare/v0.98.0...v0.99.0)
8
21
 
22
+ > 16 July 2024
23
+
9
24
  - Allow broadcast queries to proceed [`#443`](https://github.com/nyaruka/temba-components/pull/443)
10
25
  - Bump braces from 3.0.2 to 3.0.3 [`#434`](https://github.com/nyaruka/temba-components/pull/434)
11
26
  - Ensure query is run on advanced edit [`1b22978`](https://github.com/nyaruka/temba-components/commit/1b22978f11319ba7983cb91c2f3a1542f2dd451f)