36 KiB
Change Log - @microsoft/design-to-code
This log was last generated on Wed, 13 Jul 2022 07:07:28 GMT and should not be manually modified.
0.37.10
Wed, 13 Jul 2022 07:07:28 GMT
Patches
- Deprecate published packages in favor of renamed packages (7559015+janechu@users.noreply.github.com)
0.37.9
Wed, 06 Apr 2022 00:54:27 GMT
Patches
- Added missing file extension in css layout web component import (nicholasrice@users.noreply.github.com)
0.37.8
Tue, 05 Apr 2022 17:46:00 GMT
Patches
- Added file extensions to import and export paths (nicholasrice@users.noreply.github.com)
0.37.7
Wed, 30 Mar 2022 07:08:59 GMT
Patches
- Bump lodash-es from 4.17.15 to 4.17.21 (7559015+janechu@users.noreply.github.com)
0.37.6
Wed, 09 Feb 2022 07:09:11 GMT
Patches
- Allow previous data messages for remove to include removing text, useful when removing text from text nodes (7559015+janechu@users.noreply.github.com)
0.37.5
Sun, 06 Feb 2022 07:07:35 GMT
Patches
- Fixed an issue where inline editing was blocked when navigation triggers a new selection (7559015+janechu@users.noreply.github.com)
0.37.4
Fri, 21 Jan 2022 21:47:33 GMT
Patches
- Fixed an issue where stopPropagation in HTML Render prevents the use of the shortcuts service (7559015+janechu@users.noreply.github.com)
0.37.3
Thu, 20 Jan 2022 07:08:23 GMT
Patches
- Fixed an issue in the HTML render layer web component where custom messages were not ignored (7559015+janechu@users.noreply.github.com)
0.37.2
Wed, 19 Jan 2022 07:09:03 GMT
Patches
- Fixed an issue where the HTML render would error if a custom message was sent without an action (7559015+janechu@users.noreply.github.com)
0.37.1
Sun, 16 Jan 2022 07:07:11 GMT
Patches
- Fix the redo shortcut keys and correct the next targeted history action (7559015+janechu@users.noreply.github.com)
0.37.0
Thu, 13 Jan 2022 07:07:24 GMT
Minor changes
- Allow multiple outgoing messages to be sent (7559015+janechu@users.noreply.github.com)
Patches
- Ensure that null messages are not sent (7559015+janechu@users.noreply.github.com)
0.36.0
Sun, 09 Jan 2022 07:08:26 GMT
Minor changes
- Added previous and next history messages to facilitate moving through the MessageSystem history (7559015+janechu@users.noreply.github.com)
- Added undo/redo alpha released shortcuts (7559015+janechu@users.noreply.github.com)
0.35.0
Wed, 15 Dec 2021 07:09:06 GMT
Minor changes
- Update history to use a previous and next property that will be triggered when moving through the stack (7559015+janechu@users.noreply.github.com)
Patches
- Remove redundant message types (7559015+janechu@users.noreply.github.com)
0.34.0
Sun, 12 Dec 2021 07:08:23 GMT
Minor changes
- Updated component CSS and Attributes to comply with style guide (44823142+williamw2@users.noreply.github.com)
- Update message system to send all state data in outgoing messages (7559015+janechu@users.noreply.github.com)
0.33.0
Wed, 08 Dec 2021 07:08:31 GMT
Minor changes
- Added the duplicate shortcut (7559015+janechu@users.noreply.github.com)
Patches
- Increased icon sizes in CSS Layout component (44823142+williamw2@users.noreply.github.com)
0.32.0
Sun, 05 Dec 2021 07:08:17 GMT
Minor changes
- Updated shortcut service which now directly assigns the event listener to a provided HTML element and export an alpha release shortcut action for deleting an active dictionary ID (7559015+janechu@users.noreply.github.com)
- Added behavior to the remove linked data messages to remove the current active dictionary ID when no other information is provided (7559015+janechu@users.noreply.github.com)
0.31.4
Tue, 09 Nov 2021 07:08:13 GMT
Patches
- Fixed Navigation pill preview bug (44823142+williamw2@users.noreply.github.com)
- Fixed an issue where indenting whitespace was interpreted as a text node (7559015+janechu@users.noreply.github.com)
- Fixed HTMLRender error on empty markup (44823142+williamw2@users.noreply.github.com)
0.31.3
Fri, 05 Nov 2021 21:03:19 GMT
Patches
- Fixed inline edit whitespace bug (44823142+williamw2@users.noreply.github.com)
- Adds the dictionary ID of the dictionary item being edited to outgoing messages from the message system and the inline editing component (7559015+janechu@users.noreply.github.com)
0.31.2
Fri, 05 Nov 2021 16:36:26 GMT
Patches
- Updated CSSBoxModel UI to better fit in narrow width contexts (44823142+williamw2@users.noreply.github.com)
0.31.1
Thu, 04 Nov 2021 07:07:24 GMT
Patches
- Fixed inline edit vanishing when text is empty (44823142+williamw2@users.noreply.github.com)
0.31.0
Wed, 03 Nov 2021 07:07:37 GMT
Minor changes
- Added CSS box model web component (44823142+williamw2@users.noreply.github.com)
Patches
- Fixes change event propagation in CSSBoxModel (44823142+williamw2@users.noreply.github.com)
0.30.2
Thu, 28 Oct 2021 07:06:12 GMT
Patches
- Update TypeScript dependency to 4.3.x (7559015+janechu@users.noreply.github.com)
0.30.1
Wed, 13 Oct 2021 07:04:21 GMT
Patches
- Update the package json file to point to the new repository (7559015+janechu@users.noreply.github.com)
0.30.0
Tue, 12 Oct 2021 02:04:42 GMT
Minor changes
- Add a utility to identify the dictionary ID from Monaco Editor position (7559015+janechu@users.noreply.github.com)
- Add a text field component for units based values (44823142+williamw2@users.noreply.github.com)
- Add a utility to identify the position of a dictionary item in Monaco Editor (7559015+janechu@users.noreply.github.com)
- Add scroll-into-view attribute to HTMLRender component. (44823142+williamw2@users.noreply.github.com)
- Remove the HTMLRender padding (44823142+williamw2@users.noreply.github.com)
- Update the Monaco Adapter service to include the ability to update the position inside the Monaco Editors value (7559015+janechu@users.noreply.github.com)
Patches
- Change the line number and column number so that they start at 1 for Monaco Editor (7559015+janechu@users.noreply.github.com)
0.29.0
Tue, 14 Sep 2021 07:16:47 GMT
Patches
- Bump @microsoft/fast-components to v2.9.2 (jumarroq@microsoft.com)
0.29.0
Sun, 12 Sep 2021 07:17:43 GMT
Minor changes
- added option to commit inline edit changes on blur (44823142+williamw2@users.noreply.github.com)
Patches
- fixed exception in htmlrenderer in specific messaging scenarios (44823142+williamw2@users.noreply.github.com)
- remove dependencies on keycode (scomea@microsoft.com)
- Bump @microsoft/fast-components to v2.9.1 (john.kreitlow@microsoft.com)
- Bump @microsoft/fast-foundation to v2.13.0 (scomea@microsoft.com)
- Bump @microsoft/fast-web-utilities to v4.8.1 (scomea@microsoft.com)
0.28.0
Thu, 09 Sep 2021 07:21:36 GMT
Minor changes
- add a message queue to the message system (7559015+janechu@users.noreply.github.com)
Patches
- Bump @microsoft/fast-components to v2.9.0 (chhol@microsoft.com)
- Bump @microsoft/fast-foundation to v2.12.0 (chhol@microsoft.com)
0.27.11
Wed, 08 Sep 2021 07:16:17 GMT
Patches
- Bump @microsoft/fast-element to v1.5.1 (roeisenb@microsoft.com)
0.27.10
Thu, 02 Sep 2021 17:17:56 GMT
Patches
- Bump @microsoft/fast-foundation to v2.10.0 (roeisenb@microsoft.com)
0.27.9
Thu, 02 Sep 2021 07:15:21 GMT
Patches
- Bump @microsoft/fast-components to v2.8.1 (47367562+bheston@users.noreply.github.com)
0.27.8
Wed, 01 Sep 2021 07:18:34 GMT
Patches
- Bump @microsoft/fast-components to v2.8.0 (scomea@microsoft.com)
0.27.7
Mon, 30 Aug 2021 22:30:39 GMT
Patches
- Bump @microsoft/fast-foundation to v2.8.1 (nicholasrice@users.noreply.github.com)
0.27.6
Fri, 27 Aug 2021 14:14:26 GMT
Patches
- Bump @microsoft/fast-element to v1.5.0 (nicholasrice@users.noreply.github.com)
0.27.5
Thu, 26 Aug 2021 07:17:43 GMT
Patches
- addresses an issue where deep nested and multiple additional nodes were not created using a previous data dictionary (7559015+janechu@users.noreply.github.com)
0.27.4
Wed, 25 Aug 2021 07:17:07 GMT
Patches
- address drag and drop issues where the active data dictionary ID was not updated during the removal of linked data (7559015+janechu@users.noreply.github.com)
0.27.3
Mon, 23 Aug 2021 07:14:54 GMT
Patches
- Bump @microsoft/fast-components to v2.6.2 (ben@platform5.ch)
0.27.2
Sun, 22 Aug 2021 07:17:14 GMT
Patches
- fix color picker component value update bug (44823142+williamw2@users.noreply.github.com)
- fixes an issue where the CSS layout would not update when style was updated in the Monaco Editor (7559015+janechu@users.noreply.github.com)
0.27.1
Thu, 19 Aug 2021 07:15:21 GMT
Patches
- Bump @microsoft/fast-components to v2.6.1 (sethdonohue@Admins-MBP.guest.corp.microsoft.com)
0.27.0
Wed, 18 Aug 2021 07:16:21 GMT
Minor changes
- add tooltips to the CSS layout radio buttons (7559015+janechu@users.noreply.github.com)
0.26.6
Tue, 17 Aug 2021 07:14:05 GMT
Patches
- add autoselect option to html render inline edit component (44823142+williamw2@users.noreply.github.com)
- make resize observer target configurable (44823142+williamw2@users.noreply.github.com)
0.26.5
Sun, 15 Aug 2021 07:17:25 GMT
Patches
- Bump @microsoft/fast-components to v2.6.0 (nicholasrice@users.noreply.github.com)
0.26.4
Thu, 12 Aug 2021 07:16:50 GMT
Patches
- ensure named slots are all accounted for as children and fix an issue where multiple attributes could appear as an array (7559015+janechu@users.noreply.github.com)
0.26.3
Wed, 11 Aug 2021 07:14:31 GMT
Patches
- fix: html renderer use custom title if present (44823142+williamw2@users.noreply.github.com)
0.26.2
Sun, 08 Aug 2021 07:18:56 GMT
Patches
- addresses an issue where on initially editing content the MonacoAdapter would switch the navigation location (7559015+janechu@users.noreply.github.com)
0.26.1
Thu, 05 Aug 2021 07:17:32 GMT
Patches
- Bump @microsoft/fast-components to v2.5.6 (khamu@microsoft.com)
0.26.0
Wed, 04 Aug 2021 07:15:14 GMT
Minor changes
- adding file and file action web components (44823142+williamw2@users.noreply.github.com)
Patches
- fix image load resize bug in html render component (44823142+williamw2@users.noreply.github.com)
- Bump @microsoft/fast-foundation to v2.6.3 (chhol@microsoft.com)
- Bump @microsoft/fast-components to v2.5.5 (chhol@microsoft.com)
0.25.7
Tue, 03 Aug 2021 07:17:33 GMT
Patches
- Bump @microsoft/fast-components to v2.5.4 (mathieu.lavoie@logmein.com)
0.25.6
Sun, 01 Aug 2021 07:17:15 GMT
Patches
- ensure that the mapping of numbers and booleans works with the consolidated data mapping (7559015+janechu@users.noreply.github.com)
- identifies the order of slotted items by their position in the data, instead of the data dictionary object (7559015+janechu@users.noreply.github.com)
- fix word wrapping in htmlrender navigation pill (44823142+williamw2@users.noreply.github.com)
0.25.5
Thu, 29 Jul 2021 07:18:18 GMT
Patches
- Bump @microsoft/fast-components to v2.5.2 (47367562+bheston@users.noreply.github.com)
0.25.4
Wed, 28 Jul 2021 07:17:22 GMT
Patches
- Bump @microsoft/fast-element to v1.4.1 (nicholasrice@users.noreply.github.com)
0.25.3
Sun, 25 Jul 2021 07:17:41 GMT
Patches
- Bump @microsoft/fast-components to v2.5.0 (scomea@microsoft.com)
0.25.2
Thu, 22 Jul 2021 07:19:53 GMT
Patches
- Bump @microsoft/fast-components to v2.4.0 (chhol@microsoft.com)
0.25.1
Wed, 21 Jul 2021 07:14:48 GMT
Patches
- Bump @microsoft/fast-components to v2.3.0 (roeisenb@microsoft.com)
0.25.0
Sun, 18 Jul 2021 07:16:22 GMT
Minor changes
- update the exporting of services and web components in tooling and match the new pathing in sites (7559015+janechu@users.noreply.github.com)
Patches
- Bump @microsoft/fast-components to v2.2.3 (ben@platform5.ch)
0.24.2
Thu, 15 Jul 2021 01:41:48 GMT
Patches
- Bump @microsoft/fast-foundation to v2.5.0 (chhol@microsoft.com)
0.24.1
Wed, 14 Jul 2021 07:15:36 GMT
Patches
- fix: spelling issue in HTML render layer (44823142+williamw2@users.noreply.github.com)
0.24.0
Tue, 13 Jul 2021 07:14:52 GMT
Minor changes
- update the monaco adapter, html render and html render layer and react Form to update their stored schema dictionaries when the schema dictionary has new schemas added to it (7559015+janechu@users.noreply.github.com)
- new schemas can be added to the schema dictionary in the MessageSystem (7559015+janechu@users.noreply.github.com)
Patches
- Bump @microsoft/fast-components to v2.2.1 (ben@platform5.ch)
- Bump @microsoft/fast-foundation to v2.4.0 (roeisenb@microsoft.com)
0.23.7
Sun, 11 Jul 2021 07:15:10 GMT
Patches
- Adding support for preview mode interaction logic to HTMLRender (44823142+williamw2@users.noreply.github.com)
0.23.6
Wed, 07 Jul 2021 07:19:51 GMT
Patches
- Bump @microsoft/fast-components to v2.2.0 (scomea@microsoft.com)
0.23.5
Sun, 04 Jul 2021 07:15:28 GMT
Patches
- Bump @microsoft/fast-components to v2.1.0 (john.kreitlow@microsoft.com)
0.23.4
Thu, 01 Jul 2021 07:15:57 GMT
Patches
- Bump @microsoft/fast-components to v2.0.2 (nicholasrice@users.noreply.github.com)
0.23.3
Tue, 29 Jun 2021 07:14:52 GMT
Patches
- update the CSS layout component to accept inline CSS string values (7559015+janechu@users.noreply.github.com)
0.23.2
Fri, 25 Jun 2021 02:02:57 GMT
Patches
- Bump @microsoft/fast-components to v2.0.0 (roeisenb@microsoft.com)
0.23.1
Wed, 23 Jun 2021 22:58:18 GMT
Patches
- Adding inline edit layer to HTMLRenderer (44823142+williamw2@users.noreply.github.com)
0.23.0
Sun, 20 Jun 2021 07:21:25 GMT
Minor changes
- add a utility to convert inline css styles to a property dictionary (7559015+janechu@users.noreply.github.com)
Patches
- Bump @microsoft/fast-foundation to v1.24.7 (robarb@microsoft.com)
- Bump @microsoft/fast-components to v1.21.7 (robarb@microsoft.com)
0.22.3
Sun, 13 Jun 2021 07:19:23 GMT
Patches
- Bump @microsoft/fast-foundation to v1.24.6 (nicholasrice@users.noreply.github.com)
0.22.2
Tue, 08 Jun 2021 07:29:18 GMT
Patches
- Bump @microsoft/fast-foundation to v1.24.5 (scomea@microsoft.com)
0.22.1
Sun, 06 Jun 2021 07:35:11 GMT
Patches
- Bump @microsoft/fast-components to v1.21.4 (khamu@microsoft.com)
0.22.0
Mon, 31 May 2021 07:44:04 GMT
Minor changes
- add a layout web component for css properties (7559015+janechu@users.noreply.github.com)
0.21.1
Thu, 27 May 2021 07:34:58 GMT
Patches
- fixing message system bugs in html renderer and creator integration (44823142+williamw2@users.noreply.github.com)
0.21.0
Wed, 26 May 2021 07:33:37 GMT
Minor changes
- use the new data dictionary mapper in the monaco service (7559015+janechu@users.noreply.github.com)
Patches
- fix improper pathing for required errors (7559015+janechu@users.noreply.github.com)
- Bump @microsoft/fast-foundation to v1.24.3 (7559015+janechu@users.noreply.github.com)
- Bump @microsoft/fast-components to v1.21.3 (7559015+janechu@users.noreply.github.com)
0.20.1
Tue, 25 May 2021 07:27:43 GMT
Patches
- Bump @microsoft/fast-components to v1.21.2 (scomea@microsoft.com)
0.20.0
Fri, 21 May 2021 17:48:08 GMT
Minor changes
- add checks in the HTML render component for window scroll and resize events (44823142+williamw2@users.noreply.github.com)
Patches
- update tooling dependencies to use the carrot syntax for later than versions (7559015+janechu@users.noreply.github.com)
- Bump @microsoft/fast-components to v1.21.1 (nicholasrice@users.noreply.github.com)
- Bump @microsoft/fast-element to v1.4.0 (nicholasrice@users.noreply.github.com)
- Bump @microsoft/fast-foundation to v1.24.1 (nicholasrice@users.noreply.github.com)
0.19.2
Thu, 20 May 2021 07:24:10 GMT
Patches
- Bump @microsoft/fast-components to v1.21.0 (john.kreitlow@microsoft.com)
0.19.1
Wed, 19 May 2021 23:37:36 GMT
Patches
- add missing dependency (nicholasrice@users.noreply.github.com)
0.19.0
Sun, 02 May 2021 07:18:00 GMT
Minor changes
- adding html render web component to fast-tooling (44823142+williamw2@users.noreply.github.com)
0.18.3
Thu, 29 Apr 2021 07:19:40 GMT
Patches
- fix an incorrect definition name which for default slots should be an empty string (7559015+janechu@users.noreply.github.com)
0.18.2
Sun, 25 Apr 2021 07:21:02 GMT
Patches
- Bump @microsoft/fast-foundation to v1.20.0 (nicholasrice@users.noreply.github.com)
0.18.1
Thu, 22 Apr 2021 07:21:10 GMT
Patches
- Moving Color Picker (44823142+williamw2@users.noreply.github.com)
- Moving native definitions to fast-tooling (44823142+williamw2@users.noreply.github.com)
0.16.1 (2021-03-16)
Bug Fixes
0.16.0 (2021-03-06)
Bug Fixes
- remove redundant slot from DataDictionary when mapping an HTML string (#4358) (39b2bcc)
- update mapping between web component definition and JSON schema for title and description (#4347) (4dfb9f2), closes #4344
- update the event listener to be passed to a config to the message system (#4356) (a2092d3), closes #4355
Features
- allow the message system to store and retrieve configs from registered services (#4355) (63848b0)
- allow users to update display text for a data dictionary and navigation dictionary (#4371) (d30fd5b), closes #4352
0.15.2 (2021-02-08)
Note: Version bump only for package @microsoft/design-to-code
0.15.1 (2021-02-08)
Note: Version bump only for package @microsoft/design-to-code
0.15.0 (2021-01-30)
Bug Fixes
- include numerals, parenthesis and capital letters from MDN data conversion combinator RegEx (#4195) (e9308a2)
- resolve nesting issues in converted MDN data (#4203) (2aecf3c)
- update nesting to be interpreted by manual parsing instead of RegEx (#4253) (f32e34a)
Features
- separate out cjs modules from ejs so that utilities may be used in a node environment (#4277) (adffd1e)
0.14.0 (2020-12-16)
Bug Fixes
Features
0.13.0 (2020-12-02)
Features
0.12.0 (2020-11-19)
Bug Fixes
- assign all react components an originatorId to determine re-rendering of form elements (#4088) (6858ff2), closes #3628
- assigns children to named slots properly (#4026) (cddf930)
Features
- add a utility to map MDN data to a format that will be usable by generated UI (#4066) (faad57e)
- update generated css data to include more nesting solutions as well as new exports for property, syntax and types lists (#4125) (b814aed)
0.11.1 (2020-10-14)
Bug Fixes
- clean up and rename registered utilities to registered services (#3984) (22f6426)
- rename instances of adaptor to adapter (#3983) (3aa532e)
Reverts
- Revert "Change files" (eb81953)
0.11.0 (2020-09-28)
Bug Fixes
- add slot as attribute to elements that are assigned to a slot (#3919) (9a65648), closes #3910
- address a nesting issue with the monaco adapter (#3946) (cca6bf4)
- allow null attributes when mapping from Monaco editor values to be treated as booleans (#3927) (2d8b47d)
- removes newlines and leading spaces from returned monaco value (#3971) (883e8ec), closes #3949
Features
- add history and a way to retrieve history from the message system (#3834) (76dee0d)
- add monaco adapter and adapter actions (#3917) (dcf17ee), closes #3898 #3916 #3562
- add monaco adapter to component explorer site (#3949) (1aa994e)
- add vscode-html-languageservice parser converter to data dictionary (#3898) (d24b874), closes #3562
- allow a dictionary id to be set during initialization (#3955) (70f3d00)
- allow arbitrary options to be passed with any message system message (#3916) (9f2dd80)
0.10.0 (2020-09-10)
Features
0.9.1 (2020-08-27)
Note: Version bump only for package @microsoft/design-to-code
0.9.0 (2020-08-13)
Features
Reverts
- Revert "chore: update all http to https to resolve WS1262 security vulnerability (#3658)" (#3699) (0cac64a), closes #3658 #3699
0.8.0 (2020-07-31)
Bug Fixes
Features
- add data utilities to retrieve linked data from a data dictionary and ids of linked data items (#3583) (8629041)
0.7.0 (2020-07-14)
Bug Fixes
Features
- add default values to the schema when mapping from a component definition (#3509) (5c37742)
- update typescript version and remove utility types dependencies for react packages (#3422) (09d07b5)
0.6.1 (2020-06-26)
Note: Version bump only for package @microsoft/design-to-code
0.6.0 (2020-06-15)
Bug Fixes
- ensure that named slots use pascal case and text nodes do not error from attributes being assigned to them (#3263) (f772fa0)
- make the web component definition for values more permissable (#3257) (9969834)
- set boolean attributes in the htmlMapper and unset them on true/false values (#3282) (d130cd2)
Features
0.5.0 (2020-06-05)
Bug Fixes
- addresses an issue where a linked data being added could be missing a parent data location (#3188) (7f7bc1e)
- use the vscode values instead of enum in a web component attribute definition (#3202) (b8aad52)
Features
- add enums as an option in an attribute (#3179) (843ca0f)
- adds the tag name to the title to provide better documentation and discoverability when a definition is converted to a JSON schema (#3219) (fa225d2)
0.4.0 (2020-05-18)
Bug Fixes
Features
- add a web component definition and mapper to JSON schema for tooling (#3033) (221acd7)
- add plugin system to the data dictionary mapping utility (#3052) (401d342)
- allow linked data attached to other linked data to be added to a data dictionary (#3049) (2f34dc7)
0.3.1 (2020-04-29)
Note: Version bump only for package @microsoft/design-to-code
0.3.0 (2020-04-27)
Bug Fixes
Features
- allow initialization to occur after creating an instance of the MessageSystem (#2983) (908ea85)
- allow the use of an already instantiated Worker in the MessageSystem config (#2993) (7d4e97a)
0.2.0 (2020-04-22)
Features
0.1.0 (2020-04-10)
Bug Fixes
- cleanup interface names and fix the web component renderer in the test app (#2832) (26c6bc7)
- correct some erroneous message system navigation returns, add more unit testing to bring code quality up (#2783) (2f87a04)
Features
- add a data mapper (#2756) (11df583)
- add a mapper for HTML elements (#2803) (7b14ced)
- add a utility for validation as a service using ajv (#2836) (05e1784)
- add all of the ids associated with the linked data when linked data has been added (#2899) (00c8ed3)
- add disabled to the navigation and remove the dependency on ajv from the message system (#2792) (ad5e886)
- add mapper function to create React components (#2772) (d6f6c1d)
- add new package for framework-less tooling (#2560) (9c4ae29)
- add the ability to nest multiple items at the same level in an element (#2813) (1e23b85)
- add validation to the message system (#2825) (ce24096)
- allow a request/response custom validation message to be sent to the AjvMapper (#2852) (6154ef0)
- allow custom messages to be sent to the message system which will return them (#2845) (ad70f5d)
- more precise drag and drop allowed before and after linked data (#2866) (efa0b39)