Skip to content

Releases: equinor/dm-core-packages

dm-core-plugins: v1.2.0

10 Jul 12:16
Compare
Choose a tag to compare

1.2.0 (2023-07-10)

Features

  • ability to add custom viewrecipe in table expandable row (aa00d77)
  • replace form config order with fields (fb5b40f)

Bug Fixes

  • handle relative reference in form (7aab5e6)
  • rename plugin to uiRecipe in widget types (687a73f)
  • rename rest of generic list (3083584)
  • rename to view_selector (6dbff29)
  • wrong title in button tooltip (8089ed7)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @development-framework/dm-core bumped from ^1.1.2 to ^1.2.0

dm-core: v1.1.2

30 Jun 06:50
Compare
Choose a tag to compare

1.1.2 (2023-06-30)

Bug Fixes

  • use new dmss API in dm-core and dm-core-packages (94247ff)

dm-core-plugins: v1.1.2

30 Jun 06:50
Compare
Choose a tag to compare

1.1.2 (2023-06-30)

Bug Fixes

  • use new dmss API in dm-core and dm-core-packages (94247ff)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @development-framework/dm-core bumped from ^1.1.1 to ^1.1.2

dm-core: v1.1.1

29 Jun 12:53
Compare
Choose a tag to compare

1.1.1 (2023-06-29)

Bug Fixes

  • bug with opening lists in tree (5a7a13b)

dm-core: v1.1.0

29 Jun 12:20
Compare
Choose a tag to compare

1.1.0 (2023-06-29)

Features

  • accept rootId param in addView function (858fff5)
  • add 'initialRecipeSelector' and SidebarRecipeSelector (53ce741)
  • add form plugin (9243089)
  • add pagination component to dm-core (aa08e26)
  • add view creator component (4935eb9)
  • attribute-selector: configure content with ViewConfigs (779c609)
  • export global css file for use in external projects (548e510)
  • generic entity viewer (87e97bb)
  • generic-list: added generic list plugin (121e070)
  • generic-list: remove and add items (b58a45c)
  • generic-list: support view concept (20be9b2)
  • grid: add support for nested scope path (4240c06)
  • implementation of yarn workspaces and fix node_modules bugs (5f72fb6)
  • introduce Stack component (flexbox) for spacing of elements (bcd53c3)
  • make EntityPickerButton able to pick reference to entity (5ba00bd)
  • object-table: editable and viewmode for table of objects (8c62d06)
  • playwright node (3d73924)
  • support files (9b8b3d3)
  • UiRecipeSelector: support view concept (9ebc973)
  • update useBlueprint with new response layout (c00c993)
  • use recipe hook (ce77576)
  • useJob hook (3fd23d2)
  • ViewCreator: update to handle views with no recipe (69587d2)

Bug Fixes

  • add protocol when adding entity (5a47169)
  • add type for exported plugins from applications (5f3b9bc)
  • add type to document in useDocument (356ddf8)
  • avoid eslint failure (9153d02)
  • better error handing in attribute selector (457c73f)
  • blueprint: bad main file for blueprint plugin (d39d8a0)
  • bugs with tree (c2b2623)
  • content of sidebar now fills available space (fa06164)
  • core: add the config attribute to UiRecipe (a240472)
  • core: create blueprint with name (13e64df)
  • core: update on changed DMSS api (cbf2d41)
  • core: wrong path for blueprint enums (ff50fb5)
  • export useDataSources (152df9b)
  • export useLocalStorage (3928414)
  • export useSearch hook (009825d)
  • find recipe after loading finished (ffdb287)
  • form: fix a bug where form continued with bad state (effb475)
  • grid: pass type to grid elements (12777ee)
  • handle entity name when using DMSS' instantiateEntity endpoint in newEntityButton (c932c11)
  • handle scope with more than 1 level (e4a1ede)
  • import in example app (5a47169)
  • include initialRecipe for name search. New list query syntax (7140912)
  • loading bug in tree (14b562f)
  • remove UiRecipesSideBarSelector and RecipeSelector (replaced with attribute-selector plugin) (a52cd10)
  • remove unused dependencies in explorer package (5a47169)
  • scope with index to item in array (f3d3c61)
  • styling of popup in explorer context menu and formatting (5a47169)
  • tests (b5c4bbf)
  • ts errors with latest core version (251aff3)
  • ui plugin switching in tree not working (5a47169)
  • update API calls to dmss api (c714d0a)
  • update hardcoded types used (cb54287)
  • update TPlugin type (ad7302e)
  • update tree on context menu delete action (5a47169)
  • use correct DMSS url (e6eeaeb)
  • view-creator: update onOpen type, optional type, etc. (3eb2d60)
  • ViewCreator: get type and dimensions from blueprints (c2dc6de)
  • wrong blueprint key used in TreeNode (b63593f)

