Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and ingeridhellen committed Jun 29, 2023
1 parent ca1e765 commit e99f704
Show file tree
Hide file tree
Showing 5 changed files with 161 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
{"packages/dm-core":"1.1.0","packages/dm-core-plugins":"1.1.0"}
85 changes: 85 additions & 0 deletions packages/dm-core-plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
# Changelog

## 1.1.0 (2023-06-29)


### Features

* accept rootId param in addView function ([858fff5](https://github.com/equinor/dm-core-packages/commit/858fff571d5c7a40bf98038944b6cead1a42f8be))
* add grid plugin ([457ae72](https://github.com/equinor/dm-core-packages/commit/457ae72582e29911332ec2eeb2319b7070f97b3b))
* add option to hide attributes in attribute selector plugin ([1d1989c](https://github.com/equinor/dm-core-packages/commit/1d1989c0f08634d46aede2d8d890ff3c8135c3b1))
* add support for grid gap config ([ce38e97](https://github.com/equinor/dm-core-packages/commit/ce38e97c0aa0e30b5626bb5ac27b777b291668dd))
* **attribute-selector:** configure content with ViewConfigs ([779c609](https://github.com/equinor/dm-core-packages/commit/779c609b26a93a3bf95fe8c2fa872eac54995458))
* combined view for close button and tab it belongs to ([3bba386](https://github.com/equinor/dm-core-packages/commit/3bba386a00fbf9803b0957860b49aff0b6633da4))
* display EDS icon for tabs selector in attribute-selector plugin ([ea54c46](https://github.com/equinor/dm-core-packages/commit/ea54c46ea5f8cd05371ea3eb38a97eb28804f7ff))
* enable custom form widgets ([#275](https://github.com/equinor/dm-core-packages/issues/275)) ([4b8a22b](https://github.com/equinor/dm-core-packages/commit/4b8a22bdc9bb852adb72286278f431a1775e33f9))
* **generic-list:** added generic list plugin ([121e070](https://github.com/equinor/dm-core-packages/commit/121e070703c7c40dd22126e79aeae2e47efd5ec6))
* **generic-list:** remove and add items ([b58a45c](https://github.com/equinor/dm-core-packages/commit/b58a45cc580747b327ad611e63ec71a41be0d4f6))
* **generic-list:** reorder items in list ([987fd08](https://github.com/equinor/dm-core-packages/commit/987fd080a2ed9489537e8be5e0d66ba6df7c71b2))
* **generic-list:** support for pagination ([f522e7a](https://github.com/equinor/dm-core-packages/commit/f522e7a332fc6a277b9471f857e3a93ebfa4e28b))
* **generic-list:** support view concept ([20be9b2](https://github.com/equinor/dm-core-packages/commit/20be9b2d83ec9ed830890ee2f3cd51d58843d5b5))
* implementation of yarn workspaces and fix node_modules bugs ([5f72fb6](https://github.com/equinor/dm-core-packages/commit/5f72fb6ae67574553ed0fdb462ca676730d75c59))
* make tabs closeable + eds switch ([2d7db7d](https://github.com/equinor/dm-core-packages/commit/2d7db7dd730e8711d2742446c3d4e4d067fac2e6))
* **object-table:** editable and viewmode for table of objects ([8c62d06](https://github.com/equinor/dm-core-packages/commit/8c62d061a15b479e939760badebe1f61370baf94))
* playwright node ([3d73924](https://github.com/equinor/dm-core-packages/commit/3d73924b6e5a8f760667e08bb5947935fdf7340c))
* rework generic-list plugin to cover 'collapsible object table' needs ([691057b](https://github.com/equinor/dm-core-packages/commit/691057b4a7d4691318347e03b44974f8b2de3354))
* select next, previous then self on view/tab close ([8ad3c77](https://github.com/equinor/dm-core-packages/commit/8ad3c77abbe83ba26d093e20a7886c9a6dfa7925))
* support files ([9b8b3d3](https://github.com/equinor/dm-core-packages/commit/9b8b3d37f55a75a8f08bc7858ccdaa10b08a3b70))
* **UiRecipeSelector:** support view concept ([9ebc973](https://github.com/equinor/dm-core-packages/commit/9ebc97372445b92f1271c57497fbc24e84ab27d6))


### Bug Fixes

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


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @development-framework/dm-core bumped from ^1.0.61 to ^1.1.0
4 changes: 2 additions & 2 deletions packages/dm-core-plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@development-framework/dm-core-plugins",
"license": "MIT",
"version": "1.0.27",
"version": "1.1.0",
"main": "dist/index.js",
"dependencies": {
"@development-framework/dm-core": "^1.0.61",
"@development-framework/dm-core": "^1.1.0",
"@equinor/eds-core-react": "^0.29.1",
"@equinor/eds-icons": "^0.18.0",
"@equinor/eds-tokens": "^0.9.0",
Expand Down
72 changes: 72 additions & 0 deletions packages/dm-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
# Changelog

## 1.1.0 (2023-06-29)


### Features

* accept rootId param in addView function ([858fff5](https://github.com/equinor/dm-core-packages/commit/858fff571d5c7a40bf98038944b6cead1a42f8be))
* add 'initialRecipeSelector' and SidebarRecipeSelector ([53ce741](https://github.com/equinor/dm-core-packages/commit/53ce7416b72c3a2bafae02ccc8acc2ba47dae7ab))
* add form plugin ([9243089](https://github.com/equinor/dm-core-packages/commit/924308966f641409a9b27a2dbb8446c6fc5aa444))
* add pagination component to dm-core ([aa08e26](https://github.com/equinor/dm-core-packages/commit/aa08e26f58ae72d36d35c5fa351972cb58c586f7))
* add view creator component ([4935eb9](https://github.com/equinor/dm-core-packages/commit/4935eb9bd14b1210394a2da410609525e734d798))
* **attribute-selector:** configure content with ViewConfigs ([779c609](https://github.com/equinor/dm-core-packages/commit/779c609b26a93a3bf95fe8c2fa872eac54995458))
* export global css file for use in external projects ([548e510](https://github.com/equinor/dm-core-packages/commit/548e510c5f0923e30b15d8afdb6f602c19ac3c17))
* generic entity viewer ([87e97bb](https://github.com/equinor/dm-core-packages/commit/87e97bbbd1a7d80cc21f4d19a949319e8c04851c))
* **generic-list:** added generic list plugin ([121e070](https://github.com/equinor/dm-core-packages/commit/121e070703c7c40dd22126e79aeae2e47efd5ec6))
* **generic-list:** remove and add items ([b58a45c](https://github.com/equinor/dm-core-packages/commit/b58a45cc580747b327ad611e63ec71a41be0d4f6))
* **generic-list:** support view concept ([20be9b2](https://github.com/equinor/dm-core-packages/commit/20be9b2d83ec9ed830890ee2f3cd51d58843d5b5))
* **grid:** add support for nested scope path ([4240c06](https://github.com/equinor/dm-core-packages/commit/4240c06e6b0e63eb1ff43516b317a189620e9891))
* implementation of yarn workspaces and fix node_modules bugs ([5f72fb6](https://github.com/equinor/dm-core-packages/commit/5f72fb6ae67574553ed0fdb462ca676730d75c59))
* introduce Stack component (flexbox) for spacing of elements ([bcd53c3](https://github.com/equinor/dm-core-packages/commit/bcd53c3035fee22ba85743b356f2440b712e6707))
* make EntityPickerButton able to pick reference to entity ([5ba00bd](https://github.com/equinor/dm-core-packages/commit/5ba00bd3636a9f0300c81125a1fb65add954d0a8))
* **object-table:** editable and viewmode for table of objects ([8c62d06](https://github.com/equinor/dm-core-packages/commit/8c62d061a15b479e939760badebe1f61370baf94))
* playwright node ([3d73924](https://github.com/equinor/dm-core-packages/commit/3d73924b6e5a8f760667e08bb5947935fdf7340c))
* support files ([9b8b3d3](https://github.com/equinor/dm-core-packages/commit/9b8b3d37f55a75a8f08bc7858ccdaa10b08a3b70))
* **UiRecipeSelector:** support view concept ([9ebc973](https://github.com/equinor/dm-core-packages/commit/9ebc97372445b92f1271c57497fbc24e84ab27d6))
* update useBlueprint with new response layout ([c00c993](https://github.com/equinor/dm-core-packages/commit/c00c99372718b797a310fe4c562d2323628e62be))
* use recipe hook ([ce77576](https://github.com/equinor/dm-core-packages/commit/ce77576ed00f7701ea044017052013a3271a7aa9))
* useJob hook ([3fd23d2](https://github.com/equinor/dm-core-packages/commit/3fd23d205c617d05c247c6783379454ddd479efc))
* **ViewCreator:** update to handle views with no recipe ([69587d2](https://github.com/equinor/dm-core-packages/commit/69587d2eb8629bbd07eb086a81bb615aa2644ae7))


### Bug Fixes

* add protocol when adding entity ([5a47169](https://github.com/equinor/dm-core-packages/commit/5a47169e1ff979e557558272d242b7960c8751a2))
* add type for exported plugins from applications ([5f3b9bc](https://github.com/equinor/dm-core-packages/commit/5f3b9bc4048c56c03f0b8c208be70e4e13a9fdcb))
* add type to document in useDocument ([356ddf8](https://github.com/equinor/dm-core-packages/commit/356ddf8462df161e36baf9308c8c992ad95564dc))
* avoid eslint failure ([9153d02](https://github.com/equinor/dm-core-packages/commit/9153d0284ec04b5d95e7eaaa762e8de14170244b))
* better error handing in attribute selector ([457c73f](https://github.com/equinor/dm-core-packages/commit/457c73fcd9716d90c1ae73ac6328d7745c45452e))
* **blueprint:** bad main file for blueprint plugin ([d39d8a0](https://github.com/equinor/dm-core-packages/commit/d39d8a0c6df2e24dcbd56c46131965d365025f51))
* bugs with tree ([c2b2623](https://github.com/equinor/dm-core-packages/commit/c2b26230f9b691623dbdc7b107faa66339c5cd83))
* content of sidebar now fills available space ([fa06164](https://github.com/equinor/dm-core-packages/commit/fa06164a7a863d0608e0f5f142a0110c84018520))
* **core:** add the config attribute to UiRecipe ([a240472](https://github.com/equinor/dm-core-packages/commit/a24047205599eddba02fc8144bca0397d1cbd3a4))
* **core:** create blueprint with name ([13e64df](https://github.com/equinor/dm-core-packages/commit/13e64df38be6f1571039dbffb649ea4081d7d1a8))
* **core:** update on changed DMSS api ([cbf2d41](https://github.com/equinor/dm-core-packages/commit/cbf2d4124d1cd02a33efe3ba9b0b0fc7ea79143f))
* **core:** wrong path for blueprint enums ([ff50fb5](https://github.com/equinor/dm-core-packages/commit/ff50fb5dcda2ec2604f4e17b5d1d22e8bfa136f1))
* export useDataSources ([152df9b](https://github.com/equinor/dm-core-packages/commit/152df9b2c07796cfb5870c3b84d5f5a16a98f4c6))
* export useLocalStorage ([3928414](https://github.com/equinor/dm-core-packages/commit/392841442e2d1d7169193cac8166587682d318d2))
* export useSearch hook ([009825d](https://github.com/equinor/dm-core-packages/commit/009825d77e4370ce8d72f2472046cf4e5c42cc5f))
* find recipe after loading finished ([ffdb287](https://github.com/equinor/dm-core-packages/commit/ffdb287523cbd073daf8dc40417fc5e962029cc8))
* **form:** fix a bug where form continued with bad state ([effb475](https://github.com/equinor/dm-core-packages/commit/effb475d65bd40ab4ee0a549024559e845bb6e74))
* **grid:** pass type to grid elements ([12777ee](https://github.com/equinor/dm-core-packages/commit/12777ee7ee6afa3dc9ae7fbe500e14191f80c68c))
* handle entity name when using DMSS' instantiateEntity endpoint in newEntityButton ([c932c11](https://github.com/equinor/dm-core-packages/commit/c932c116a18c13b9fefea27fff6b97f23ef5452e))
* handle scope with more than 1 level ([e4a1ede](https://github.com/equinor/dm-core-packages/commit/e4a1edea17d585829400a3e6fa123f4927a3ffc7))
* import in example app ([5a47169](https://github.com/equinor/dm-core-packages/commit/5a47169e1ff979e557558272d242b7960c8751a2))
* include initialRecipe for name search. New list query syntax ([7140912](https://github.com/equinor/dm-core-packages/commit/714091223b47855e34eb552cb24a5c1017a4bd61))
* loading bug in tree ([14b562f](https://github.com/equinor/dm-core-packages/commit/14b562f675ea4794a8f77ee7a988426e05e8dd41))
* remove UiRecipesSideBarSelector and RecipeSelector (replaced with attribute-selector plugin) ([a52cd10](https://github.com/equinor/dm-core-packages/commit/a52cd107ac180b0758ba2505ae26a1185a145dba))
* remove unused dependencies in explorer package ([5a47169](https://github.com/equinor/dm-core-packages/commit/5a47169e1ff979e557558272d242b7960c8751a2))
* scope with index to item in array ([f3d3c61](https://github.com/equinor/dm-core-packages/commit/f3d3c610aab1c6d97f9e237cc36a566bc466384d))
* styling of popup in explorer context menu and formatting ([5a47169](https://github.com/equinor/dm-core-packages/commit/5a47169e1ff979e557558272d242b7960c8751a2))
* tests ([b5c4bbf](https://github.com/equinor/dm-core-packages/commit/b5c4bbfe764083bfc7481da6a6cedcb874d976b5))
* ts errors with latest core version ([251aff3](https://github.com/equinor/dm-core-packages/commit/251aff3bf752efc20f14be0b4d7830e227ee635e))
* ui plugin switching in tree not working ([5a47169](https://github.com/equinor/dm-core-packages/commit/5a47169e1ff979e557558272d242b7960c8751a2))
* update API calls to dmss api ([c714d0a](https://github.com/equinor/dm-core-packages/commit/c714d0a0e9aa81d978d67f43d6971e050dfab049))
* update hardcoded types used ([cb54287](https://github.com/equinor/dm-core-packages/commit/cb5428752c41a6bed245282051f02f87ff1ce150))
* update TPlugin type ([ad7302e](https://github.com/equinor/dm-core-packages/commit/ad7302e4dbb09a46fcd2e298edaaef9eb84f1d8a))
* update tree on context menu delete action ([5a47169](https://github.com/equinor/dm-core-packages/commit/5a47169e1ff979e557558272d242b7960c8751a2))
* use correct DMSS url ([e6eeaeb](https://github.com/equinor/dm-core-packages/commit/e6eeaeb1f3cd7b184dc3605153570a9dbcd67993))
* **view-creator:** update onOpen type, optional type, etc. ([3eb2d60](https://github.com/equinor/dm-core-packages/commit/3eb2d603a3278122750cf8c98cc725e5ab663da0))
* **ViewCreator:** get type and dimensions from blueprints ([c2dc6de](https://github.com/equinor/dm-core-packages/commit/c2dc6de312ed64432f1e2b0631c17d1abe34b8e7))
* wrong blueprint key used in TreeNode ([b63593f](https://github.com/equinor/dm-core-packages/commit/b63593fa411fe7613fc0cc201e4b591392ab80ba))
2 changes: 1 addition & 1 deletion packages/dm-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@development-framework/dm-core",
"version": "1.0.61",
"version": "1.1.0",
"license": "MIT",
"peerDependencies": {
"react-router-dom": ">=5.1.2",
Expand Down

0 comments on commit e99f704

Please sign in to comment.