Skip to content

Releases: emqx/neuron-dashboard

Neuron Dashboard 2.4.9 Released

21 May 07:10
Compare
Choose a tag to compare

What's Changed

  • refactor(DynamicTable.vue): adapt Profinet IO by @oucb in #596

Full Changelog: 2.4.8...2.4.9

Neuron Dashboard 2.6.3 Released

01 Dec 07:34
Compare
Choose a tag to compare

What's Changed

  • refactor(useDriver.ts): adapt 'gewu' v2 by @oucb in #588
  • fix(useNodeConfig.ts): adapt to English language by @oucb in #589
  • fix(useNodeConfig.ts): clear validate after switch language by @oucb in #590

Full Changelog: 2.6.2...2.6.3

Neuron Dashboard 2.6.2 Released

01 Nov 09:08
Compare
Choose a tag to compare

What's Changed

  • refactor(useCheckLicense.ts): adapt license api by @oucb in #586
  • fix(useCheckLicense.ts): fix that display no content license tip by @oucb in #587

Full Changelog: 2.6.1...2.6.2

Neuron Dashboard 2.6.1 Released

10 Oct 09:08
4c02085
Compare
Choose a tag to compare

What's Changed

  • feat(Index.vue): could enable or disable debug log by @oucb in #584
  • refactor(License.vue): remove 'nodes' info by @oucb in #585

Full Changelog: 2.6.0...2.6.1

Neuron Dashboard 2.6.0 Released

15 Sep 09:49
Compare
Choose a tag to compare

