Skip to content

Latest commit

 

History

History
252 lines (173 loc) · 25.7 KB

CHANGELOG.md

File metadata and controls

252 lines (173 loc) · 25.7 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.7.0 (2021-08-31)

Features

  • Logging: show validation issues in a seperate diagnostics pane (#286) (f90039a)
  • make all fonts available offline (#294) (ee932a3)
  • filtered-list: select only visible items on checkAll (#288) (db49745)
  • gsecontrol: edit GSEControl and its referenced elements (#278) (b5b39c4)
  • templates: add val manipulation capability (#275) (259ce39)

Bug Fixes

  • ied-editor: add tooltip with full IED name (#291) (3ed474a)
  • package: copy .nojekyll to build dir (3bf9a3f)

0.6.0 (2021-07-30)

Features

  • communicationmapping: move to ied-editor (#270) (d427ca4)
  • zeroline-pane: add combined Substation and IED overview (#251) (21ab8ce)

Bug Fixes

  • logging: remove superfluous invisible reset filter (#266) (b6294ef)
  • package: sync package-lock.json (4394ef2)
  • plugging: fix plugin auto-update (#253) (#264) (79abfbe)
  • templates: add missing SwTyp and fix wrong cdc (#263) (071add9)
  • validatetemplates: don't require "Oper" if ctlModel=status-only (#269) (2cef3d7)

0.5.0 (2021-07-17)

Features

  • help: integrate user manual (#249) (e5f4470)
  • templates/lnodetype-wizards: add helper wizard for missing lnClass in templates (#241) (07c8b3e)
  • wizard-select: add nullable mwc-select web-component (#250) (f118779)

Bug Fixes

  • help: get version info from manifest.js (35846aa)
  • substation/lnodewizard: localize LNode changes (#245) (2a09fe0)

0.4.1 (2021-07-02)

Bug Fixes

  • help: wrong plugin name in plugin.js for help (7301d28)

0.4.0 (2021-07-02)

NB for plugin developers:

  • All menu item plugins in public/js/plugins.js are now listed under kind: 'menu' with a position: 'top' | 'middle' | 'bottom' determining positioning in the menu and requireDoc: boolean indicating whether the plugin requires a doc to be loaded in order to be clickable.
  • All menu item and validator plugins now use the unified method signature run(): Promise<void> to be triggered.

Features

  • editors/templates/lnodetype-wizards: add basic lnodetype manipulation capabilities (#213) (48a3753)
  • validators/validatetemplates: add validation based on NSD files (#229) (4397f9e)
  • wizard-dialog: add code editor to wizards (#233) (78cc0b6)

Bug Fixes

  • templates: adjustwidth setting to better fit to small portable devices (#236) (df60ca7)
  • wizard-dialog: remove button actions only after action was successful (#231) (ba7cb33)

0.3.0 (2021-06-11)

Features

  • editors/templates: add read-only DOType section (#208) (75cfbdf)
  • templates: add DAType basic manipulation capability (#201) (f75dd55)

Bug Fixes

  • lit-element: return to last working version (3c3e084)
  • package: fix typescript version (e6771c2)
  • package-lock: downgrade typescript (3441cad)
  • pluggin: add missing import ied plugin in the plugins.js (27d35f0)
  • snowpack: return to last working version (3fcd2b4)

0.2.0 (2021-05-14)

Features

  • importied: allow import TEMPLATE IED (0b017b1)
  • importied: move from mixin to plugin (92c966e)
  • importing: add communication section elements as well (b419725)
  • importing: allow multiple file import (38fa1d2)
  • importing: generate reference automatically (d6b11c8)
  • plugin: reload official plugins without reset (#196) (dd9c8d5)
  • subscriberinfo: sampledvaluecontrol included, edition1 difference acknowledged (#192) (7b6e363)

Bug Fixes

  • integrate getReference to follow the element order as defined in the schema (#197) (a8c46da)
  • communicationmappings: remove leftover console.warn (c210bfc)
  • importing: make sure id references are correct (7bd9808)

0.1.0 (2021-04-30)

Features

  • communication-editor: show all connected ap within ied (#189) (6bb9815)
  • filtered-list: add check all to filtered-list (#187) (d630a57)
  • foundation: getreference function (#180) (19680cc)
  • logging: show snackbars on info and warning (#186) (dc6081b)

Bug Fixes

  • communicationmapping: ClientLN handling for LNs reside in AccessPoint (#173) (0fce19e)
  • logging: respect mwc snackbar minimum timeout (1fbbd93)
  • open-scd: fix createNewProject for Edition 2 (#188) (ab786a0)

0.0.4 (2021-04-12)

Features

  • comm-mapping: add commMappingWizard and cbConectionWizard (fa48b7f)
  • communication-mapping: add commication mapping plugin (11b0d23)
  • communicationmapping: add Connection filter function (ad80859)
  • communicationmapping: add getDataConnection function that allows filter for connections between FCDA and ExtRef element (04a26cf)
  • communicationmapping: create control block connections with clientln (0cf0611)
  • filtered-list: initial commit (4d871ed)
  • foundation: add getDataSink function returning array of ExtRefs connected to FCDA (4e1440e)
  • foundation: add isEqual function (54dfe5d)
  • foundation: add isIdentical function to identify Elements (7dc494b)
  • icons: add goose, report and smv service icons (87b25f9)
  • icons: add iccons for communication mapping (50b0e30)
  • merge-plugin: add general functionality to merge two SCL files (610ec18), closes #156 #156 #168
  • trigger/communicationmapping: use identities instead of stringyfied values (79e08e1)
  • triggered/communication-mapping: IEDName handling on ExtRef disconnection (06261bb)
  • triggered/communicationmapping: add clientlnwizard (4b02df5)
  • triggered/merge: add merge plugin (#156) (15122e6)
  • updatesubstation: add special merge functionality for substation section (#168) (413ae0e)
  • wizards: initial merge wizard suggestion (#156) (0f1d923)
  • wizards/merge: add 'value' merging option (4dabfd7)
  • wizards/merge: add default selected option (ae09a53)

Bug Fixes

  • foundation: adopt identities in isSame and isEqual (21238b5)
  • foundation: fix lNSelector (491fd52)
  • translation: minor imporvements (055450a)
  • triggered/communicationmapping: fix foldered naming and import statements (901c44d)
  • triggered/mergeplugin: use correct parent when attributes and children triggered at once (272b60b)
  • wizard-dialog,plugs.json,wizards.ts: rebase on main was not correct (65f34ad)
  • wizards: use new identities in mergeWizard (21169e5)
  • wizards/merge: show 'merge value' option only when needed (1c67db2)

0.0.3 (2021-03-19)

Bug Fixes

  • allow re-opening the same file again (#7) (#160) (8b57883)
  • editors/substation: remove horizontal scroll bar on overflow (#159) (#161) (4723bcd)

0.0.2 (2021-03-05)

Features

  • logging: add buttons to filter log messages by kind (#136) (f354e1e)
  • add extension manager (#124) (7264148)
  • defaults/template: add all enumerations defined in 7-3 and 7-4 (df27785)
  • editors/templates: add enum editor (fe3887e)
  • editors/templates: add some default EnumTypes (acad00b)
  • editors/templates/enum: add EnumVal editor (a165df1)
  • editors/templates/enum: add remove functionality (bdd3962)
  • package: add build task without tests (00fb203)
  • package: add manual test option (d47e82e)
  • package: allow manual browser choice in test:watch (e9e61a4)
  • package: generate coverage during test:watch (d7bfd08)
  • scl-transformation: automatic IEDName subscriber auto-complete (#126) (9875644)
  • wizarding: update wizard-dialog on editor-action (47d262c)

Bug Fixes

  • editing: fix empty array check (5058052)
  • editing: stop logging failed actions (611d29f)
  • editors/communication: update to new WizardAction API (300f9ac)
  • editors/styling: add abbrevaition style (#138) (377f389)
  • editors/subnetwork: update to new WizardAction API (9490129)
  • editors/substation/conducting-equipment: overlapping icon buttons (#140) (1d2f301)
  • editors/templates: add missing translations (f005e1a)
  • editors/templates: decouple foundation from substation editor (6948d2c)
  • editors/templates/enum: add updateIDNamingAction to editor foundation (3a30d86)
  • editors/templates/enum: fix names and translations (3f54a72)
  • editors/templates/enum-type: remove debug logging statements (fb09f73)
  • editors/templates/enum-val: harden Actions against empty ord (86c5de9)
  • json/plugins: correct SubscriberInfo plugin path (c1ee2a0)
  • lnodewizard: client lns saved with empty string instead of Client LN (#131) (85059ff)
  • logging: do not log results of long running processes twice (#137) (0239760)
  • open-scd: move service worker registration to index.html (1e1254f)
  • templates.scd: remove superfluous standalone (6ce1e42)
  • translations: add enum-editor translations (b61648e)
  • validating: remove karma testing hack (c9c62b0)
  • validating,schemas: fix schema selection logic (c9d4e2e)
  • wizard-dialog: reset pageIndex on updated wizard (2658c09)
  • wizard-dialog: show new dialog on wizard change (fdbe081)

0.0.1 (2021-02-19)

Features

  • logging: add tooltip to make long string readable (#85) (34ed4b4)
  • open-scd: activate 'validate' button (9e16d81)
  • open-scd: add project handling including landing dialog (5776cfa)
  • open-scd: add project handling including landing dialog (#73) (0c9a12b), closes #74
  • open-scd: add save functionality (#54) (bb9a967)
  • open-scd: remove landing dialog around buttons (#74) (628d825)
  • schemas: add schemas for editor1 and edition 2.1 (#71) (0d6f2d3)
  • substation/editors: add tooltip to header icon buttons (#69) (bf7931c)

Bug Fixes

  • conducting-equipment-editor: center name the conducting equipment (#63) (8fddba2)
  • conducting-equipment-editor: type select field shows all choices (#65) (1e2f04b)
  • editors/substation: pass correct reference in Delete Action (0540a93)
  • laclization: fix spelling error in en.ts (a666a6d)
  • lnodewizard: add info if no IEDs loaded to the project (f6ba177)
  • open-scd: adjust spacing and styling (928de3c)
  • open-scd: fix radio list item alignment (bb6b23d)
  • open-scd: improve start page layout (3301dde)
  • substaiton/editors: delete tailingIcon from desc and name textfield (#66) (8f48a85)
  • substation/editors: desc textfield default empty string (#64) (d5d2973)
  • themes: add list-item text colors (#122) (fbcf6d3), closes #80
  • wizard-textfield: reset custom validity (#48) (f6fdc48)