|
1 | 1 | { |
2 | 2 | "common": { |
3 | 3 | "name": "vis", |
4 | | - "version": "1.4.11", |
| 4 | + "version": "1.4.12", |
5 | 5 | "news": { |
| 6 | + "1.4.12": { |
| 7 | + "en": "Fixed bug with the export of specific widgets", |
| 8 | + "de": "Fehler beim Export bestimmter Widgets behoben", |
| 9 | + "ru": "Исправлена ошибка с экспортом определенных виджетов", |
| 10 | + "pt": "Corrigido bug com a exportação de widgets específicos", |
| 11 | + "nl": "Bug opgelost met het exporteren van specifieke widgets", |
| 12 | + "fr": "Correction d'un bug avec l'export de widgets spécifiques", |
| 13 | + "it": "Risolto bug con l'esportazione di widget specifici", |
| 14 | + "es": "Error solucionado con la exportación de widgets específicos.", |
| 15 | + "pl": "Naprawiono błąd z eksportem określonych widżetów", |
| 16 | + "zh-cn": "修复了导出特定小部件的错误" |
| 17 | + }, |
6 | 18 | "1.4.11": { |
7 | 19 | "en": "Removed ES6 commands to be supported by older browsers\nFixed problem with update of grouped widgets\nAdded web manifest to be able to handle vis as the web app", |
8 | 20 | "de": "Entfernte ES6-Befehle, die von älteren Browsern unterstützt werden sollen\nProblem mit der Aktualisierung von gruppierten Widgets behoben\nWeb-Manifest hinzugefügt, um vis als Web-App handhaben zu können", |
|
74 | 86 | "es": "Se permite tener \":\" en los ID de objeto de vinculación", |
75 | 87 | "pl": "Dozwolone mieć \":\" w powiązanych identyfikatorach obiektów", |
76 | 88 | "zh-cn": "允许在绑定对象 ID 中包含“:”" |
77 | | - }, |
78 | | - "1.4.3": { |
79 | | - "en": "Added possibility to check license offline (only special once)", |
80 | | - "de": "Möglichkeit zur Offline-Lizenzprüfung hinzugefügt (nur einmalig)", |
81 | | - "ru": "Добавлена возможность проверить лицензию в автономном режиме (только один раз)", |
82 | | - "pt": "Adicionada a possibilidade de verificar a licença offline (especial apenas uma vez)", |
83 | | - "nl": "Mogelijkheid toegevoegd om licentie offline te controleren (slechts één keer speciaal)", |
84 | | - "fr": "Ajout de la possibilité de vérifier la licence hors ligne (une seule fois spéciale)", |
85 | | - "it": "Aggiunta la possibilità di controllare la licenza offline (speciale solo una volta)", |
86 | | - "es": "Se agregó la posibilidad de verificar la licencia fuera de línea (solo especial una vez)", |
87 | | - "pl": "Dodano możliwość sprawdzenia licencji offline (tylko raz)", |
88 | | - "zh-cn": "添加了离线检查许可证的可能性(仅特殊一次)" |
89 | 89 | } |
90 | 90 | }, |
91 | 91 | "title": "Visualisation", |
|
134 | 134 | }, |
135 | 135 | "license": "CC-BY-NC-4.0", |
136 | 136 | "dependencies": [ |
137 | | - {"web": ">=3.0.12"}, |
138 | | - {"js-controller": ">=2.0.0"} |
| 137 | + { |
| 138 | + "web": ">=3.0.12" |
| 139 | + }, |
| 140 | + { |
| 141 | + "js-controller": ">=2.0.0" |
| 142 | + } |
139 | 143 | ], |
140 | 144 | "restartAdapters": [ |
141 | 145 | "vis" |
|
0 commit comments