What's Changed

  • feat(node config): support render array type data by @orangegzx in #377
  • feat(monitoring): search support memory funciton by @orangegzx in #379
  • feat(node): support jumping to the config page after created a node, and so on by @orangegzx in #378
  • fixed(styles): the sider bar doesn't have a scroll bar by @orangegzx in #380
  • refactor(node config): support jumping to the config page after created a node(#378) by @orangegzx in #382
  • refactor(plugin, node config):plugin description, schema field name and description, supported by the front end by @orangegzx in #381
  • fixed(tag): value is NaN when tag attribute is static and type is string by @orangegzx in #383
  • refactor(node config): modify some fileds i18n for schema(#381) by @orangegzx in #384
  • refactor(http): refactor catch error by @orangegzx in #385
  • fix(ci): fix ci issue by @ysfscream in #387
  • feat(ekuiper): upgrade ekuiper to version 1.9.2 by @orangegzx in #386
  • refactor(component): messageBox componentization, and unified style by @orangegzx in #388
  • Fixed(monitoring): there is data legacy in the search node or group name, after deleting the node, and so on. by @orangegzx in #390
  • Refactor(lang): reset default language to en by @orangegzx in #389
  • refactor(monitoring): handle error code 2003 & 2106 (node or group is not exist) #390 by @orangegzx in #391
  • fixed(node config): cannot submit when change SSL by @orangegzx in #392
  • refactor(lang): set default language to en when page 401 or 403. (#389) by @orangegzx in #393
  • revert(lang): set default language to en when logout.(#389, #393) by @orangegzx in #394
  • fixed(monitoring): node selector cannot automatically swith language by @orangegzx in #395
  • Feat(template): Added template management function. by @orangegzx in #396
  • refactor(http): error Only display error code and status code content by @orangegzx in #397
  • refactor(node tag): add error message, when the tag list form validate is error by @orangegzx in #398
  • Refactor(north group): check whether the topic contains wildcards #, +, when adding a subscription. by @orangegzx in #399
  • Fixed(lang): all form rules are defined using computed, void language switching failure by @orangegzx in #400
  • fixed(http): void timeout by @orangegzx in #401
  • Feat(template group): template support group function. by @orangegzx in #402
  • Feat(template tag): template support tag function by @orangegzx in #403
  • Feat(south): south devices can be created based on template by @orangegzx in #405
  • Fixed(south, template): when the decimal value of a tag is 0, does not display its value on the UI by @orangegzx in #409
  • Fixed(http): cancel all requesets when leaving the router, and not trigger error message by @orangegzx in #407
  • Feat(north, south): int type supports hexadecimal in the settings by @orangegzx in #412
  • Fixed(north): fixed the topic of mqtt by @orangegzx in #420
  • Revert(ekuiper): revert access to ekuiper by @orangegzx in #416
  • Feat(lang): support en version and zh-en version by @orangegzx in #418
  • Feat(north, south): support edit node name by @orangegzx in #423
  • Fixed(schema): fixed decimal regex by @orangegzx in #425
  • Fixed(schema): fixed the regex for string type, consider if the attibute is required by @orangegzx in #428
  • Revert(node config, plugin): plugin description, schema field name and description, supported by the front end.(#381, #384) by @orangegzx in #431
  • Refactor(monitoring): remove the label of the filter selectors, and add the specific placeholders by @orangegzx in #433
  • Feat(error code): add some error codes by @orangegzx in #438
  • Fixed(moniroting, node config): Hexadecimal support for uppercase(#411) by @orangegzx in #436
  • Feat(error code): add 1015, 2015 error code (#437) by @orangegzx in #442
  • Chore(build, ci): add CN version instead of ekuiper version by @orangegzx in #445
  • Fixed(monitoring, lang): localstorage storage nodeGroup data, and the lang reverts to the default lang by @orangegzx in #447
  • Feat(error code): add 2014 error code by @orangegzx in #449
  • Chore(build, ci): modify the default buildpack and buildpack name by @orangegzx in #451
  • Refactor(api): refactor the api params of south and template tags by @orangegzx in #453
  • Fixed(password、node): When the form is not filled and the language is switched, rule verification is triggered by @orangegzx in #459
  • Fixed(breamcrums): still take up space when breadcrumb are not shown by @orangegzx in #456
  • Style(*): refactoring style, reserved entry customization by @orangegzx in #455
  • Fixed(node): When the operation node takes the list again, the sorting is restored to the default by @orangegzx in #464
  • Fixed(node config): The problem of checking for value filling by @orangegzx in #463
  • Refactor(south group): refactor download template and export tags by a group by @orangegzx in #469
  • Feat(error code): add some error codes by @orangegzx in #473
  • Refactor(*): refactor the apis, to avoid triggering the same api multiple times by @orangegzx in #471
  • Refactor(south,north): refactor the use of composable functions to avoid triggering the same api multiple times when switching the card display. (#470) by @orangegzx in #475
  • Fixed(south, north): when switching the display mode, there is a problem with sorting data by @orangegzx in #477
  • FIxed(*): triggering validate form when swithing lang, and so on. by @orangegzx in #479
  • Fixed(login): reset default lang after big fresh on login page by @orangegzx in #482
  • Fixed(http): cancel api requests when login after leave login page by @orangegzx in #487
  • Feat(north group): ekuiper, websocket, sparkplugb plug-ins do not display topic info by @orangegzx in #492
  • Refactor(license): add loading by @orangegzx in #489
  • Feat(south group): support quick jump to data monitoring page from group list by @orangegzx in #494
  • Refactor(log): modify text to debug files by @orangegzx in #497
  • Feat(north group): the gewu plugin supports productKey param by @orangegzx in #503
  • Fixed(north group): fixed some problems about the productKey param(#503) by @orangegzx in #507
  • Refacrot(north group): modify ProductKey to productKey(#503) by @orangegzx in #512
  • Feat(south, north): statistics supports i18n by @orangegzx in #517
  • Feat(south group): group name support edit by @orangegzx in #519
  • Refactor(south, north): move the data statistic entry from more to the outer layer by @orangegzx in #521
  • Refactor(license): modify nodes usage to business node usage by @orangegzx in #533
  • Feat(north):...
Read more

Neuron Dashboard 2.6.0-beta6 Released

15 Sep 05:41
Compare
Choose a tag to compare
Pre-release

What's Changed

  • refactor(useSubscription.ts): only check device name by @oucb in #583

Full Changelog: 2.6.0-beta5...2.6.0-beta6

Neuron Dashboard 2.6.0-beta5 Released

14 Sep 05:44
Compare
Choose a tag to compare
Pre-release

What's Changed

  • fix(useSubscription.ts): name can only contain numbers and letters by @oucb in #582

Full Changelog: 2.6.0-beta4...2.6.0-beta5

Neuron Dashboard 2.6.0-beta4 Released

12 Sep 07:19
Compare
Choose a tag to compare
Pre-release

What's Changed

  • fix(useCheckLicense.ts): fix that can't display license tips when use… by @oucb in #581

New Contributors

  • @oucb made their first contribution in #581

Full Changelog: 2.6.0-beta3...2.6.0-beta4

Neuron Dashboard 2.6.0-beta3 Released

11 Sep 03:07
Compare
Choose a tag to compare
fixed(south, template): add validate for tags excel when import tags …

Neuron Dashboard 2.6.0-beta2 Released

06 Sep 03:55
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Refactor(license): modify error message when upload License failed by @orangegzx in #568
  • Refactor(node statistics): modify statistics icon by @orangegzx in #566
  • Feat(node statistic): statistic support i18n (#517) by @orangegzx in #564
  • Refactor(north group): rename gewu plugin name (#536) by @orangegzx in #570
  • Feat(north group): mqtt and gewu plugin support edit group by @orangegzx in #572

Full Changelog: 2.6.0-beta1...2.6.0-beta2