dm-core-plugins: v1.1.1

29 Jun 12:53
Compare
Choose a tag to compare

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @development-framework/dm-core bumped from ^1.1.0 to ^1.1.1

dm-core-plugins: v1.1.0

29 Jun 12:20
Compare
Choose a tag to compare

1.1.0 (2023-06-29)

Features

  • accept rootId param in addView function (858fff5)
  • add grid plugin (457ae72)
  • add option to hide attributes in attribute selector plugin (1d1989c)
  • add support for grid gap config (ce38e97)
  • attribute-selector: configure content with ViewConfigs (779c609)
  • combined view for close button and tab it belongs to (3bba386)
  • display EDS icon for tabs selector in attribute-selector plugin (ea54c46)
  • enable custom form widgets (#275) (4b8a22b)
  • generic-list: added generic list plugin (121e070)
  • generic-list: remove and add items (b58a45c)
  • generic-list: reorder items in list (987fd08)
  • generic-list: support for pagination (f522e7a)
  • generic-list: support view concept (20be9b2)
  • implementation of yarn workspaces and fix node_modules bugs (5f72fb6)
  • make tabs closeable + eds switch (2d7db7d)
  • object-table: editable and viewmode for table of objects (8c62d06)
  • playwright node (3d73924)
  • rework generic-list plugin to cover 'collapsible object table' needs (691057b)
  • select next, previous then self on view/tab close (8ad3c77)
  • support files (9b8b3d3)
  • UiRecipeSelector: support view concept (9ebc973)

Bug Fixes

  • add all EDS icons to attribute-selector (3493a4a)
  • add back readme to tabs plugin and update other readmes (b9e6d08)
  • add key to AppBox (6a413f9)
  • add missing widget attribute to form Field (ce585cf)
  • add more props to TextField component in TextWidget (98d00ee)
  • add type to dependencies (0500638)
  • allow no config for header plugin (bf296ac)
  • attribute path should not be included all times (38e4454)
  • avoid eslint failure (9153d02)
  • avoid recursion on default attribute-selector config (aa38b09)
  • better error handing in attribute selector (457c73f)
  • bug in form plugin (f8ae823)
  • bug when opening unsaved table row (3094c3d)
  • bug when saving optional value in form plugin (a5b9607)
  • bugs in generic list plugin (a3559c8)
  • bugs with tree (c2b2623)
  • change overflow in explorer plugin from scroll to auto (79a8a33)
  • content of sidebar now fills available space (fa06164)
  • dependency issues and typo (e7aaf14)
  • dependency issues that cause tests to fail (5cd4060)
  • dependency issues that cause tests to fail (0c64ab3)
  • dependency issues that cause tests to fail (4b1171d)
  • form plugin bug with uncontained attribute (f897975)
  • form: dont set 'namePath' on root (9290093)
  • form: fix a bug where form continued with bad state (effb475)
  • grid: pass type to grid elements (12777ee)
  • header: pass recipe config to header children (9fad9ef)
  • hot: duplicate command entry in plugins package json (f3bd581)
  • include initialRecipe for name search. New list query syntax (7140912)
  • include json file in built dm-core-plugins package (8a3319b)
  • index is not set correctly (ecd0640)
  • loading bug in tree (14b562f)
  • make tree view and right window in explorer plugin scrollable (2e49785)
  • minor misses in merging and items is type array (2bde93b)
  • modeling issues and error handling in GenericTablePlugin.tsx (5446bac)
  • onOpen: make it possible to open complex attributes in 'AttributeSelector' (0992c32)
  • remove type as input (4b91e26)
  • rename default-preview plugin to json (feca7c7)
  • tab label priority. label -> name -> attribute (a53f89e)
  • tests (b5c4bbf)
  • ts errors with latest core version (251aff3)
  • type error for form plugin (89d7819)
  • types in explorer and form component (50962fa)
  • update API calls to dmss api (c714d0a)
  • update example readme and delete node_modules in 'build-all'-command (d51b220)
  • ViewCreator: get type and dimensions from blueprints ([c2dc6de](https://github....
Read more

Test uploading npm package tar balll

30 Sep 07:27
Compare
Choose a tag to compare
Pre-release

This is a test