@realsee/dnalogel 3.77.10-alpha.0 → 3.77.11-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (493) hide show
  1. package/CHANGELOG.md +847 -836
  2. package/dist/GuideLinePlugin/Controller.d.ts +34 -2
  3. package/dist/GuideLinePlugin/GuideLineModeItem.d.ts +7 -2
  4. package/dist/index.cjs.js +17 -17
  5. package/dist/index.js +217 -188
  6. package/dist/index.umd.js +4 -4
  7. package/docs/.nojekyll +1 -0
  8. package/docs/assets/custom.css +0 -0
  9. package/docs/assets/highlight.css +127 -0
  10. package/docs/assets/icons.js +18 -0
  11. package/docs/assets/icons.svg +1 -0
  12. package/docs/assets/main.js +60 -0
  13. package/docs/assets/navigation.js +1 -0
  14. package/docs/assets/search.js +1 -0
  15. package/docs/assets/style.css +1493 -0
  16. package/docs/classes/AreaMakerPluginType.AreaMakerController.html +59 -0
  17. package/docs/classes/AreaMakerPluginType.AreaMakerItem.html +71 -0
  18. package/docs/classes/CSS3DRender.html +100 -0
  19. package/docs/classes/GuideLineItem.GuideLineItem.html +21 -0
  20. package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +70 -0
  21. package/docs/classes/ModelMakerPluginInstance.html +77 -0
  22. package/docs/classes/ModelMakerPluginType.ModelMakerBoxItem.html +46 -0
  23. package/docs/classes/ModelMakerPluginType.ModelMakerPolygonItem.html +46 -0
  24. package/docs/classes/ModelMakerPluginType.ModelMakerPrismItem.html +47 -0
  25. package/docs/classes/ModelRoomLabelController.html +19 -0
  26. package/docs/classes/MoveController.html +45 -0
  27. package/docs/classes/Object3DHelperController.html +45 -0
  28. package/docs/classes/PaintBrush.html +15 -0
  29. package/docs/classes/PanoMeasurePluginLine.html +24 -0
  30. package/docs/classes/PanoMeasurePluginModel.html +23 -0
  31. package/docs/classes/PanoMeasurePluginPoint.html +7 -0
  32. package/docs/classes/PanoMeasurePluginPolyline.html +27 -0
  33. package/docs/classes/PanoTagPluginController.html +111 -0
  34. package/docs/classes/Sculpt.html +71 -0
  35. package/docs/classes/Util.BetterTween.html +6 -0
  36. package/docs/classes/Util.FiveDomEvents.html +13 -0
  37. package/docs/classes/Util.FivePuppet.html +20 -0
  38. package/docs/classes/Util.Interval.html +11 -0
  39. package/docs/classes/Util.LegacyPointHelper.html +7 -0
  40. package/docs/classes/Util.LightTag.html +47 -0
  41. package/docs/classes/Util.LineSegments.html +4 -0
  42. package/docs/classes/Util.Magnifier.html +26 -0
  43. package/docs/classes/Util.Object3D.html +8 -0
  44. package/docs/classes/Util.PointDomHelper.html +8 -0
  45. package/docs/classes/Util.PointHelper.html +10 -0
  46. package/docs/classes/Util.PointSelector.html +60 -0
  47. package/docs/classes/Util.PointSelectorHelper.html +14 -0
  48. package/docs/classes/Util.Rectangle.html +12 -0
  49. package/docs/classes/Util.sculpt.BaseEditor.html +17 -0
  50. package/docs/classes/Util.sculpt.BoxMesh.html +47 -0
  51. package/docs/classes/Util.sculpt.BoxMeshEditor.html +18 -0
  52. package/docs/classes/Util.sculpt.CircleMesh.html +26 -0
  53. package/docs/classes/Util.sculpt.CircleMeshEditor.html +18 -0
  54. package/docs/classes/Util.sculpt.CircleWithEdgeMesh.html +26 -0
  55. package/docs/classes/Util.sculpt.CylinderMesh.html +25 -0
  56. package/docs/classes/Util.sculpt.CylinderMeshEditor.html +18 -0
  57. package/docs/classes/Util.sculpt.LineMesh.html +34 -0
  58. package/docs/classes/Util.sculpt.PointMesh.html +24 -0
  59. package/docs/classes/Util.sculpt.PolygonMesh.html +40 -0
  60. package/docs/classes/Util.sculpt.PrismMesh.html +47 -0
  61. package/docs/classes/Util.sculpt.PrismMeshEditor.html +18 -0
  62. package/docs/classes/Util.sculpt.RectangleMesh.html +41 -0
  63. package/docs/classes/Util.sculpt.RectangleMeshEditor.html +18 -0
  64. package/docs/classes/Util.sculpt.RectangleWithEdgeMesh.html +44 -0
  65. package/docs/classes/WalkController.html +42 -0
  66. package/docs/enums/CameraMovementEffect.html +4 -0
  67. package/docs/enums/ContentType.html +34 -0
  68. package/docs/enums/DIRECTION.html +5 -0
  69. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +5 -0
  70. package/docs/enums/DimensionType.html +4 -0
  71. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +4 -0
  72. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +5 -0
  73. package/docs/enums/PaintBrushTypeEnum.html +4 -0
  74. package/docs/enums/PointType.html +4 -0
  75. package/docs/enums/Rotation.html +5 -0
  76. package/docs/functions/AreaMakerPlugin.html +1 -0
  77. package/docs/functions/CSS3DRenderPlugin.html +1 -0
  78. package/docs/functions/CameraMovementPlugin.html +2 -0
  79. package/docs/functions/CruisePlugin.html +1 -0
  80. package/docs/functions/CurrentPanoImagePlugin.html +1 -0
  81. package/docs/functions/FloorplanGuidePlugin.html +1 -0
  82. package/docs/functions/GuideLinePlugin.html +1 -0
  83. package/docs/functions/ItemLabelPlugin.html +1 -0
  84. package/docs/functions/MapviewFloorplanPlugin.html +1 -0
  85. package/docs/functions/MeasurePlugin.html +1 -0
  86. package/docs/functions/ModelChassisCompassPlugin.html +2 -0
  87. package/docs/functions/ModelEntryDoorGuidePlugin.html +2 -0
  88. package/docs/functions/ModelFloorplanPlugin.html +1 -0
  89. package/docs/functions/ModelItemLabelPlugin.html +1 -0
  90. package/docs/functions/ModelMakerPlugin.html +1 -0
  91. package/docs/functions/ModelRoomLabelPlugin.html +1 -0
  92. package/docs/functions/ModelTVVideoPlugin.html +1 -0
  93. package/docs/functions/ModelViewPlugin.html +2 -0
  94. package/docs/functions/MovePlugin.html +1 -0
  95. package/docs/functions/Object3DHelperPlugin.html +1 -0
  96. package/docs/functions/PanoCompassPlugin.html +1 -0
  97. package/docs/functions/PanoCursorRaycasterPlugin.html +2 -0
  98. package/docs/functions/PanoDoorLabelPlugin.html +1 -0
  99. package/docs/functions/PanoFloorplanRadarPlugin.html +1 -0
  100. package/docs/functions/PanoMeasurePlugin.html +1 -0
  101. package/docs/functions/PanoRulerPlugin.html +2 -0
  102. package/docs/functions/PanoRulerProPlugin.html +2 -0
  103. package/docs/functions/PanoSpatialTagPlugin.html +2 -0
  104. package/docs/functions/PanoTagPlugin.html +1 -0
  105. package/docs/functions/PanoVideoPlugin.html +10 -0
  106. package/docs/functions/PipelinePlugin.html +1 -0
  107. package/docs/functions/SculptPlugin.html +2 -0
  108. package/docs/functions/SculptPluginForFive.html +2 -0
  109. package/docs/functions/TopviewFloorplanPlugin.html +1 -0
  110. package/docs/functions/Util.awaitNextFrame.html +1 -0
  111. package/docs/functions/Util.blink.html +13 -0
  112. package/docs/functions/Util.blinkWithPreset.html +6 -0
  113. package/docs/functions/Util.bounding.html +1 -0
  114. package/docs/functions/Util.boundingBox.html +1 -0
  115. package/docs/functions/Util.boundingSphere.html +1 -0
  116. package/docs/functions/Util.boxVertex.html +7 -0
  117. package/docs/functions/Util.boxVertexes.html +1 -0
  118. package/docs/functions/Util.checkFiveModelLoaded.html +2 -0
  119. package/docs/functions/Util.cleanup.html +3 -0
  120. package/docs/functions/Util.convexHull.html +2 -0
  121. package/docs/functions/Util.equal.html +5 -0
  122. package/docs/functions/Util.fiveModelIsLoaded.html +2 -0
  123. package/docs/functions/Util.getCoordsFromClient.html +1 -0
  124. package/docs/functions/Util.getCoordsFromElement.html +1 -0
  125. package/docs/functions/Util.getFrameTime.html +3 -0
  126. package/docs/functions/Util.getIntersectFromRelativePosition.html +1 -0
  127. package/docs/functions/Util.getRaycasterFromFivePointer.html +1 -0
  128. package/docs/functions/Util.initialCSS3DRender.html +1 -0
  129. package/docs/functions/Util.inside.html +1 -0
  130. package/docs/functions/Util.isModelLike.html +1 -0
  131. package/docs/functions/Util.isNil.html +2 -0
  132. package/docs/functions/Util.isPanoramaLike.html +1 -0
  133. package/docs/functions/Util.lookObject.html +5 -0
  134. package/docs/functions/Util.lookPoint.html +5 -0
  135. package/docs/functions/Util.nextFrame.html +1 -0
  136. package/docs/functions/Util.notNil.html +2 -0
  137. package/docs/functions/Util.reblink.html +13 -0
  138. package/docs/functions/Util.replaceStaticPrefix.html +8 -0
  139. package/docs/functions/Util.requestAnimationFrameInterval.html +5 -0
  140. package/docs/functions/Util.sculpt.createBox.html +1 -0
  141. package/docs/functions/Util.sculpt.createCircle.html +1 -0
  142. package/docs/functions/Util.sculpt.createCylinder.html +1 -0
  143. package/docs/functions/Util.sculpt.createLine.html +2 -0
  144. package/docs/functions/Util.sculpt.createPoint.html +1 -0
  145. package/docs/functions/Util.sculpt.createPolygon.html +1 -0
  146. package/docs/functions/Util.sculpt.createPrism.html +1 -0
  147. package/docs/functions/Util.sculpt.createRectangle.html +2 -0
  148. package/docs/functions/Util.tag.html +1 -0
  149. package/docs/functions/Util.tweenProgress.html +1 -0
  150. package/docs/functions/Util.uuid.html +2 -0
  151. package/docs/functions/Util.waitFiveModelLoaded.html +2 -0
  152. package/docs/functions/Util.worldBounding.html +1 -0
  153. package/docs/functions/Util.worldBoundingBox.html +1 -0
  154. package/docs/functions/Util.worldBoundingSphere.html +1 -0
  155. package/docs/functions/createPolyline.html +2 -0
  156. package/docs/functions/pluginFlag.html +1 -0
  157. package/docs/hierarchy.html +1 -0
  158. package/docs/index.html +70 -0
  159. package/docs/interfaces/AreaMakerPluginType.AnimeOptions.html +4 -0
  160. package/docs/interfaces/AreaMakerPluginType.Config.html +8 -0
  161. package/docs/interfaces/AreaMakerPluginType.EventMap.html +25 -0
  162. package/docs/interfaces/AreaMakerPluginType.Params.html +4 -0
  163. package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItem.html +20 -0
  164. package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItemV1.html +13 -0
  165. package/docs/interfaces/AreaMakerPluginType.ServerDataV1.html +9 -0
  166. package/docs/interfaces/AreaMakerPluginType.ServerDataV2.html +3 -0
  167. package/docs/interfaces/AreaMakerPluginType.ShowHideOptions.html +3 -0
  168. package/docs/interfaces/AreaMakerPluginType.State.html +8 -0
  169. package/docs/interfaces/CSS3DRenderPluginEventMap.html +9 -0
  170. package/docs/interfaces/CSS3DRenderPluginState.html +7 -0
  171. package/docs/interfaces/CameraMovementPluginExportType.html +11 -0
  172. package/docs/interfaces/ContentTypeMapInterface.html +73 -0
  173. package/docs/interfaces/CruisePluginTypes.Config.html +7 -0
  174. package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +8 -0
  175. package/docs/interfaces/CruisePluginTypes.EventMap.html +33 -0
  176. package/docs/interfaces/CruisePluginTypes.GuildLineConfig.html +6 -0
  177. package/docs/interfaces/CruisePluginTypes.MoveAction.html +16 -0
  178. package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +19 -0
  179. package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +20 -0
  180. package/docs/interfaces/CruisePluginTypes.PluginData.html +8 -0
  181. package/docs/interfaces/CruisePluginTypes.PluginServerData.html +2 -0
  182. package/docs/interfaces/CruisePluginTypes.PluginState.html +15 -0
  183. package/docs/interfaces/CurrentPanoImagePluginType.Config.html +13 -0
  184. package/docs/interfaces/CurrentPanoImagePluginType.EventMap.html +15 -0
  185. package/docs/interfaces/CurrentPanoImagePluginType.Params.html +4 -0
  186. package/docs/interfaces/CurrentPanoImagePluginType.ShowHideOptions.html +3 -0
  187. package/docs/interfaces/CurrentPanoImagePluginType.State.html +7 -0
  188. package/docs/interfaces/FloorplanBounding.html +9 -0
  189. package/docs/interfaces/FloorplanData.html +7 -0
  190. package/docs/interfaces/FloorplanEntrance.html +14 -0
  191. package/docs/interfaces/FloorplanExtraObject.html +9 -0
  192. package/docs/interfaces/FloorplanExtraObject3D.html +5 -0
  193. package/docs/interfaces/FloorplanFloorData.html +9 -0
  194. package/docs/interfaces/FloorplanImagePosition.html +4 -0
  195. package/docs/interfaces/FloorplanObserver.html +8 -0
  196. package/docs/interfaces/FloorplanOutlineItem.html +6 -0
  197. package/docs/interfaces/FloorplanPosition.html +4 -0
  198. package/docs/interfaces/FloorplanRoomItem.html +24 -0
  199. package/docs/interfaces/FloorplanRoomLabelItem.html +6 -0
  200. package/docs/interfaces/FloorplanServerBounding.html +9 -0
  201. package/docs/interfaces/FloorplanServerComputedData.html +6 -0
  202. package/docs/interfaces/FloorplanServerData.html +4 -0
  203. package/docs/interfaces/FloorplanServerDoorItem.html +6 -0
  204. package/docs/interfaces/FloorplanServerDoorPosition.html +4 -0
  205. package/docs/interfaces/FloorplanServerEntrance.html +14 -0
  206. package/docs/interfaces/FloorplanServerFloorData.html +8 -0
  207. package/docs/interfaces/FloorplanServerImagePosition.html +4 -0
  208. package/docs/interfaces/FloorplanServerObserver.html +8 -0
  209. package/docs/interfaces/FloorplanServerOutlineItem.html +6 -0
  210. package/docs/interfaces/FloorplanServerPosition.html +4 -0
  211. package/docs/interfaces/FloorplanServerRoomItem.html +27 -0
  212. package/docs/interfaces/FloorplanServerRoomLabelItem.html +6 -0
  213. package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +4 -0
  214. package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +7 -0
  215. package/docs/interfaces/GuideLinePluginType.EventMap.html +13 -0
  216. package/docs/interfaces/GuideLinePluginType.ExtraRouteData.html +5 -0
  217. package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +8 -0
  218. package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +2 -0
  219. package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +32 -0
  220. package/docs/interfaces/GuideLinePluginType.GuideLineMeshStyle.html +4 -0
  221. package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +5 -0
  222. package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +42 -0
  223. package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +3 -0
  224. package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +57 -0
  225. package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +1 -0
  226. package/docs/interfaces/GuideLinePluginType.PluginServerData.html +2 -0
  227. package/docs/interfaces/GuideLinePluginType.PluginState.html +7 -0
  228. package/docs/interfaces/GuideLinePluginType.Route.html +13 -0
  229. package/docs/interfaces/HelperOffset.html +4 -0
  230. package/docs/interfaces/ImagePlaneGroup.html +3 -0
  231. package/docs/interfaces/ItemLabelPluginData.html +2 -0
  232. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +7 -0
  233. package/docs/interfaces/ItemLabelPluginParametersType.html +5 -0
  234. package/docs/interfaces/MinMax.html +3 -0
  235. package/docs/interfaces/ModelChassisCompassPluginData.html +3 -0
  236. package/docs/interfaces/ModelChassisCompassPluginExportType.html +4 -0
  237. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +3 -0
  238. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +4 -0
  239. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +4 -0
  240. package/docs/interfaces/ModelItemLabelPluginData.html +2 -0
  241. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +7 -0
  242. package/docs/interfaces/ModelItemLabelPluginParametersType.html +3 -0
  243. package/docs/interfaces/ModelMakerPluginType.BoxItemObjectData.html +17 -0
  244. package/docs/interfaces/ModelMakerPluginType.EventMap.html +18 -0
  245. package/docs/interfaces/ModelMakerPluginType.PrismItemObjectData.html +23 -0
  246. package/docs/interfaces/ModelMakerPluginType.ServerBaseItem.html +11 -0
  247. package/docs/interfaces/ModelMakerPluginType.ServerBoxItem.html +10 -0
  248. package/docs/interfaces/ModelMakerPluginType.ServerData.html +3 -0
  249. package/docs/interfaces/ModelMakerPluginType.ServerPrismItem.html +10 -0
  250. package/docs/interfaces/ModelMakerPluginType.ServerTrianglesItem.html +10 -0
  251. package/docs/interfaces/ModelMakerPluginType.State.html +8 -0
  252. package/docs/interfaces/ModelMakerPluginType.TrianglesItemObjectData.html +11 -0
  253. package/docs/interfaces/ModelRoomLabelPluginData.html +2 -0
  254. package/docs/interfaces/ModelTVVideoPluginData.html +5 -0
  255. package/docs/interfaces/ModelTVVideoPluginExportType.html +4 -0
  256. package/docs/interfaces/ModelTVVideoPluginParameterType.html +2 -0
  257. package/docs/interfaces/ModelViewPluginExportType.html +8 -0
  258. package/docs/interfaces/Object3DHelperState.html +4 -0
  259. package/docs/interfaces/ObjectHelperControllers.html +5 -0
  260. package/docs/interfaces/PaintBrushAction.html +14 -0
  261. package/docs/interfaces/PaintBrushConfigs.html +8 -0
  262. package/docs/interfaces/PaintBrushState.html +6 -0
  263. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +16 -0
  264. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +1 -0
  265. package/docs/interfaces/PanoMeasureParameterType.html +20 -0
  266. package/docs/interfaces/PanoMeasurePluginLineJson.html +4 -0
  267. package/docs/interfaces/PanoMeasurePluginOpenParameter.html +4 -0
  268. package/docs/interfaces/PanoMeasurePluginPointJson.html +3 -0
  269. package/docs/interfaces/PanoMeasurePluginPolylineJson.html +7 -0
  270. package/docs/interfaces/PanoRulerPluginExportType.html +6 -0
  271. package/docs/interfaces/PanoRulerPluginOptions.html +3 -0
  272. package/docs/interfaces/PanoRulerPluginParameterType.html +4 -0
  273. package/docs/interfaces/PanoRulerProPluginExportType.html +5 -0
  274. package/docs/interfaces/PanoRulerProPluginOptions.html +3 -0
  275. package/docs/interfaces/PanoRulerProPluginParameterType.html +3 -0
  276. package/docs/interfaces/PanoRulerProPluginState.html +4 -0
  277. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +1 -0
  278. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +1 -0
  279. package/docs/interfaces/PanoSpatialTagPluginData.html +7 -0
  280. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +6 -0
  281. package/docs/interfaces/PanoSpatialTagPluginExportType.html +9 -0
  282. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +6 -0
  283. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +9 -0
  284. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +7 -0
  285. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +6 -0
  286. package/docs/interfaces/PanoVideoPluginType.LoadParams.html +3 -0
  287. package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +8 -0
  288. package/docs/interfaces/PanoVideoPluginType.PluginData.html +2 -0
  289. package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +15 -0
  290. package/docs/interfaces/PanoVideoPluginType.PluginState.html +2 -0
  291. package/docs/interfaces/PanoVideoPluginType.VideoItem.html +14 -0
  292. package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +13 -0
  293. package/docs/interfaces/PluginEventMap.html +16 -0
  294. package/docs/interfaces/Point.html +4 -0
  295. package/docs/interfaces/Room.html +5 -0
  296. package/docs/interfaces/RoomInfo.html +3 -0
  297. package/docs/interfaces/RoomLabel.html +16 -0
  298. package/docs/interfaces/RoomRules.html +1 -0
  299. package/docs/interfaces/Rooms.html +1 -0
  300. package/docs/interfaces/Scissor.html +13 -0
  301. package/docs/interfaces/SculptConfig.html +14 -0
  302. package/docs/interfaces/State.html +7 -0
  303. package/docs/interfaces/TagCacheInterface.html +9 -0
  304. package/docs/interfaces/TagConfig.html +164 -0
  305. package/docs/interfaces/TagGLTFObjectGroup.html +3 -0
  306. package/docs/interfaces/TagIconAnimationConfig.html +7 -0
  307. package/docs/interfaces/TagIconUrl.html +20 -0
  308. package/docs/interfaces/TagObjectGroup.html +3 -0
  309. package/docs/interfaces/TagState.html +3 -0
  310. package/docs/interfaces/TagStyle.html +5 -0
  311. package/docs/interfaces/Tags.html +8 -0
  312. package/docs/interfaces/TemporaryState.html +2 -0
  313. package/docs/interfaces/Util.AnimeInstance.html +14 -0
  314. package/docs/interfaces/Util.BlinkAnimeOptions.html +21 -0
  315. package/docs/interfaces/Util.EventHandlerConfig.html +21 -0
  316. package/docs/interfaces/Util.FiveDomEvent.html +7 -0
  317. package/docs/interfaces/Util.FiveDomEventMap.html +20 -0
  318. package/docs/interfaces/Util.LegacyMouseGroupParameter.html +4 -0
  319. package/docs/interfaces/Util.MagnifierParameter.html +13 -0
  320. package/docs/interfaces/Util.MouseGroupParameter.html +4 -0
  321. package/docs/interfaces/Util.ObjectInitialState.html +9 -0
  322. package/docs/interfaces/Util.PointIntersection.html +21 -0
  323. package/docs/interfaces/Util.PointSelectorHelperConfig.html +6 -0
  324. package/docs/interfaces/Util.ReBlinkAnimeOptions.html +27 -0
  325. package/docs/modules/AreaMakerPluginType.html +17 -0
  326. package/docs/modules/CruisePluginTypes.html +14 -0
  327. package/docs/modules/CurrentPanoImagePluginType.html +6 -0
  328. package/docs/modules/GuideLineItem.html +2 -0
  329. package/docs/modules/GuideLineModeItem.html +3 -0
  330. package/docs/modules/GuideLinePluginType.html +25 -0
  331. package/docs/modules/ModelMakerPluginType.html +19 -0
  332. package/docs/modules/PanoVideoPluginType.html +8 -0
  333. package/docs/modules/SculptData.html +9 -0
  334. package/docs/modules/SculptType.html +2 -0
  335. package/docs/modules/Util.html +86 -0
  336. package/docs/modules/Util.sculpt.html +25 -0
  337. package/docs/modules.html +278 -0
  338. package/docs/types/AddObject3DHelperConfig.html +19 -0
  339. package/docs/types/AreaMakerPluginType.AreaMakerItemEventMap.html +7 -0
  340. package/docs/types/AreaMakerPluginType.ItemRenderer.html +1 -0
  341. package/docs/types/AreaMakerPluginType.PluginData.html +2 -0
  342. package/docs/types/AreaMakerPluginType.ServerData.html +2 -0
  343. package/docs/types/ArrayPosition.html +1 -0
  344. package/docs/types/AudioAppearance.html +1 -0
  345. package/docs/types/CSS3DRenderExportType.html +1 -0
  346. package/docs/types/CSS3DRenderPluginExportType.html +1 -0
  347. package/docs/types/CSS3DRenderPluginParameterType.html +1 -0
  348. package/docs/types/ClassFunctionParameters.html +1 -0
  349. package/docs/types/Color.html +1 -0
  350. package/docs/types/ContentTypeConfigKey.html +1 -0
  351. package/docs/types/ContentTypeConfigKeySplit.html +1 -0
  352. package/docs/types/ContentTypeMap.html +1 -0
  353. package/docs/types/Create3DDomContainerReturnType.html +1 -0
  354. package/docs/types/Create3DElementReturnType.html +1 -0
  355. package/docs/types/CruisePluginExportType.html +1 -0
  356. package/docs/types/CruisePluginTypes.CruiseData.html +5 -0
  357. package/docs/types/CruisePluginTypes.MoveEffect.html +1 -0
  358. package/docs/types/CurrentPanoImagePluginExportType.html +1 -0
  359. package/docs/types/DeprecatedMediaPlaneProperty.html +3 -0
  360. package/docs/types/DeprecatedTagProperty.html +3 -0
  361. package/docs/types/Direction-1.html +1 -0
  362. package/docs/types/Direction4.html +1 -0
  363. package/docs/types/ElementRenderer.html +2 -0
  364. package/docs/types/FloorplanGuidePluginParameterType.html +1 -0
  365. package/docs/types/FloorplanGuidePluginReturnType.html +1 -0
  366. package/docs/types/FloorplanRuleLabels.html +2 -0
  367. package/docs/types/FloorplanServerRuleLabels.html +1 -0
  368. package/docs/types/GuideLinePluginExportType.html +1 -0
  369. package/docs/types/GuideLinePluginType.GuideLineItem.html +2 -0
  370. package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +1 -0
  371. package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +1 -0
  372. package/docs/types/GuideLinePluginType.GuideLineStyle.html +2 -0
  373. package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +2 -0
  374. package/docs/types/GuideLinePluginType.PathItem.html +2 -0
  375. package/docs/types/GuideLinePluginType.PluginData.html +2 -0
  376. package/docs/types/GuideLinePluginType.RouteConfig.html +4 -0
  377. package/docs/types/HelperEventMap.html +1 -0
  378. package/docs/types/InternalHelperEventMap.html +1 -0
  379. package/docs/types/MapviewFloorplanPluginParameterType.html +1 -0
  380. package/docs/types/MapviewFloorplanPluginReturnType.html +1 -0
  381. package/docs/types/MeasureEndReason.html +1 -0
  382. package/docs/types/MeasurePluginConfig.html +5 -0
  383. package/docs/types/MediaData.html +2 -0
  384. package/docs/types/MediaStore.html +1 -0
  385. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +1 -0
  386. package/docs/types/ModelFloorplanPluginParameterType.html +1 -0
  387. package/docs/types/ModelFloorplanPluginReturnType.html +1 -0
  388. package/docs/types/ModelId.html +1 -0
  389. package/docs/types/ModelMakerPluginType.ElementRenderer.html +1 -0
  390. package/docs/types/ModelMakerPluginType.ItemType.html +2 -0
  391. package/docs/types/ModelMakerPluginType.MarkerItem.html +1 -0
  392. package/docs/types/ModelMakerPluginType.ServerItem.html +2 -0
  393. package/docs/types/ModelRoomLabelPluginParameters.html +1 -0
  394. package/docs/types/ModelRoomLabelPluginReturnType.html +1 -0
  395. package/docs/types/MoveArgs.html +2 -0
  396. package/docs/types/MoveOpts.html +2 -0
  397. package/docs/types/Object3DHelperEventMap.html +1 -0
  398. package/docs/types/ObjectFit.html +1 -0
  399. package/docs/types/PaintBrushEventMap.html +1 -0
  400. package/docs/types/PanoCompassPluginData.html +1 -0
  401. package/docs/types/PanoCompassPluginExportType.html +1 -0
  402. package/docs/types/PanoCompassPluginParameterType.html +1 -0
  403. package/docs/types/PanoFloorplanRadarPluginParameterType.html +1 -0
  404. package/docs/types/PanoFloorplanRadarPluginReturnType.html +1 -0
  405. package/docs/types/PanoIndex.html +1 -0
  406. package/docs/types/PanoMeasurePluginEvent.html +1 -0
  407. package/docs/types/PanoMeasureReturnType.html +1 -0
  408. package/docs/types/PanoSpatialTagPluginId.html +1 -0
  409. package/docs/types/PanoTagPluginExportInterface.html +1 -0
  410. package/docs/types/PanoTagPluginParamsInterface.html +1 -0
  411. package/docs/types/PanoVideoPluginParameterType.html +1 -0
  412. package/docs/types/PanoVideoPluginReturnType.html +1 -0
  413. package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +2 -0
  414. package/docs/types/PipelinePluginParameterType.html +1 -0
  415. package/docs/types/PipelinePluginReturnType.html +1 -0
  416. package/docs/types/PlaneTag.html +2 -0
  417. package/docs/types/Point2DTag.html +2 -0
  418. package/docs/types/Point3DTag.html +2 -0
  419. package/docs/types/PointTagInstance.html +1 -0
  420. package/docs/types/Position.html +1 -0
  421. package/docs/types/PositionFrom.html +1 -0
  422. package/docs/types/RotateArgs.html +2 -0
  423. package/docs/types/RotateOpts.html +2 -0
  424. package/docs/types/RuleLabelsKey.html +1 -0
  425. package/docs/types/RuleLabelsValue.html +1 -0
  426. package/docs/types/ScaleCallback.html +1 -0
  427. package/docs/types/ScalePosition.html +3 -0
  428. package/docs/types/SculptData.BoxData.html +1 -0
  429. package/docs/types/SculptData.CircleData.html +1 -0
  430. package/docs/types/SculptData.CylinderData.html +1 -0
  431. package/docs/types/SculptData.PointData.html +1 -0
  432. package/docs/types/SculptData.PolygonData.html +1 -0
  433. package/docs/types/SculptData.PolylineData.html +1 -0
  434. package/docs/types/SculptData.PrismData.html +1 -0
  435. package/docs/types/SculptData.RectangleData.html +1 -0
  436. package/docs/types/SculptType.Theme.html +10 -0
  437. package/docs/types/StickType.html +1 -0
  438. package/docs/types/Tag.html +17 -0
  439. package/docs/types/Tag2D.html +2 -0
  440. package/docs/types/Tag3D.html +2 -0
  441. package/docs/types/TagClickParams.html +1 -0
  442. package/docs/types/TagConfigByKey.html +1 -0
  443. package/docs/types/TagContentType.html +1 -0
  444. package/docs/types/TagContentTypeMapping.html +1 -0
  445. package/docs/types/TagDimensionType.html +1 -0
  446. package/docs/types/TagElement.html +2 -0
  447. package/docs/types/TagEvents.html +1 -0
  448. package/docs/types/TagGLTFObject.html +1 -0
  449. package/docs/types/TagHooks.html +1 -0
  450. package/docs/types/TagId.html +1 -0
  451. package/docs/types/TagInstance.html +1 -0
  452. package/docs/types/TagPlacement.html +5 -0
  453. package/docs/types/TagPointType.html +2 -0
  454. package/docs/types/TagRendererMap.html +1 -0
  455. package/docs/types/TopviewFloorplanPluginParameterType.html +1 -0
  456. package/docs/types/TopviewFloorplanPluginReturnType.html +1 -0
  457. package/docs/types/Util.ActionIfNoIntersection.html +1 -0
  458. package/docs/types/Util.AdherePoint.html +2 -0
  459. package/docs/types/Util.PointSelectorConfig.html +1 -0
  460. package/docs/types/Util.SupportedTarget.html +2 -0
  461. package/docs/types/Util.Target.html +2 -0
  462. package/docs/types/Util.ThreeObject.html +2 -0
  463. package/docs/types/WorkCode.html +1 -0
  464. package/docs/variables/FLOOR_TYPE_MAP.html +2 -0
  465. package/docs/variables/PLUGIN.html +1 -0
  466. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +2 -0
  467. package/docs/variables/ROOM_TYPE_MAP.html +2 -0
  468. package/docs/variables/Util.ANIME_PRESETS.html +2 -0
  469. package/docs/variables/Util.CURRENT_PANO_IMAGE_DEFAULT_IMAGE.html +2 -0
  470. package/docs/variables/Util.DEFAULT_ANIME_CONFIG.html +2 -0
  471. package/docs/variables/Util.DEFAULT_STATIC_PREFIX.html +2 -0
  472. package/docs/variables/Util.DNALOGEL_DEFAULT_ASSETS.html +2 -0
  473. package/docs/variables/Util.ENTRY_DOOR_DEFAULT_IMAGE.html +2 -0
  474. package/docs/variables/Util.FLOORPLAN_DEFAULT_IMAGE.html +2 -0
  475. package/docs/variables/Util.GUIDELINE_DEFAULT_ARROW_TEXTURE.html +2 -0
  476. package/docs/variables/Util.GUIDELINE_WHITE_ARROW_TEXTURE.html +2 -0
  477. package/docs/variables/Util.MODEL_CHASSIS_COMPASS_DEFAULT_MODEL.html +2 -0
  478. package/docs/variables/Util.MODEL_ENTRY_DOOR_GUIDE_PLUGIN_DEFAULT_MODEL.html +2 -0
  479. package/docs/variables/Util.PANO_COMPASS_DEFAULT_IMAGE.html +2 -0
  480. package/docs/variables/Util.PANO_SPATIAL_TAG_BLUR_IMAGE.html +2 -0
  481. package/docs/variables/Util.PANO_TAG_DEFAULT_LINK_ICON.html +2 -0
  482. package/docs/variables/defaultGlobalConfig.html +1 -0
  483. package/docs/variables/itemLabelPluginServerParams.html +1 -0
  484. package/docs/variables/modelItemLabelPluginServerParams.html +1 -0
  485. package/docs/variables/modelRoomLabelPluginServerParams.html +1 -0
  486. package/libs/GuideLinePlugin/Components/Tag.js +151 -163
  487. package/libs/GuideLinePlugin/Controller.d.ts +34 -2
  488. package/libs/GuideLinePlugin/Controller.js +58 -24
  489. package/libs/GuideLinePlugin/GuideLineModeItem/index.js +76 -69
  490. package/libs/GuideLinePlugin/GuideLineModeItem.d.ts +7 -2
  491. package/libs/base/BasePlugin.js +1 -1
  492. package/libs/shared-utils/logger.js +1 -1
  493. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,10 +1,20 @@
1
1
  # CHANGELOG
2
+
3
+ ## 3.77.11-alpha.0
4
+
5
+ * feat(GuideLinePlugin): 新增 `setDistanceFormatter(fn?)` 方法,支持运行时动态切换距离单位显示(英制英尺/英寸、英里等任意格式),不传参时恢复默认格式
6
+ * feat(GuideLinePlugin): `formatDistance` 函数返回完整显示字符串,调用方可完整控制语言和单位组合(如 `"Total 1.24 mi"`、`"全程 5'10""`)
7
+ * fix(GuideLinePlugin): 修复未配置 formatDistance 时默认显示硬编码 "m" 的 breaking change,默认行为恢复为 `i18n('全程') + 距离 + i18n('米')`
8
+
9
+ ## 3.77.10
10
+ - fix(shared-utils): 修复 replaceStaticPrefix 在 prefix 含端口号时丢失端口的问题
11
+
2
12
  ## 3.77.9
3
13
  - fix(GuideLinePlugin): 修复创建新 guideline 时箭头贴图未按 staticPrefix 配置替换的问题
4
14
 
5
15
  ## 3.77.8
6
- - fix(Sculpt) 优先从父链获取以支持多 VR;兜底 window.globalModulesfive / window.$five 保证单 VR 场景兼容
7
-
16
+ - fix(Sculpt) 优先从父链获取以支持多 VR;兜底 window.globalModulesfive / window.$five 保证单 VR 场景兼容
17
+
8
18
  ## 3.77.7
9
19
  - fix(Sculpt): 更新相关five的获取方式
10
20
 
@@ -26,808 +36,808 @@
26
36
 
27
37
  ## 3.77.2
28
38
 
29
- - fix(Sculpt): 修复 hitFilter 配置为可选,避免未配置时报错
39
+ * fix(Sculpt): 修复 hitFilter 配置为可选,避免未配置时报错
30
40
 
31
41
  ## 3.77.1
32
42
 
33
- - feat(floorplan): 1. 支持自定义 showState 2. 在模型有旋转时仍然支持显示&放大缩小平面图
43
+ * feat(floorplan): 1. 支持自定义showState 2. 在模型有旋转时仍然支持显示&放大缩小平面图
34
44
 
35
45
  ## 3.77.0
36
46
 
37
- - feat(Sculpt): 1.添加 Sculpt 落笔时候的点位回调,2 添加 Sculpt 编辑状态的回调 包含旋转,拖拽,缩放参数
47
+ * feat(Sculpt): 1.添加Sculpt 落笔时候的点位回调,2添加Sculpt编辑状态的回调 包含旋转,拖拽,缩放参数
38
48
 
39
49
  ## 3.76.0
40
50
 
41
- - feat(Sculpt): 添加 hitFilter 配置,支持自定义拾取点过滤函数
51
+ * feat(Sculpt): 添加 hitFilter 配置,支持自定义拾取点过滤函数
42
52
 
43
53
  ## 3.75.1
44
54
 
45
- - fix(panoTagPlugins): 1.roomlabel 在隐藏时仍会选中。2.分间名称在重复创建,未销毁
55
+ * fix(panoTagPlugins): 1.roomlabel在隐藏时仍会选中。2.分间名称在重复创建,未销毁
46
56
 
47
57
  ## 3.75.0
48
58
 
49
- - chore(publish): 发布 3.74.0-alpha.0 - 3.74.0-alpha.3 版本改动正式版
59
+ * chore(publish): 发布 3.74.0-alpha.0 - 3.74.0-alpha.3 版本改动正式版
50
60
 
51
61
  ## 3.74.5
52
62
 
53
- - fix(MapviewFloorplanPlugin): 沙盘子 vr 切换到平面图插件时,修正距离的计算
63
+ * fix(MapviewFloorplanPlugin): 沙盘子vr切换到平面图插件时,修正距离的计算
54
64
 
55
65
  ## 3.74.4
56
66
 
57
- - fix(panoTagPlugins): 沙盘下错误的多做了一次坐标转换
67
+ * fix(panoTagPlugins): 沙盘下错误的多做了一次坐标转换
58
68
 
59
69
  ## 3.74.3
60
70
 
61
- - feat(panoTagPlugins): infive 0 时,opacity 不会受到 modelOpacity 的影响
71
+ * feat(panoTagPlugins): infive为0时,opacity不会受到modelOpacity的影响
62
72
 
63
73
  ## 3.74.2
64
74
 
65
- - feat(Sculpt): 修复 point label 遮挡 point 位置问题
75
+ * feat(Sculpt): 修复point的label遮挡point位置问题
66
76
 
67
77
  ## 3.74.1
68
78
 
69
- - feat(PanoTagPlugin): 修改 mouseenter pointerenter
79
+ * feat(PanoTagPlugin): 修改mouseenter为pointerenter
70
80
 
71
81
  ## 3.74.0
72
82
 
73
- - feat(PanoTagPlugin): pointTag 增加法线, 默认显示, 标签数据有 normal normalLen 时显示法线
83
+ * feat(PanoTagPlugin): pointTag增加法线, 默认显示, 标签数据有normal和normalLen时显示法线
74
84
 
75
85
  ## 3.74.0-alpha.3
76
86
 
77
- - fix(Sculpt): 修复 limit 为 xoz 时,绘制多边形自相交检测不准确的问题
87
+ * fix(Sculpt): 修复 limit 为 xoz 时,绘制多边形自相交检测不准确的问题
78
88
 
79
89
  ## 3.74.0-alpha.2
80
90
 
81
- - feat(Sculpt): `experimental_point_will_add` 参数增加当前已经绘制的点坐标(不包括即将添加的点)
91
+ * feat(Sculpt): `experimental_point_will_add` 参数增加当前已经绘制的点坐标(不包括即将添加的点)
82
92
 
83
93
  ## 3.74.0-alpha.1
84
94
 
85
- - feat(Sculpt): 多棱柱同步 3.74.0-alpha.0 中的改动
95
+ * feat(Sculpt): 多棱柱同步 3.74.0-alpha.0 中的改动
86
96
 
87
97
  ## 3.74.0-alpha.0
88
98
 
89
- - feat(Sculpt): 多边形添加事件 `polygon.experimental_self_intersect` 和 `polygon.experimental_point_will_add`
90
- - feat(Sculpt): 多边形添加 `experimental_max_point_count` 控制最多能绘制的点数
99
+ * feat(Sculpt): 多边形添加事件 `polygon.experimental_self_intersect` 和 `polygon.experimental_point_will_add`
100
+ * feat(Sculpt): 多边形添加 `experimental_max_point_count` 控制最多能绘制的点数
91
101
 
92
102
  ## 3.73.5
93
103
 
94
- - fix(Object3DHelper): 修复垂直拖拽位置不准
104
+ * fix(Object3DHelper): 修复垂直拖拽位置不准
95
105
 
96
106
  ## 3.73.4
97
107
 
98
- - fix(MapviewFloorplanPlugin): 新增虚拟屏幕所属楼层,更新 planeTag 可设置 opacity 属性
108
+ * fix(MapviewFloorplanPlugin): 新增虚拟屏幕所属楼层,更新 planeTag 可设置 opacity 属性
99
109
 
100
110
  ## 3.73.3
101
111
 
102
- - fix(MeasurePlugin): 修复测量事件修改不生效的问题
112
+ * fix(MeasurePlugin): 修复测量事件修改不生效的问题
103
113
 
104
114
  ## 3.73.2
105
115
 
106
- - feat(MeasurePlugin): 测量完成时,在发送的 measureEnd 事件中添加当次的所有 points
116
+ * feat(MeasurePlugin): 测量完成时,在发送的 measureEnd 事件中添加当次的所有 points
107
117
 
108
118
  ## 3.73.1
109
119
 
110
- - fix(MapviewFloorplanPlugin): 适配沙盘的平面图位置
120
+ * fix(MapviewFloorplanPlugin): 适配沙盘的平面图位置
111
121
 
112
122
  ## 3.73.0
113
123
 
114
- - feat(Sculpt): 多边形绘制增加 experimental_self_intersect_check 配置,为 true 时,绘制过程中会检查多边形是否自相交,如果自相交,则禁止添加下一个点
124
+ * feat(Sculpt): 多边形绘制增加 experimental\_self\_intersect\_check 配置,为 true 时,绘制过程中会检查多边形是否自相交,如果自相交,则禁止添加下一个点
115
125
 
116
126
  ## 3.72.5
117
127
 
118
- - fix(): 修复文本单词被截断换行问题,采用渐进降级策略(保持单词完整 → 连字符断词 → 省略号截断)
128
+ * fix(): 修复文本单词被截断换行问题,采用渐进降级策略(保持单词完整 → 连字符断词 → 省略号截断)
119
129
 
120
130
  ## 3.72.4
121
131
 
122
- - fix(ModelChassisCompassPlugin): 修复指南针重复 load 未清理资源导致内存泄漏
132
+ * fix(ModelChassisCompassPlugin): 修复指南针重复 load 未清理资源导致内存泄漏
123
133
 
124
134
  ## 3.72.3
125
135
 
126
- - fix(GuideLinePlugin): 路线闪烁对象中需要过滤 undefined
136
+ * fix(GuideLinePlugin): 路线闪烁对象中需要过滤 undefined
127
137
 
128
138
  ## 3.72.2
129
139
 
130
- - feat(PanoTagPlugin): 修改虚拟屏幕播放与不播放位置不同问题
140
+ * feat(PanoTagPlugin): 修改虚拟屏幕播放与不播放位置不同问题
131
141
 
132
142
  ## 3.72.1
133
143
 
134
- - feat(Sculpt): 修改拓展中间 box 的样式
144
+ * feat(Sculpt): 修改拓展中间 box 的样式
135
145
 
136
146
  ## 3.72.0
137
147
 
138
- - fix(Sculpt): 修改多边形的选中机制和编辑显示
148
+ * fix(Sculpt): 修改多边形的选中机制和编辑显示
139
149
 
140
150
  ## 3.71.7
141
151
 
142
- - fix(DigitalPerformancePlugin): 修改加载 GLTF 方式
152
+ * fix(DigitalPerformancePlugin): 修改加载 GLTF 方式
143
153
 
144
154
  ## 3.71.6
145
155
 
146
- - feat(PanoTagPlugin): 新增标签展开策略 ScreenCenter
156
+ * feat(PanoTagPlugin): 新增标签展开策略 ScreenCenter
147
157
 
148
158
  ## 3.71.5
149
159
 
150
- - chore(PanoTagPlugin): mesh 渲染的虚拟标签支持编辑
160
+ * chore(PanoTagPlugin): mesh 渲染的虚拟标签支持编辑
151
161
 
152
162
  ## 3.71.4
153
163
 
154
- - feat(Object3DHelper): 支持拖拽时自定义位置结果,用来限制拖拽
164
+ * feat(Object3DHelper): 支持拖拽时自定义位置结果,用来限制拖拽
155
165
 
156
166
  ## 3.71.2
157
167
 
158
- - chore(five): 升级 five 版本
168
+ * chore(five): 升级 five 版本
159
169
 
160
170
  ## 3.71.1
161
171
 
162
- - feat(ModelMakerPlugin): 支持传入自定义颜色高亮标签以及扫光动画
163
- - feat(ModelMakerPlugin): 支持隐藏/显示部分或全部 item,扫光传入的颜色应用到面
164
- - feat(Utils.lookObject): 支持 minDistance 和 minLatitude
172
+ * feat(ModelMakerPlugin): 支持传入自定义颜色高亮标签以及扫光动画
173
+ * feat(ModelMakerPlugin): 支持隐藏/显示部分或全部 item,扫光传入的颜色应用到面
174
+ * feat(Utils.lookObject): 支持 minDistance 和 minLatitude
165
175
 
166
176
  ## 3.71.0
167
177
 
168
- - chore(PanoTagPlugin): 调整修改默认碰撞检测的误差值
178
+ * chore(PanoTagPlugin): 调整修改默认碰撞检测的误差值
169
179
 
170
180
  ## 3.70.10
171
181
 
172
- - chore(MarketingTag): 调整商品标签的价格单位文案展示位置到价格后面
182
+ * chore(MarketingTag): 调整商品标签的价格单位文案展示位置到价格后面
173
183
 
174
184
  ## 3.70.9
175
185
 
176
- - fix(Sculpt): 修复 Prism 扫光在沙盘下消失的问题
186
+ * fix(Sculpt): 修复 Prism 扫光在沙盘下消失的问题
177
187
 
178
188
  ## 3.70.8
179
189
 
180
- - feat(Sculpt): 支持 Prism 进行扫光
190
+ * feat(Sculpt): 支持 Prism 进行扫光
181
191
 
182
192
  ## 3.70.7
183
193
 
184
- - fix(MapviewFloorplanPlugin, ModelFloorplanPlugin): 修复 Floorplan 插件初始 index 错误的问题
194
+ * fix(MapviewFloorplanPlugin, ModelFloorplanPlugin): 修复 Floorplan 插件初始 index 错误的问题
185
195
 
186
196
  ## 3.70.6
187
197
 
188
- - fix(css3DRenderPlugin): 修改 css3DRenderPlugin 性能问题
198
+ * fix(css3DRenderPlugin): 修改 css3DRenderPlugin 性能问题
189
199
 
190
200
  ## 3.70.5
191
201
 
192
- - fix(Object3DHelper): 解决拖拽时面片闪缩问题
202
+ * fix(Object3DHelper): 解决拖拽时面片闪缩问题
193
203
 
194
204
  ## 3.70.4
195
205
 
196
- - fix(CSS3DRender): 解决拉伸时辅助元素跟随缩放的问题
206
+ * fix(CSS3DRender): 解决拉伸时辅助元素跟随缩放的问题
197
207
 
198
208
  ## 3.70.3
199
209
 
200
- - fix(AreaLabelTextStyle): 解决区域标签 Label 文案过长边框圆角被拉伸的问题
210
+ * fix(AreaLabelTextStyle): 解决区域标签 Label 文案过长边框圆角被拉伸的问题
201
211
 
202
212
  ## 3.70.2
203
213
 
204
- - fix(Object3DHelper): 修复旋转时异常报错
214
+ * fix(Object3DHelper): 修复旋转时异常报错
205
215
 
206
216
  ## 3.70.1
207
217
 
208
- - fix(CSS3DRender): 修复 css3DRenderer 渲染方式
218
+ * fix(CSS3DRender): 修复 css3DRenderer 渲染方式
209
219
 
210
220
  ## 3.70.0
211
221
 
212
- - feat(PanoTagPlugin): 新增标签 icon 动画功能,由配置 animation 控制
222
+ * feat(PanoTagPlugin): 新增标签 icon 动画功能,由配置 animation 控制
213
223
 
214
224
  ## 3.69.15
215
225
 
216
- - feat(Object3DHelper): 优化旋转缩放平移交互操作
226
+ * feat(Object3DHelper): 优化旋转缩放平移交互操作
217
227
 
218
228
  ## 3.69.14
219
229
 
220
- - fix(css3DRenderPlugin): 修改 css3DRenderPlugin 性能问题
230
+ * fix(css3DRenderPlugin): 修改 css3DRenderPlugin 性能问题
221
231
 
222
232
  ## 3.69.13
223
233
 
224
- - feat(FloorplanGuidePlugin): 添加无平面图楼层支持
234
+ * feat(FloorplanGuidePlugin): 添加无平面图楼层支持
225
235
 
226
236
  ## 3.69.12
227
237
 
228
- - feature(CommodityTagNewStyle): 商品标签修改样式显示,修改区域标签名称的文案样式
238
+ * feature(CommodityTagNewStyle): 商品标签修改样式显示,修改区域标签名称的文案样式
229
239
 
230
240
  ## 3.69.11
231
241
 
232
- - feat(FloorplanGuidePlugin): 添加平面图导览插件
242
+ * feat(FloorplanGuidePlugin): 添加平面图导览插件
233
243
 
234
244
  ## 3.69.10
235
245
 
236
- - fix(replaceStaticPrefix): 修复函数的行为
246
+ * fix(replaceStaticPrefix): 修复函数的行为
237
247
 
238
248
  ## 3.69.9
239
249
 
240
- - fix(DigitalPerformancePlugin): 修复多个相同不同动作不会执行问题
250
+ * fix(DigitalPerformancePlugin): 修复多个相同不同动作不会执行问题
241
251
 
242
252
  ## 3.69.8
243
253
 
244
- - fix(blink): 修复虚拟屏幕闪烁后变成不透明的问题
254
+ * fix(blink): 修复虚拟屏幕闪烁后变成不透明的问题
245
255
 
246
256
  ## 3.69.7
247
257
 
248
- - chore(five): 升级 five 至 6.5.0
258
+ * chore(five): 升级 five 至 6.5.0
249
259
 
250
260
  ## 3.69.6
251
261
 
252
- - feat(DigitalPerformancePlugin): 新增动画演绎插件。
262
+ * feat(DigitalPerformancePlugin): 新增动画演绎插件。
253
263
 
254
264
  ## 3.69.5
255
265
 
256
- - fix(AudioTagEditorPopover): 音频标签应该判断 audioUrl 来渲染 popover 的 DOM 结构
266
+ * fix(AudioTagEditorPopover): 音频标签应该判断 audioUrl 来渲染 popover 的 DOM 结构
257
267
 
258
268
  ## 3.69.4
259
269
 
260
- - fix: 对 LightTag 的 disable 做兼容处理
270
+ * fix: 对 LightTag 的 disable 做兼容处理
261
271
 
262
272
  ## 3.69.3
263
273
 
264
- - feat(ModelViewPlugin): 添加 fetcher 配置
274
+ * feat(ModelViewPlugin): 添加 fetcher 配置
265
275
 
266
276
  ## 3.69.2
267
277
 
268
- - fix(replaceStaticPrefix): 当传入的资源是相对 url 的时候不进行替换
278
+ * fix(replaceStaticPrefix): 当传入的资源是相对 url 的时候不进行替换
269
279
 
270
280
  ## 3.69.1
271
281
 
272
- - feat(MeasurePlugin): 测量插件支持实时调整公制单位精度
273
- - feat(MeasurePlugin): 测量插件支持 Shift+鼠标左键选中水平投影线段
282
+ * feat(MeasurePlugin): 测量插件支持实时调整公制单位精度
283
+ * feat(MeasurePlugin): 测量插件支持 Shift+鼠标左键选中水平投影线段
274
284
 
275
285
  ## 3.69.0
276
286
 
277
- - feat: 抽离插件中使用到的固化资源
287
+ * feat: 抽离插件中使用到的固化资源
278
288
 
279
289
  ## 3.68.4
280
290
 
281
- - fix(WatchController): 测量工具展示态下不应该删除按钮
291
+ * fix(WatchController): 测量工具展示态下不应该删除按钮
282
292
 
283
293
  ## 3.68.3
284
294
 
285
- - fix(ModelRoomLabelPlugin): 修改部分 UI 样式问题
286
- - feat(MeasurePlugin): 新增部分测量功能回调参数
295
+ * fix(ModelRoomLabelPlugin): 修改部分 UI 样式问题
296
+ * feat(MeasurePlugin): 新增部分测量功能回调参数
287
297
 
288
298
  ## 3.68.2
289
299
 
290
- - fix(Sculpt): 修复 box 扫光动画不应用世界 rotation 的问题
300
+ * fix(Sculpt): 修复 box 扫光动画不应用世界 rotation 的问题
291
301
 
292
302
  ## 3.68.1
293
303
 
294
- - feat(PointSelector, Magnifier, MeasurePlugin): 在测量时的放大镜中显示模型
295
- - feat(MeasurePlugin, Sculpt): 添加长度单位的精确度配置,支持切换到毫米
304
+ * feat(PointSelector, Magnifier, MeasurePlugin): 在测量时的放大镜中显示模型
305
+ * feat(MeasurePlugin, Sculpt): 添加长度单位的精确度配置,支持切换到毫米
296
306
 
297
307
  ## 3.68.0
298
308
 
299
- - feat(SculptPlugin): 支持绘制多边形时不吸附模型,同时对撤销等操作,多边形绘制中吸附检测改成绝对绝对像素检测, 默认不传像素值还是物理距离吸附检测 同时加上多边形顶点显示
309
+ * feat(SculptPlugin): 支持绘制多边形时不吸附模型,同时对撤销等操作,多边形绘制中吸附检测改成绝对绝对像素检测, 默认不传像素值还是物理距离吸附检测 同时加上多边形顶点显示
300
310
 
301
311
  ## 3.67.10
302
312
 
303
- - feat(MeasurePlugin): 测量插件可以调整位置
313
+ * feat(MeasurePlugin): 测量插件可以调整位置
304
314
 
305
315
  ## 3.67.9
306
316
 
307
- - feat(Sculpt, ModelMakerPlugin): 为 Box 添加可中断的扫光动画功能
317
+ * feat(Sculpt, ModelMakerPlugin): 为 Box 添加可中断的扫光动画功能
308
318
 
309
319
  ## 3.67.8
310
320
 
311
- - feat(PanoTagPlugin): 新增 enu_position,enu_normal 字段的数据转换
321
+ * feat(PanoTagPlugin): 新增 enu\_position,enu\_normal 字段的数据转换
312
322
 
313
323
  ## 3.67.7
314
324
 
315
- - chore(PanoTagPlugin): 将标签点射线检测的误差距离由`0.01`调整为`0.02`
325
+ * chore(PanoTagPlugin): 将标签点射线检测的误差距离由`0.01`调整为`0.02`
316
326
 
317
327
  ## 3.67.6
318
328
 
319
- - fix(ObjectHelper): 修复 ObjectHelper 中的 boundingBoxHelper 在销毁时没有执行 dispose 的问题
329
+ * fix(ObjectHelper): 修复 ObjectHelper 中的 boundingBoxHelper 在销毁时没有执行 dispose 的问题
320
330
 
321
331
  ## 3.67.5
322
332
 
323
- - fix(GuildLinePlugin): 修复沙盘 vr 路线不展示 workCode 值取错问题
333
+ * fix(GuildLinePlugin): 修复沙盘 vr 路线不展示 workCode 值取错问题
324
334
 
325
335
  ## 3.67.4
326
336
 
327
- - feat(Sculpt): Sculpt 鼠标吸附和放大镜配置
337
+ * feat(Sculpt): Sculpt 鼠标吸附和放大镜配置
328
338
 
329
339
  ## 3.67.3
330
340
 
331
- - fix(\*): 插件字体增加多端策略
341
+ * fix(\*): 插件字体增加多端策略
332
342
 
333
343
  ## 3.67.2
334
344
 
335
- - fix(PanoTagPlugin): 修改 tagPopup 描述格式同编辑器一致
345
+ * fix(PanoTagPlugin): 修改 tagPopup 描述格式同编辑器一致
336
346
 
337
347
  ## 3.67.1
338
348
 
339
- - fix(PanoTagPlugin): 修复音频标签未开启 hover 支持时出现了 tagPoint 的问题
349
+ * fix(PanoTagPlugin): 修复音频标签未开启 hover 支持时出现了 tagPoint 的问题
340
350
 
341
351
  ## 3.67.0
342
352
 
343
- - feat(PanoTagPlugin): 音频标签替支持 hover 后出 popover 浮层
353
+ * feat(PanoTagPlugin): 音频标签替支持 hover 后出 popover 浮层
344
354
 
345
355
  ## 3.66.5
346
356
 
347
- - fix(PanoTagPlugin): hover 面板消失效果优化
357
+ * fix(PanoTagPlugin): hover 面板消失效果优化
348
358
 
349
359
  ## 3.66.4
350
360
 
351
- - fix(GuildLine): 修复本地化模型态展示不出路线
361
+ * fix(GuildLine): 修复本地化模型态展示不出路线
352
362
 
353
363
  ## 3.66.3
354
364
 
355
- - fix(PanoTagPlugin): 修复隐藏的 tag 在闪烁时 hover,闪烁结束后 Popover 位置错误
365
+ * fix(PanoTagPlugin): 修复隐藏的 tag 在闪烁时 hover,闪烁结束后 Popover 位置错误
356
366
 
357
367
  ## 3.66.2
358
368
 
359
- - fix(PanoTagPlugin): 修复虚拟屏幕标签(panelTag)视频播放暂停未触发 playStateChange 事件的问题
369
+ * fix(PanoTagPlugin): 修复虚拟屏幕标签(panelTag)视频播放暂停未触发 playStateChange 事件的问题
360
370
 
361
371
  ## 3.66.1
362
372
 
363
- - fix(MeasurePlugin): 修复 MeasurePlugin 创建多个 mesh 时,第偶数个 mesh 没有 onclick/onhover 的问题
373
+ * fix(MeasurePlugin): 修复 MeasurePlugin 创建多个 mesh 时,第偶数个 mesh 没有 onclick/onhover 的问题
364
374
 
365
375
  ## 3.66.0
366
376
 
367
- - feat(PanoTagPlugin): 新增鼠标`hover`事件支持,当发生`hover`时,加载`TagPopover`组件
377
+ * feat(PanoTagPlugin): 新增鼠标`hover`事件支持,当发生`hover`时,加载`TagPopover`组件
368
378
 
369
379
  ## 3.65.9
370
380
 
371
- - fix(MeasurePlugin): 修复测量 label 重新创建后 onclick 事件丢失的问题
381
+ * fix(MeasurePlugin): 修复测量 label 重新创建后 onclick 事件丢失的问题
372
382
 
373
383
  ## 3.65.8
374
384
 
375
- - feat(Sculpt, PanoMeasurePlugin, MeasurePlugin): 在测量值上添加背景以及显隐开关和单位切换开关
385
+ * feat(Sculpt, PanoMeasurePlugin, MeasurePlugin): 在测量值上添加背景以及显隐开关和单位切换开关
376
386
 
377
387
  ## 3.65.7
378
388
 
379
- - fix(PointTag): 修改标签近大远小的缩放范围
389
+ * fix(PointTag): 修改标签近大远小的缩放范围
380
390
 
381
391
  ## 3.65.6
382
392
 
383
- - fix(MissingFloor): 修改 Missing 页出现条件
393
+ * fix(MissingFloor): 修改 Missing 页出现条件
384
394
 
385
395
  ## 3.65.5
386
396
 
387
- - fix(MissingFloor): 修改占位符异常问题
397
+ * fix(MissingFloor): 修改占位符异常问题
388
398
 
389
399
  ## 3.65.4
390
400
 
391
- - fix(FiveDomEvents): 没有点位时点击事件容错处理。
401
+ * fix(FiveDomEvents): 没有点位时点击事件容错处理。
392
402
 
393
403
  ## 3.65.3
394
404
 
395
- - fix(PanoTagPlugin): tag 渲染方式是 CSS3DRender 时,闪缩 blink 的 target 不正确的问题
405
+ * fix(PanoTagPlugin): tag 渲染方式是 CSS3DRender 时,闪缩 blink 的 target 不正确的问题
396
406
 
397
407
  ## 3.65.2
398
408
 
399
- - fix(GuideLinePlugin): 增加起点和终点标签的 zIndex 1 => 10
400
- - fix(PanoTagPlugin): 修改平面图下标签的显隐状态 平面图时 data-infive=1 都会隐藏,改为根据状态动态设置
409
+ * fix(GuideLinePlugin): 增加起点和终点标签的 zIndex 1 => 10
410
+ * fix(PanoTagPlugin): 修改平面图下标签的显隐状态 平面图时 data-infive=1 都会隐藏,改为根据状态动态设置
401
411
 
402
412
  ## 3.65.1
403
413
 
404
- - fix(Util): `Util.reblink`: 修复将 dom 的 opacity 主动设置为 0 时,闪烁动画没有透明度问题。
414
+ * fix(Util): `Util.reblink`: 修复将 dom 的 opacity 主动设置为 0 时,闪烁动画没有透明度问题。
405
415
 
406
416
  ## 3.65.0
407
417
 
408
- - [BREAKING CHANGE] feat(PanoTagPlugin): 标签点圆环样式修改 && 修改音频标签和全景标签样式
418
+ * \[BREAKING CHANGE] feat(PanoTagPlugin): 标签点圆环样式修改 && 修改音频标签和全景标签样式
409
419
 
410
420
  ## 3.64.31
411
421
 
412
- - fix(floorplan): 修复户型图插件 MapviewFloorplanPlugin、ModelFloorplanPlugin、TopviewFloorplanPlugin 在沙盘中 observers 取值
422
+ * fix(floorplan): 修复户型图插件 MapviewFloorplanPlugin、ModelFloorplanPlugin、TopviewFloorplanPlugin 在沙盘中 observers 取值
413
423
 
414
424
  ## 3.64.30
415
425
 
416
- - fix(modelMarkerPlugin): 修复 2d 标注初始没有 enable
426
+ * fix(modelMarkerPlugin): 修复 2d 标注初始没有 enable
417
427
 
418
428
  ## 3.64.29
419
429
 
420
- - fix(PanoTagPlugin): 优化营销标签渲染和性能逻辑
430
+ * fix(PanoTagPlugin): 优化营销标签渲染和性能逻辑
421
431
 
422
432
  ## 3.64.28
423
433
 
424
- - chore(ModelMakerPlugin): 支持修改标注的透明度
425
- - feat(ModelMakerPlugin): 增强模型透明度控制和类型定义
426
- - fix(ModelMakerPlugin): 简化标签透明度控制逻辑
434
+ * chore(ModelMakerPlugin): 支持修改标注的透明度
435
+ * feat(ModelMakerPlugin): 增强模型透明度控制和类型定义
436
+ * fix(ModelMakerPlugin): 简化标签透明度控制逻辑
427
437
 
428
438
  ## 3.64.27
429
439
 
430
- - fix(MapviewFloorplanPlugin): 修正其他类型名称展示逻辑
440
+ * fix(MapviewFloorplanPlugin): 修正其他类型名称展示逻辑
431
441
 
432
442
  ## 3.64.26
433
443
 
434
- - fix(MapviewFloorplanPlugin): 修正区域三角 viewBox 起始点
444
+ * fix(MapviewFloorplanPlugin): 修正区域三角 viewBox 起始点
435
445
 
436
446
  ## 3.64.25
437
447
 
438
- - chore(Sculpt): 重构删除按钮的 UI 实现。
439
- - fix(MeasurePlugin): 修复点击事件在 Safari 中不生效的问题。
448
+ * chore(Sculpt): 重构删除按钮的 UI 实现。
449
+ * fix(MeasurePlugin): 修复点击事件在 Safari 中不生效的问题。
440
450
 
441
451
  ## 3.64.24
442
452
 
443
- - feat(PanoTagPlugin):恢复被删除的部分函数来兼容 SaaS-C 的标签样式升级
444
- - fix(Sculpt): 修改测量工具的英制面积单位
453
+ * feat(PanoTagPlugin):恢复被删除的部分函数来兼容 SaaS-C 的标签样式升级
454
+ * fix(Sculpt): 修改测量工具的英制面积单位
445
455
 
446
456
  ## 3.64.23
447
457
 
448
- - chore(Sculpt): 修改测量工具的标签文字大小
458
+ * chore(Sculpt): 修改测量工具的标签文字大小
449
459
 
450
460
  ## 3.64.22
451
461
 
452
- - fix(PanoDoorLabelPlugin): 修复代码报错问题
462
+ * fix(PanoDoorLabelPlugin): 修复代码报错问题
453
463
 
454
464
  ## 3.64.21
455
465
 
456
- - feat(MapviewFloorplanPlugin): 新增分间三角标识
466
+ * feat(MapviewFloorplanPlugin): 新增分间三角标识
457
467
 
458
468
  ## 3.64.20
459
469
 
460
- - fix(GuildLinePlugin): 修复沙盘 vr 路线不展示的问题
470
+ * fix(GuildLinePlugin): 修复沙盘 vr 路线不展示的问题
461
471
 
462
472
  ## 3.64.19
463
473
 
464
- - feat(MapviewFloorplanPlugin): 新增 `roomNameOtherTypeEnable` 参数,支持隐藏分间 `其他` 类型。
474
+ * feat(MapviewFloorplanPlugin): 新增 `roomNameOtherTypeEnable` 参数,支持隐藏分间 `其他` 类型。
465
475
 
466
476
  ## 3.64.18
467
477
 
468
- - fix(MapviewFloorplanPlugin): 修复 loadItems 没有使用家具的 rotate 参数。
478
+ * fix(MapviewFloorplanPlugin): 修复 loadItems 没有使用家具的 rotate 参数。
469
479
 
470
480
  ## 3.64.17
471
481
 
472
- - feat(MapviewFloorplanPlugin): 新增 loadItems 方法。
482
+ * feat(MapviewFloorplanPlugin): 新增 loadItems 方法。
473
483
 
474
484
  ## 3.64.16
475
485
 
476
- - fix(ModelMakerPlugin): 修复 多 work 场景 点击事件不生效的问题。
486
+ * fix(ModelMakerPlugin): 修复 多 work 场景 点击事件不生效的问题。
477
487
 
478
488
  ## 3.64.15
479
489
 
480
- - chore(MeasurePlugin): 距离的 字号/透明度 样式调整。
490
+ * chore(MeasurePlugin): 距离的 字号/透明度 样式调整。
481
491
 
482
492
  ## 3.64.14
483
493
 
484
- - fix(MeasurePlugin): 一些问题修复。
494
+ * fix(MeasurePlugin): 一些问题修复。
485
495
 
486
496
  ## 3.64.13
487
497
 
488
- - fix(MeasurePlugin): 一些问题修复。
498
+ * fix(MeasurePlugin): 一些问题修复。
489
499
 
490
500
  ## 3.64.12
491
501
 
492
- - fix(PanoVideoPlugin): 全景视频适配多 work 场景。
502
+ * fix(PanoVideoPlugin): 全景视频适配多 work 场景。
493
503
 
494
504
  ## 3.64.11
495
505
 
496
- - fix(MeasurePlugin): 一些问题修复。
506
+ * fix(MeasurePlugin): 一些问题修复。
497
507
 
498
508
  ## 3.64.10
499
509
 
500
- - fix(PanoDoorLabelPlugin): 修复重复添加分间的问题。
501
- - fix(ModelMakerPlugin): 修复一些复杂图形的绘制问题。
502
- - fix(MeasurePlugin): 一些问题修复。
510
+ * fix(PanoDoorLabelPlugin): 修复重复添加分间的问题。
511
+ * fix(ModelMakerPlugin): 修复一些复杂图形的绘制问题。
512
+ * fix(MeasurePlugin): 一些问题修复。
503
513
 
504
514
  ## 3.64.9
505
515
 
506
- - fix(MeasurePlugin): 一些问题修复。
516
+ * fix(MeasurePlugin): 一些问题修复。
507
517
 
508
518
  ## 3.64.8
509
519
 
510
- - fix(ModelMakerPlugin): 修复 3.64.6 新增功能在多 vr 场景中的问题。
511
- - fix(MeasurePlugin): 一些问题修复。
520
+ * fix(ModelMakerPlugin): 修复 3.64.6 新增功能在多 vr 场景中的问题。
521
+ * fix(MeasurePlugin): 一些问题修复。
512
522
 
513
523
  ## 3.64.7
514
524
 
515
- - chore(ModelMakerPlugin): 调整了一个点击后判断全景点时的内部参数值。
525
+ * chore(ModelMakerPlugin): 调整了一个点击后判断全景点时的内部参数值。
516
526
 
517
527
  ## 3.64.6
518
528
 
519
- - fix(FiveDomEvents): 修复 3.64.5 导致的点击事件会触发两次的问题。
520
- - feat(ModelMakerPlugin): 当标注挡住了全景点时,仍然可以通过精准点击全景点来走点。
529
+ * fix(FiveDomEvents): 修复 3.64.5 导致的点击事件会触发两次的问题。
530
+ * feat(ModelMakerPlugin): 当标注挡住了全景点时,仍然可以通过精准点击全景点来走点。
521
531
 
522
532
  ## 3.64.5
523
533
 
524
- - fix(MeasurePlugin): 修复测量插件的一些问题。
525
- - fix(PointSelector): 修复移动端设备坐标有可能不正确的问题。
526
- - refactor(\*): 重构物体附带的 dom 的实现方式,解决频繁发生的显隐不同步的 bug。
534
+ * fix(MeasurePlugin): 修复测量插件的一些问题。
535
+ * fix(PointSelector): 修复移动端设备坐标有可能不正确的问题。
536
+ * refactor(\*): 重构物体附带的 dom 的实现方式,解决频繁发生的显隐不同步的 bug。
527
537
 
528
538
  ## 3.64.4
529
539
 
530
- - chore(PanoMeasurePlugin): enable 时,自动执行 appendTo。
540
+ * chore(PanoMeasurePlugin): enable 时,自动执行 appendTo。
531
541
 
532
542
  ## 3.64.3
533
543
 
534
- - fix(PanoMeasurePlugin): 修复一个测量工具容器的问题。
544
+ * fix(PanoMeasurePlugin): 修复一个测量工具容器的问题。
535
545
 
536
546
  ## 3.64.2
537
547
 
538
- - fix(Sculpt): 修复 theme 配置不生效的问题。
548
+ * fix(Sculpt): 修复 theme 配置不生效的问题。
539
549
 
540
550
  ## 3.64.1
541
551
 
542
- - fix(Sculpt): 修复绘制时长度不显示的问题。
552
+ * fix(Sculpt): 修复绘制时长度不显示的问题。
543
553
 
544
554
  ## 3.64.0
545
555
 
546
- - BREAKING CHANGE(GuideLinePlugin): 移除 `autoDepthTestEffectDistance` 和 `useAutoDepthTest` 配置,采用 `route_standing_positions` 和 `node_pair_to_route_points` 预跑数据来优化路线生成效果。
547
- - fix(SculptPlugin): 使用函数调用方式来初始化时支持传入 Theme。
556
+ * BREAKING CHANGE(GuideLinePlugin): 移除 `autoDepthTestEffectDistance` 和 `useAutoDepthTest` 配置,采用 `route_standing_positions` 和 `node_pair_to_route_points` 预跑数据来优化路线生成效果。
557
+ * fix(SculptPlugin): 使用函数调用方式来初始化时支持传入 Theme。
548
558
 
549
559
  ## 3.63.3
550
560
 
551
- - fix(MeasurePlugin): 修复一些问题。
561
+ * fix(MeasurePlugin): 修复一些问题。
552
562
 
553
563
  ## 3.63.2
554
564
 
555
- - fix(\*): 修复删除按钮的样式兼容性问题。
565
+ * fix(\*): 修复删除按钮的样式兼容性问题。
556
566
 
557
567
  ## 3.63.1
558
568
 
559
- - fix(PointSelector): 修复一些运行时报错。
569
+ * fix(PointSelector): 修复一些运行时报错。
560
570
 
561
571
  ## 3.63.0
562
572
 
563
- - feat(PanoTagPlugin): 标签 icon 支持添加背景色。
573
+ * feat(PanoTagPlugin): 标签 icon 支持添加背景色。
564
574
 
565
575
  ## 3.62.0
566
576
 
567
- - feat(MeasurePlugin): 新版测量插件。
568
- - feat(Sculpt): 支持设置 item 的高亮色。
569
- - feat(Sculpt): 绘制矩形时添加了一些吸附效果。
570
- - feat(Util.PointSelector): 支持设置吸附面/吸附线,按`shift`取消吸附。
571
- - fix(PanoTagPlugin): 标签支持 five lod。
572
- - fix(Util.PointSelector): 修复放大镜在 umd 包中的 bug。
577
+ * feat(MeasurePlugin): 新版测量插件。
578
+ * feat(Sculpt): 支持设置 item 的高亮色。
579
+ * feat(Sculpt): 绘制矩形时添加了一些吸附效果。
580
+ * feat(Util.PointSelector): 支持设置吸附面/吸附线,按`shift`取消吸附。
581
+ * fix(PanoTagPlugin): 标签支持 five lod。
582
+ * fix(Util.PointSelector): 修复放大镜在 umd 包中的 bug。
573
583
 
574
584
  ## 3.61.15
575
585
 
576
- - fix(PanoTagPlugin): 标签位于打标签时的位置时,跳过射线检测。
586
+ * fix(PanoTagPlugin): 标签位于打标签时的位置时,跳过射线检测。
577
587
 
578
588
  ## 3.61.14
579
589
 
580
- - fix(ModelMakerPlugin): 2D 标注(triangle)不开启 depthTest。
590
+ * fix(ModelMakerPlugin): 2D 标注(triangle)不开启 depthTest。
581
591
 
582
592
  ## 3.61.13
583
593
 
584
- - update(Sculpt): tip 支持 HTMLElement。
594
+ * update(Sculpt): tip 支持 HTMLElement。
585
595
 
586
596
  ## 3.61.12
587
597
 
588
- - chore(Util): 导出 `Util.initialCSS3DRender`。
598
+ * chore(Util): 导出 `Util.initialCSS3DRender`。
589
599
 
590
600
  ## 3.61.11
591
601
 
592
- - fix(ModelViewPlugin): 修复模型 bounding 计算错误的问题。
602
+ * fix(ModelViewPlugin): 修复模型 bounding 计算错误的问题。
593
603
 
594
604
  ## 3.61.10
595
605
 
596
- - chore(ModelViewPlugin): 导出 Hooks 类型。
597
- - fix(Util.PointSelector): 修复部分安卓设备上长按不生效的问题。
606
+ * chore(ModelViewPlugin): 导出 Hooks 类型。
607
+ * fix(Util.PointSelector): 修复部分安卓设备上长按不生效的问题。
598
608
 
599
609
  ## 3.61.9
600
610
 
601
- - fix(ModelViewPlugin): 修复插件初始化时机比较晚时,模型没有加载的问题。
611
+ * fix(ModelViewPlugin): 修复插件初始化时机比较晚时,模型没有加载的问题。
602
612
 
603
613
  ## 3.61.8
604
614
 
605
- - chore(ModelViewPlugin): 模型材质 256 -> 128。
615
+ * chore(ModelViewPlugin): 模型材质 256 -> 128。
606
616
 
607
617
  ## 3.61.7
608
618
 
609
- - fix(PanoTagPlugin): 修复 3.50.4 中的 bug,在一些特殊性情况下标签 hide 不会立即生效的问题。
619
+ * fix(PanoTagPlugin): 修复 3.50.4 中的 bug,在一些特殊性情况下标签 hide 不会立即生效的问题。
610
620
 
611
621
  ## 3.61.6
612
622
 
613
- - fix(CSS3DRenderer): 每次渲染时检测并删除不在 scene 中的 CSS3DObject。
623
+ * fix(CSS3DRenderer): 每次渲染时检测并删除不在 scene 中的 CSS3DObject。
614
624
 
615
625
  ## 3.61.5
616
626
 
617
- - chore(PanoMeasurePlugin): 支持直接加载开放平台数据。
627
+ * chore(PanoMeasurePlugin): 支持直接加载开放平台数据。
618
628
 
619
629
  ## 3.61.4
620
630
 
621
- - fix(PanoMeasurePlugin): 'View' 模式 bug 修复。
631
+ * fix(PanoMeasurePlugin): 'View' 模式 bug 修复。
622
632
 
623
633
  ## 3.61.3
624
634
 
625
- - chore(Util.PointSelector): 字段更新。
635
+ * chore(Util.PointSelector): 字段更新。
626
636
 
627
637
  ## 3.61.2
628
638
 
629
- - fix(ModelViewPlugin): 开始加载时机提前。
639
+ * fix(ModelViewPlugin): 开始加载时机提前。
630
640
 
631
641
  ## 3.61.1
632
642
 
633
- - fix(ModelViewPlugin): 添加模型小窗加载完成事件。
643
+ * fix(ModelViewPlugin): 添加模型小窗加载完成事件。
634
644
 
635
645
  ## 3.61.0
636
646
 
637
- - feat(ModelViewPlugin): 模型小窗实现变更。
647
+ * feat(ModelViewPlugin): 模型小窗实现变更。
638
648
 
639
649
  ## 3.60.3
640
650
 
641
- - fix(PanoTagPlugin): 修复模型没展示的问题。
651
+ * fix(PanoTagPlugin): 修复模型没展示的问题。
642
652
 
643
653
  ## 3.60.2
644
654
 
645
- - fix(ObjectHelper): 修复 当设置不显示某条移动轴 时,报错的问题。
655
+ * fix(ObjectHelper): 修复 当设置不显示某条移动轴 时,报错的问题。
646
656
 
647
657
  ## 3.60.1
648
658
 
649
- - fix(PanoTagPlugin): 修复 dom 渲染的虚拟屏幕有黑边的问题。
650
- - fix(ObjectHelper): 修复和 css3DObject 的配合使用问题。
651
- - fix(Util.LightTag): wrapper 不再设置兜底值,无 wrapper 时不加载。
659
+ * fix(PanoTagPlugin): 修复 dom 渲染的虚拟屏幕有黑边的问题。
660
+ * fix(ObjectHelper): 修复和 css3DObject 的配合使用问题。
661
+ * fix(Util.LightTag): wrapper 不再设置兜底值,无 wrapper 时不加载。
652
662
 
653
663
  ## 3.60.0
654
664
 
655
- - chore(\*): 打包优化
665
+ * chore(\*): 打包优化
656
666
 
657
667
  ## 3.59.13
658
668
 
659
- - fix(PanoTagPlugin): 修复 enable 在某些特殊情况下没有立即生效的问题。
669
+ * fix(PanoTagPlugin): 修复 enable 在某些特殊情况下没有立即生效的问题。
660
670
 
661
671
  ## 3.59.12
662
672
 
663
- - chore(PanoTagPlugin): 修复一个报错。
673
+ * chore(PanoTagPlugin): 修复一个报错。
664
674
 
665
675
  ## 3.59.11
666
676
 
667
- - fix(PanoTagPlugin): 修复虚拟屏幕 创建、修改、销毁过程中的 bug。
677
+ * fix(PanoTagPlugin): 修复虚拟屏幕 创建、修改、销毁过程中的 bug。
668
678
 
669
679
  ## 3.59.10
670
680
 
671
- - fix(PanoFloorplanRadarPlugin): 还原 hoverEnable 默认值 false。
672
- - fix(Sculpt): 修复某些特殊情况下,tip 没有展示的问题。
681
+ * fix(PanoFloorplanRadarPlugin): 还原 hoverEnable 默认值 false。
682
+ * fix(Sculpt): 修复某些特殊情况下,tip 没有展示的问题。
673
683
 
674
684
  ## 3.59.9
675
685
 
676
- - fix(GuideLinePlugin): 兼容低版本 webgl,修复 ios14 上 fragmentShader 渲染异常的问题。
686
+ * fix(GuideLinePlugin): 兼容低版本 webgl,修复 ios14 上 fragmentShader 渲染异常的问题。
677
687
 
678
688
  ## 3.59.8
679
689
 
680
- - fix(PanoTagPlugin): 重构 css3DRender, 修复 five react 切换 work 后,模型广告牌内容可能会消失的问题。
681
- - fix(PanoTagPlugin): 修复 five react 切换 work 后,模型点击事件不会触发的问题。
682
- - fix(PanoTagPlugin): 修复 setDataById, setTagById 等方式切换 tag 数据后没有立即更新的问题。
690
+ * fix(PanoTagPlugin): 重构 css3DRender, 修复 five react 切换 work 后,模型广告牌内容可能会消失的问题。
691
+ * fix(PanoTagPlugin): 修复 five react 切换 work 后,模型点击事件不会触发的问题。
692
+ * fix(PanoTagPlugin): 修复 setDataById, setTagById 等方式切换 tag 数据后没有立即更新的问题。
683
693
 
684
694
  ## 3.59.7
685
695
 
686
- - fix(PanoMeasurePlugin): 修复测面积撤销完所有点后会报错的问题。
696
+ * fix(PanoMeasurePlugin): 修复测面积撤销完所有点后会报错的问题。
687
697
 
688
698
  ## 3.59.6
689
699
 
690
- - fix(GuideLinePlugin): 修复路线为空时报错的问题。
700
+ * fix(GuideLinePlugin): 修复路线为空时报错的问题。
691
701
 
692
702
  ## 3.59.5
693
703
 
694
- - fix(\*): zFightting 统一调大至 1mm。
704
+ * fix(\*): zFightting 统一调大至 1mm。
695
705
 
696
706
  ## 3.59.4
697
707
 
698
- - fix(Util.lookObject): 保证每次转动角度最小。
708
+ * fix(Util.lookObject): 保证每次转动角度最小。
699
709
 
700
710
  ## 3.59.3
701
711
 
702
- - fix(ObjectHelper): 修复正交视角下操作不平行于水平面的拖动轴时,结果可能会错误的问题。
712
+ * fix(ObjectHelper): 修复正交视角下操作不平行于水平面的拖动轴时,结果可能会错误的问题。
703
713
 
704
714
  ## 3.59.2
705
715
 
706
- - fix(ObjectHelper): 正交视角下,与正交方向一致的移动轴不显示。
707
- - fix(PointSelector): select 事件现在只有精准点击(500ms 内鼠标按下并在同一个位置抬起)会触发。
708
- - fix(\*): 修复一个底层错误,该错误可能会导致 拖动、绘制 等操作不正常。
716
+ * fix(ObjectHelper): 正交视角下,与正交方向一致的移动轴不显示。
717
+ * fix(PointSelector): select 事件现在只有精准点击(500ms 内鼠标按下并在同一个位置抬起)会触发。
718
+ * fix(\*): 修复一个底层错误,该错误可能会导致 拖动、绘制 等操作不正常。
709
719
 
710
720
  ## 3.59.1
711
721
 
712
- - chore(ModelMakerPlugin): fix type。
722
+ * chore(ModelMakerPlugin): fix type。
713
723
 
714
724
  ## 3.59.0
715
725
 
716
- - feat(Sculpt): load 时可以指定 defaultAction,选择是否启用默认行为(点击选中等)。默认为 true。
726
+ * feat(Sculpt): load 时可以指定 defaultAction,选择是否启用默认行为(点击选中等)。默认为 true。
717
727
 
718
728
  ## 3.58.7
719
729
 
720
- - chore(Sculpt): 缩放操作时,隐藏其他缩放块。
730
+ * chore(Sculpt): 缩放操作时,隐藏其他缩放块。
721
731
 
722
732
  ## 3.58.6
723
733
 
724
- - chore(FloorplanPlugin): 点击事件现在可以获取到点击的房间信息。
734
+ * chore(FloorplanPlugin): 点击事件现在可以获取到点击的房间信息。
725
735
 
726
736
  ## 3.58.5
727
737
 
728
- - fix(Sculpt): 修复部分 item.setData 结果不正确的问题。
738
+ * fix(Sculpt): 修复部分 item.setData 结果不正确的问题。
729
739
 
730
740
  ## 3.58.4
731
741
 
732
- - fix(ModelMakerPlugin): 2D 标注只在指定 panoIndex 上展示。
733
- - chore(PanoDoorLabelPlugin): 重构,修复 bug。
742
+ * fix(ModelMakerPlugin): 2D 标注只在指定 panoIndex 上展示。
743
+ * chore(PanoDoorLabelPlugin): 重构,修复 bug。
734
744
 
735
745
  ## 3.58.3
736
746
 
737
- - change(Sculpt): 当通过 `stopCreate()` 或 `clear()` 主动中断绘制时,createXXX promise 现在会返回 reject。
747
+ * change(Sculpt): 当通过 `stopCreate()` 或 `clear()` 主动中断绘制时,createXXX promise 现在会返回 reject。
738
748
 
739
749
  ## 3.58.2
740
750
 
741
- - fix(Sculpt): 修复绘制矩形时,预览线会显示长度的问题。
751
+ * fix(Sculpt): 修复绘制矩形时,预览线会显示长度的问题。
742
752
 
743
753
  ## 3.58.1
744
754
 
745
- - fix(Sculpt): 修复使用 editor 移动物体后,setData 设置数据后物体位置不正确的问题。
746
- - fix(Sculpt): 修复使用 setData 设置物体位置后 editor 方向不正确的问题。
747
- - fix(Util.FiveDomEvent): 修复一个代码报错。
755
+ * fix(Sculpt): 修复使用 editor 移动物体后,setData 设置数据后物体位置不正确的问题。
756
+ * fix(Sculpt): 修复使用 setData 设置物体位置后 editor 方向不正确的问题。
757
+ * fix(Util.FiveDomEvent): 修复一个代码报错。
748
758
 
749
759
  ## 3.58.0
750
760
 
751
- - change(PanoTagPlugin): 走点时默认不隐藏标签。
752
- - fix(PanoTagPlugin): 修复标签闪烁(tag.blink())可能会卡顿的问题。
761
+ * change(PanoTagPlugin): 走点时默认不隐藏标签。
762
+ * fix(PanoTagPlugin): 修复标签闪烁(tag.blink())可能会卡顿的问题。
753
763
 
754
764
  ## 3.57.1
755
765
 
756
- - fix(FiveDomEvent): 当射线上靠前的物体因为一些配置原因不触发事件时,顺延至后面的物体。
766
+ * fix(FiveDomEvent): 当射线上靠前的物体因为一些配置原因不触发事件时,顺延至后面的物体。
757
767
 
758
768
  ## 3.57.0
759
769
 
760
- - feat(ModelMakerPlugin): 优化区域标注的标签效果。
761
- - fix(Sculpt): 移除 item 时,如果在绘制中,停止绘制。
770
+ * feat(ModelMakerPlugin): 优化区域标注的标签效果。
771
+ * fix(Sculpt): 移除 item 时,如果在绘制中,停止绘制。
762
772
 
763
773
  ## 3.56.1
764
774
 
765
- - fix(\*): 修复面的颜色有色差的问题。
775
+ * fix(\*): 修复面的颜色有色差的问题。
766
776
 
767
777
  ## 3.56.0
768
778
 
769
- - feat(PanoTagPlugin):变更标签的优化策略,以支持低版本浏览器以及 safari。
770
- - fix(ModelMakerPlugin): 修复部分标注点击后名称没有显示的问题。
779
+ * feat(PanoTagPlugin):变更标签的优化策略,以支持低版本浏览器以及 safari。
780
+ * fix(ModelMakerPlugin): 修复部分标注点击后名称没有显示的问题。
771
781
 
772
782
  ## 3.55.0
773
783
 
774
- - feat(Sculpt): 支持设置边框线的透明度 `lineOpacity`, 默认为 1。
775
- - fix(Sculpt): 修复 editor 启用时,通过 `setData` 更新物体位置后,editor 位置没有更新的问题。
776
- - fix(ModelMakerPlugin): 支持多楼层场景,仅在当前楼层展示。
784
+ * feat(Sculpt): 支持设置边框线的透明度 `lineOpacity`, 默认为 1。
785
+ * fix(Sculpt): 修复 editor 启用时,通过 `setData` 更新物体位置后,editor 位置没有更新的问题。
786
+ * fix(ModelMakerPlugin): 支持多楼层场景,仅在当前楼层展示。
777
787
 
778
788
  ## 3.54.2
779
789
 
780
- - chore(Sculpt): 优化绘制 `Sculpt` 线的方式。
790
+ * chore(Sculpt): 优化绘制 `Sculpt` 线的方式。
781
791
 
782
792
  ## 3.54.1
783
793
 
784
- - fix(Sculpt): 修复凹多边形的绘制问题
794
+ * fix(Sculpt): 修复凹多边形的绘制问题
785
795
 
786
796
  ## 3.54.0
787
797
 
788
- - fix(Util.FivePuppet): 兼容 vapor。
789
- - feat(Sculpt): 添加 `item.setData` 方法,参数为 [SculptData](https://open-platform.realsee.com/developer/docs/dnalogel/Sculpt/#data)。
790
- - feat(Sculpt): 添加 `item.editor.hooks.on('objectUpdate')`,当 editor 开启时,物体被移动/缩放/旋转时触发。
791
- - chore(Sculpt): 取消编辑 scale 距离限制;体的绘制高度限制由 10m 改为 100m。
798
+ * fix(Util.FivePuppet): 兼容 vapor。
799
+ * feat(Sculpt): 添加 `item.setData` 方法,参数为 [SculptData](https://open-platform.realsee.com/developer/docs/dnalogel/Sculpt/#data)。
800
+ * feat(Sculpt): 添加 `item.editor.hooks.on('objectUpdate')`,当 editor 开启时,物体被移动/缩放/旋转时触发。
801
+ * chore(Sculpt): 取消编辑 scale 距离限制;体的绘制高度限制由 10m 改为 100m。
792
802
 
793
803
  ## 3.53.4
794
804
 
795
- - fix(Sculpt): 关闭 depthWrite,修复不显示被透明面遮挡的线的问题,修复部分面看起来颜色要淡的问题。
796
- - fix(Sculpt): 物体的 opacity 不再修改边框线的透明度。
805
+ * fix(Sculpt): 关闭 depthWrite,修复不显示被透明面遮挡的线的问题,修复部分面看起来颜色要淡的问题。
806
+ * fix(Sculpt): 物体的 opacity 不再修改边框线的透明度。
797
807
 
798
808
  ## 3.53.3
799
809
 
800
- - fix(GuideLinePlugin): 修复 `GuideLinePlugin` 在 `hide` 后切换至 `Mapview` 视角时,偶现显示出起点终点标签的问题。
810
+ * fix(GuideLinePlugin): 修复 `GuideLinePlugin` 在 `hide` 后切换至 `Mapview` 视角时,偶现显示出起点终点标签的问题。
801
811
 
802
812
  ## 3.53.2
803
813
 
804
- - fix(GuildLinePlugin): 修复 load 后立即获取 item.modelItem 或 item.panoramaItem 的 visible 不正确的问题。
814
+ * fix(GuildLinePlugin): 修复 load 后立即获取 item.modelItem 或 item.panoramaItem 的 visible 不正确的问题。
805
815
 
806
816
  ## 3.53.1
807
817
 
808
- - fix(Util.FivePuppet): 修复 `FivePuppet` 的 `destory` 清除不完全的问题。
818
+ * fix(Util.FivePuppet): 修复 `FivePuppet` 的 `destory` 清除不完全的问题。
809
819
 
810
820
  ## 3.53.0
811
821
 
812
- - feat(Util): 新增 `Util.FivePuppet`
822
+ * feat(Util): 新增 `Util.FivePuppet`
813
823
 
814
824
  ## 3.52.3
815
825
 
816
- - fix(tag): 没有点的情况下不做碰撞检测。
826
+ * fix(tag): 没有点的情况下不做碰撞检测。
817
827
 
818
828
  ## 3.52.2
819
829
 
820
- - fix(ModelMakerPlugin): 修复字号会跟随字符长度变化的问题。
830
+ * fix(ModelMakerPlugin): 修复字号会跟随字符长度变化的问题。
821
831
 
822
832
  ## 3.52.1
823
833
 
824
- - fix(Sculpt): 修复导出数据不准确的问题。
834
+ * fix(Sculpt): 修复导出数据不准确的问题。
825
835
 
826
836
  ## 3.52.0
827
837
 
828
- - fix(ModelMakerPlugin): 修复 hide 后标签没有隐藏的问题(使用 display 代替 visibility)。
829
- - fix(Object3DHelper): 修复正交相机视角下拉近摄像机时,helper 没有缩放的问题;修复位移操作结束时,helper 没有缩放的问题。
830
- - feat(Sculpt):
838
+ * fix(ModelMakerPlugin): 修复 hide 后标签没有隐藏的问题(使用 display 代替 visibility)。
839
+ * fix(Object3DHelper): 修复正交相机视角下拉近摄像机时,helper 没有缩放的问题;修复位移操作结束时,helper 没有缩放的问题。
840
+ * feat(Sculpt):
831
841
  1. 优化 boxMesh 的 geometry;
832
842
  2. 长方体绘制支持锁定平面,支持选择绘制方式,api 同 矩形绘制;
833
843
  3. 长方体支持六个面的缩放;
@@ -838,287 +848,287 @@
838
848
 
839
849
  ## 3.51.0
840
850
 
841
- - feat(modelMakerPlugin): 模型标注的标签增加元素间的遮挡检测。
851
+ * feat(modelMakerPlugin): 模型标注的标签增加元素间的遮挡检测。
842
852
 
843
853
  ## 3.50.16
844
854
 
845
- - fix(Util.PointSelector): 支持屏幕支持触摸的 pc 设备。
855
+ * fix(Util.PointSelector): 支持屏幕支持触摸的 pc 设备。
846
856
 
847
857
  ## 3.50.15
848
858
 
849
- - chore(Util): 导出工具函数。
859
+ * chore(Util): 导出工具函数。
850
860
 
851
861
  ## 3.50.14
852
862
 
853
- - fix(ModelMakerPlugin): 修复碰撞检测计算错误的问题。
863
+ * fix(ModelMakerPlugin): 修复碰撞检测计算错误的问题。
854
864
 
855
865
  ## 3.50.13
856
866
 
857
- - fix(PanoTagPlugin): 修复 load 完后立即 clearTags 时,虚拟屏幕没有被清除的问题。
867
+ * fix(PanoTagPlugin): 修复 load 完后立即 clearTags 时,虚拟屏幕没有被清除的问题。
858
868
 
859
869
  ## 3.50.12
860
870
 
861
- - chore(Sculpt): fix typo `createline`
871
+ * chore(Sculpt): fix typo `createline`
862
872
 
863
873
  ## 3.50.11
864
874
 
865
- - fix(PanoTagPlugin): 修复 3.42.0 导致的 hide 后没有隐藏 css3D 渲染的 Dom 的问题。
875
+ * fix(PanoTagPlugin): 修复 3.42.0 导致的 hide 后没有隐藏 css3D 渲染的 Dom 的问题。
866
876
 
867
877
  ## 3.50.10
868
878
 
869
- - chore(floorplan): 修改户型图标尺透明度。
879
+ * chore(floorplan): 修改户型图标尺透明度。
870
880
 
871
881
  ## 3.50.9
872
882
 
873
- - fix(PointSelector): 修复 disable 时,坐标点外围圆环没有隐藏的问题。
874
- - fix(CrusePlugin): 进一步修复点位自动漫游中,非常频繁的切换速度时,偶现漫游暂停的问题。
883
+ * fix(PointSelector): 修复 disable 时,坐标点外围圆环没有隐藏的问题。
884
+ * fix(CrusePlugin): 进一步修复点位自动漫游中,非常频繁的切换速度时,偶现漫游暂停的问题。
875
885
 
876
886
  ## 3.50.8
877
887
 
878
- - fix(CrusePlugin): 修复点位自动漫游中,非常频繁的切换速度时,偶现漫游暂停的问题。
888
+ * fix(CrusePlugin): 修复点位自动漫游中,非常频繁的切换速度时,偶现漫游暂停的问题。
879
889
 
880
890
  ## 3.50.7
881
891
 
882
- - chore(Sculpt): 3.50.6 中的 feature 添加默认参数。
892
+ * chore(Sculpt): 3.50.6 中的 feature 添加默认参数。
883
893
 
884
894
  ## 3.50.6
885
895
 
886
- - change(Sculpt): 距离和 tip 颜色默认和 mesh 颜色一致。
896
+ * change(Sculpt): 距离和 tip 颜色默认和 mesh 颜色一致。
887
897
 
888
898
  ## 3.50.5
889
899
 
890
- - fix(measure): 兼容 five react。
900
+ * fix(measure): 兼容 five react。
891
901
 
892
902
  ## 3.50.4
893
903
 
894
- - change(floorplan): 户型图展示/隐藏时,除之前设置 five canvas 透明度的逻辑外,同步设置 five 相关 dom 的透明度(使用 dataset-infive 标识)
904
+ * change(floorplan): 户型图展示/隐藏时,除之前设置 five canvas 透明度的逻辑外,同步设置 five 相关 dom 的透明度(使用 dataset-infive 标识)
895
905
 
896
906
  ## 3.50.3
897
907
 
898
- - fix(ObjectHelper): 修复 helper 起始位置可能错误的问题。
908
+ * fix(ObjectHelper): 修复 helper 起始位置可能错误的问题。
899
909
 
900
910
  ## 3.50.2
901
911
 
902
- - fix(Sculpt): 修复 `Sculpt` 连续绘制多个平面矩形时,边框长度错误的问题。
903
- - fix(Sculpt): 修改 `PointMesh` 和 `LineMesh` 的 `visible` 时,tip 或者 长度也会被修改。
912
+ * fix(Sculpt): 修复 `Sculpt` 连续绘制多个平面矩形时,边框长度错误的问题。
913
+ * fix(Sculpt): 修改 `PointMesh` 和 `LineMesh` 的 `visible` 时,tip 或者 长度也会被修改。
904
914
 
905
915
  ## 3.50.1
906
916
 
907
- - fix(Sculpt): 3.49.11 的 tip 在 ios 设备上支持中文。
917
+ * fix(Sculpt): 3.49.11 的 tip 在 ios 设备上支持中文。
908
918
 
909
919
  ## 3.50.0
910
920
 
911
- - feat(PointSelector): 取消 Hammer 依赖,Hammer 在安卓设备上与 vapor 不兼容。
921
+ * feat(PointSelector): 取消 Hammer 依赖,Hammer 在安卓设备上与 vapor 不兼容。
912
922
 
913
923
  ## 3.49.13
914
924
 
915
- - fix(Sculpt): 修复 3.49.11 中 point 的 tip 没有在 point 被 remove 时销毁的问题。
925
+ * fix(Sculpt): 修复 3.49.11 中 point 的 tip 没有在 point 被 remove 时销毁的问题。
916
926
 
917
927
  ## 3.49.12
918
928
 
919
- - fix(Sculpt): 3.49.11 的 tip 支持中文。
929
+ * fix(Sculpt): 3.49.11 的 tip 支持中文。
920
930
 
921
931
  ## 3.49.11
922
932
 
923
- - fix(Sculpt): 绘制点时,实时预览点的位置;点和线 支持设置 tip。
933
+ * fix(Sculpt): 绘制点时,实时预览点的位置;点和线 支持设置 tip。
924
934
 
925
935
  ## 3.49.10
926
936
 
927
- - fix(Sculpt): 优化触摸屏绘制。
937
+ * fix(Sculpt): 优化触摸屏绘制。
928
938
 
929
939
  ## 3.49.9
930
940
 
931
- - fix(ModelMakerPlugin): 修复页面 resize 后,标签没有更新位置的问题。
941
+ * fix(ModelMakerPlugin): 修复页面 resize 后,标签没有更新位置的问题。
932
942
 
933
943
  ## 3.49.8
934
944
 
935
- - chore(sculpt): 导出工具函数。
945
+ * chore(sculpt): 导出工具函数。
936
946
 
937
947
  ## 3.49.7
938
948
 
939
- - fix(PanoTagPlugin): 修复 360 浏览器 69 版本下标签插件不显示的问题。
940
- - fix(ModelMakerPlugin): 修复区域标注标签被缩小的问题。
949
+ * fix(PanoTagPlugin): 修复 360 浏览器 69 版本下标签插件不显示的问题。
950
+ * fix(ModelMakerPlugin): 修复区域标注标签被缩小的问题。
941
951
 
942
952
  ## 3.49.6
943
953
 
944
- - feat(Sculpt): 支持点击出现删除按钮。
954
+ * feat(Sculpt): 支持点击出现删除按钮。
945
955
 
946
956
  ## 3.49.5
947
957
 
948
- - chore(Sculpt): 优化 `Theme` 类型。
958
+ * chore(Sculpt): 优化 `Theme` 类型。
949
959
 
950
960
  ## 3.49.4
951
961
 
952
- - chore(Sculpt): 修改 `theme` 属性访问权限。
962
+ * chore(Sculpt): 修改 `theme` 属性访问权限。
953
963
 
954
964
  ## 3.49.3
955
965
 
956
- - fix(PanoTagPlugin): 修复插件 hide 的情况下,在页面 resize 后可见状态错误的问题。
966
+ * fix(PanoTagPlugin): 修复插件 hide 的情况下,在页面 resize 后可见状态错误的问题。
957
967
 
958
968
  ## 3.49.2
959
969
 
960
- - fix(Sculpt): 修复页面 resize 后 距离的 dom 层级问题。
970
+ * fix(Sculpt): 修复页面 resize 后 距离的 dom 层级问题。
961
971
 
962
972
  ## 3.49.1
963
973
 
964
- - fix(Sculpt): 修复触摸屏手势操作结束时,有可能触发 five 事件的问题。
965
- - fix(Sculpt): 修复触摸屏绘制折线时,折线的第一个点没有显示的问题。
966
- - fix(PanoTagPlugin): 优化 `tag.destroy()` 逻辑。
974
+ * fix(Sculpt): 修复触摸屏手势操作结束时,有可能触发 five 事件的问题。
975
+ * fix(Sculpt): 修复触摸屏绘制折线时,折线的第一个点没有显示的问题。
976
+ * fix(PanoTagPlugin): 优化 `tag.destroy()` 逻辑。
967
977
 
968
978
  ## 3.49.0
969
979
 
970
- - feat(ObjectHelper): 支持触摸屏手势操作。
971
- - feat(Sculpt): 支持触摸屏手势操作。
980
+ * feat(ObjectHelper): 支持触摸屏手势操作。
981
+ * feat(Sculpt): 支持触摸屏手势操作。
972
982
 
973
983
  ## 3.48.7
974
984
 
975
- - fix(PanoMeasurePlugin):修复 `enable({mode: 'View'})` 时 可能会显示不应展示的标尺的问题。
985
+ * fix(PanoMeasurePlugin):修复 `enable({mode: 'View'})` 时 可能会显示不应展示的标尺的问题。
976
986
 
977
987
  ## 3.48.6
978
988
 
979
- - fix(PanoMeasurePLugin):修复在未来家墙面上测量面积时,偶现无法正常绘制的问题。
980
- - feat(Sculpt):优化绘制多边形时的实时预览效果。
989
+ * fix(PanoMeasurePLugin):修复在未来家墙面上测量面积时,偶现无法正常绘制的问题。
990
+ * feat(Sculpt):优化绘制多边形时的实时预览效果。
981
991
 
982
992
  ## 3.48.5
983
993
 
984
- - fix(PanoTagPlugin): 修复部分场景下,标签无法闪烁的问题。
994
+ * fix(PanoTagPlugin): 修复部分场景下,标签无法闪烁的问题。
985
995
 
986
996
  ## 3.48.4
987
997
 
988
- - fix(PanoTagPlugin): 修复部分标签禁用后再闪烁,闪烁完成后没有消失的问题。
998
+ * fix(PanoTagPlugin): 修复部分标签禁用后再闪烁,闪烁完成后没有消失的问题。
989
999
 
990
1000
  ## 3.48.3
991
1001
 
992
- - fix(PanoTagPlugin): 修复 `3.48.0` 导致的图文标签 UI 错误的问题。
1002
+ * fix(PanoTagPlugin): 修复 `3.48.0` 导致的图文标签 UI 错误的问题。
993
1003
 
994
1004
  ## 3.48.2
995
1005
 
996
- - feat(Sculpt): 折线(Polyline)多边形(Polygon)支持撤销/重做。
1006
+ * feat(Sculpt): 折线(Polyline)多边形(Polygon)支持撤销/重做。
997
1007
 
998
1008
  ## 3.48.1
999
1009
 
1000
- - feat(Sculpt): 线段(Line)支持撤销/重做。
1010
+ * feat(Sculpt): 线段(Line)支持撤销/重做。
1001
1011
 
1002
1012
  ## 3.48.0
1003
1013
 
1004
- - feat:(PanoTagPlugin): 带视频的标签,支持 `play` / `pause`
1014
+ * feat:(PanoTagPlugin): 带视频的标签,支持 `play` / `pause`
1005
1015
 
1006
1016
  ## 3.47.16
1007
1017
 
1008
- - chore(\*): 优化代码。
1018
+ * chore(\*): 优化代码。
1009
1019
 
1010
1020
  ## 3.47.15
1011
1021
 
1012
- - fix(\*): 修复一个循环引用问题。
1013
- - fix(PanoTagPlugin): 修复 `requestIdleCallbackId` polyfill 问题。
1022
+ * fix(\*): 修复一个循环引用问题。
1023
+ * fix(PanoTagPlugin): 修复 `requestIdleCallbackId` polyfill 问题。
1014
1024
 
1015
1025
  ## 3.47.14
1016
1026
 
1017
- - fix(Sculpt): 修复移动多边形时,距离/面积 dom 没有跟随移动的问题。
1018
- - fix(Sculpt): 修复清空时,面积没有被删除的问题。
1027
+ * fix(Sculpt): 修复移动多边形时,距离/面积 dom 没有跟随移动的问题。
1028
+ * fix(Sculpt): 修复清空时,面积没有被删除的问题。
1019
1029
 
1020
1030
  ## 3.47.13
1021
1031
 
1022
- - fix(Sculpt): 修复多次绘制对角线矩形时,距离显示的问题。
1032
+ * fix(Sculpt): 修复多次绘制对角线矩形时,距离显示的问题。
1023
1033
 
1024
1034
  ## 3.47.12
1025
1035
 
1026
- - feat(Sculpt): 支持展示面积。
1036
+ * feat(Sculpt): 支持展示面积。
1027
1037
 
1028
1038
  ## 3.47.11
1029
1039
 
1030
- - fix(Sculpt): 修复矩形绘制时的距离不显示的问题。
1040
+ * fix(Sculpt): 修复矩形绘制时的距离不显示的问题。
1031
1041
 
1032
1042
  ## 3.47.10
1033
1043
 
1034
- - fix(Sculpt): 修复 box 绘制;修复距离显示问题。
1044
+ * fix(Sculpt): 修复 box 绘制;修复距离显示问题。
1035
1045
 
1036
1046
  ## 3.47.9
1037
1047
 
1038
- - fix(Sculpt): 优化矩形绘制代码。
1048
+ * fix(Sculpt): 优化矩形绘制代码。
1039
1049
 
1040
1050
  ## 3.47.8
1041
1051
 
1042
- - fix(PanoTagPlugin): 修复 `tag.destroy()` 和 `plugin.clearTags()`。
1052
+ * fix(PanoTagPlugin): 修复 `tag.destroy()` 和 `plugin.clearTags()`。
1043
1053
 
1044
1054
  ## 3.47.7
1045
1055
 
1046
- - fix(Sculpt): 优化点云中的长度标签的碰撞检测。
1056
+ * fix(Sculpt): 优化点云中的长度标签的碰撞检测。
1047
1057
 
1048
1058
  ## 3.47.6
1049
1059
 
1050
- - fix(Sculpt): 修复长度标签的倾斜角度没有更新的问题。
1060
+ * fix(Sculpt): 修复长度标签的倾斜角度没有更新的问题。
1051
1061
 
1052
1062
  ## 3.47.5
1053
1063
 
1054
- - fix(Sculpt): 优化点云中的长度标签的碰撞检测;UI 优化。
1064
+ * fix(Sculpt): 优化点云中的长度标签的碰撞检测;UI 优化。
1055
1065
 
1056
1066
  ## 3.47.4
1057
1067
 
1058
- - chore(\*): 优化放大镜性能。
1068
+ * chore(\*): 优化放大镜性能。
1059
1069
 
1060
1070
  ## 3.47.3
1061
1071
 
1062
- - fix(Sculpt): 优化垂直绘制方式。
1072
+ * fix(Sculpt): 优化垂直绘制方式。
1063
1073
 
1064
1074
  ## 3.47.2
1065
1075
 
1066
- - chore(PanoSelector): 类型优化。
1076
+ * chore(PanoSelector): 类型优化。
1067
1077
 
1068
1078
  ## 3.47.1
1069
1079
 
1070
- - change(PanoTagPlugin): 移除默认最大距离配置
1080
+ * change(PanoTagPlugin): 移除默认最大距离配置
1071
1081
 
1072
1082
  ## 3.47.0
1073
1083
 
1074
- - feat(PanoMeasurePlugin): 支持通过 `config.pointSelectorConfig.actionIfNoIntersection` 来配置当鼠标处无模型时的行为。
1075
- - feat(Sculpt): 绘制中遇到鼠标处无模型时的情况时更加智能。
1084
+ * feat(PanoMeasurePlugin): 支持通过 `config.pointSelectorConfig.actionIfNoIntersection` 来配置当鼠标处无模型时的行为。
1085
+ * feat(Sculpt): 绘制中遇到鼠标处无模型时的情况时更加智能。
1076
1086
 
1077
1087
  ## 3.46.1
1078
1088
 
1079
- - fix(Sculpt): 修复删除 item 时,距离 dom 没有被删除的问题。
1089
+ * fix(Sculpt): 修复删除 item 时,距离 dom 没有被删除的问题。
1080
1090
 
1081
1091
  ## 3.46.0
1082
1092
 
1083
- - feat(Sculpt): 支持设置 item 的 `lengthEnable` 来开启距离显示。
1093
+ * feat(Sculpt): 支持设置 item 的 `lengthEnable` 来开启距离显示。
1084
1094
 
1085
1095
  ## 3.45.0
1086
1096
 
1087
- - feat(Sculpt): 支持创建线段;支持创建 线段、折线、多边形时,锁定垂直/水平面
1097
+ * feat(Sculpt): 支持创建线段;支持创建 线段、折线、多边形时,锁定垂直/水平面
1088
1098
 
1089
1099
  ## 3.44.5
1090
1100
 
1091
- - chore(PanoTagPlugin): 开启 `debug` 时,控制台输出函数调用日志。
1101
+ * chore(PanoTagPlugin): 开启 `debug` 时,控制台输出函数调用日志。
1092
1102
 
1093
1103
  ## 3.44.4
1094
1104
 
1095
- - fix(PointSelector): 修复缩放 fov 时,放大镜没有更新位置的问题。
1096
- - fix(PointSelector): 修复 `disable` 时,坐标点外围圆环没有隐藏的问题。
1105
+ * fix(PointSelector): 修复缩放 fov 时,放大镜没有更新位置的问题。
1106
+ * fix(PointSelector): 修复 `disable` 时,坐标点外围圆环没有隐藏的问题。
1097
1107
 
1098
1108
  ## 3.44.3
1099
1109
 
1100
- - fix(currentPanoImagePlugin): 支持多 work 场景。
1110
+ * fix(currentPanoImagePlugin): 支持多 work 场景。
1101
1111
 
1102
1112
  ## 3.44.2
1103
1113
 
1104
- - fix(PanoTagPlugin): 修复偶先走点后没有立即显示标签的问题。
1114
+ * fix(PanoTagPlugin): 修复偶先走点后没有立即显示标签的问题。
1105
1115
 
1106
1116
  ## 3.44.1
1107
1117
 
1108
- - fix(PanoTagPlugin): 标签的模型态入口开启时,在模型态下禁止自动展开。
1118
+ * fix(PanoTagPlugin): 标签的模型态入口开启时,在模型态下禁止自动展开。
1109
1119
 
1110
1120
  ## 3.44.0
1111
1121
 
1112
- - feat(PanoMeasurePlugin): 新增一种坐标选择器样式,初始化插件时,可以使用 `config.pointSelectorConfig.helper.pointHelper` 配置来设置坐标选择器的样式。
1113
- - feat(PanoMeasurePlugin): 支持通过 `config.pointSelectorConfig.virtualPoint` 来配置当鼠标处无模型时,是否生成虚拟点。
1122
+ * feat(PanoMeasurePlugin): 新增一种坐标选择器样式,初始化插件时,可以使用 `config.pointSelectorConfig.helper.pointHelper` 配置来设置坐标选择器的样式。
1123
+ * feat(PanoMeasurePlugin): 支持通过 `config.pointSelectorConfig.virtualPoint` 来配置当鼠标处无模型时,是否生成虚拟点。
1114
1124
 
1115
1125
  ## 3.43.0
1116
1126
 
1117
- - feat(PanoTagPlugin): 可通过 `globalConfig.entryFromModel` 启用标签在模型态上的入口,点击后可进入全景态查看标签。
1127
+ * feat(PanoTagPlugin): 可通过 `globalConfig.entryFromModel` 启用标签在模型态上的入口,点击后可进入全景态查看标签。
1118
1128
 
1119
1129
  ## 3.42.0
1120
1130
 
1121
- - feat(PanoTagPlugin)
1131
+ * feat(PanoTagPlugin)
1122
1132
  1. 优化 fov 变化时标签位置的计算。
1123
1133
  2. 可通过 `globalConfig.simulate3D` 启用模拟 3d 的近大远小的效果,默认关闭。
1124
1134
  3. 添加 `tag.find()` 方法,移动至适当位置找到此标签。
@@ -1126,1546 +1136,1547 @@
1126
1136
  5. 添加 `tagsLengthChange` 事件,调用`addTag()`, `clearTags()`, `tag.destroy()` 等方法 使标签数量发生变化时触发。
1127
1137
  6. 移除方法中的 `withAnimation` 参数,现在默认 `show`, `hide`, `enable` 全部带 fade 动画。
1128
1138
  7. 展示性能优化,加载速度优化。
1129
- - feat(Util):
1139
+ * feat(Util):
1130
1140
  1. `Util.lookObject`,模型态下以最佳视角查看一个物体。
1131
1141
  2. `Util.lookPoint`: 模型态下以最佳视角查看一个坐标点。
1132
1142
  3. `Util.reblink`: 修复将 dom 的 opacity 主动设置为 0 时,反向闪烁动画不生效的问题。
1133
- - chore(Object3DHelperPlugin): 优化一些代码。
1143
+ * chore(Object3DHelperPlugin): 优化一些代码。
1134
1144
 
1135
1145
  ## 3.41.7
1136
1146
 
1137
- - chore(\*): update `BasePlugin`
1147
+ * chore(\*): update `BasePlugin`
1138
1148
 
1139
1149
  ## 3.41.6
1140
1150
 
1141
- - fix(PanoTagPlugin): 修复模型未加载完成时,手动调用 `changeConfig` 会报错的问题。
1151
+ * fix(PanoTagPlugin): 修复模型未加载完成时,手动调用 `changeConfig` 会报错的问题。
1142
1152
 
1143
1153
  ## 3.41.5
1144
1154
 
1145
- - fix(GuideLinePlugin): dom 闪烁动画修复
1155
+ * fix(GuideLinePlugin): dom 闪烁动画修复
1146
1156
 
1147
1157
  ## 3.41.4
1148
1158
 
1149
- - fix(PanoMeasurePlugin): 修复走点后没有更新放大镜位置的问题。
1159
+ * fix(PanoMeasurePlugin): 修复走点后没有更新放大镜位置的问题。
1150
1160
 
1151
1161
  ## 3.41.3
1152
1162
 
1153
- - fix(\*): 修复众多插件在沙盘 vr 中的碰撞检测的目标错误的问题。
1163
+ * fix(\*): 修复众多插件在沙盘 vr 中的碰撞检测的目标错误的问题。
1154
1164
 
1155
1165
  ## 3.41.2
1156
1166
 
1157
- - fix(GuideLinePlugin): dom 闪烁动画修复
1167
+ * fix(GuideLinePlugin): dom 闪烁动画修复
1158
1168
 
1159
1169
  ## 3.41.1
1160
1170
 
1161
- - fix(GuideLinePlugin): 闪烁动画修复
1162
- - feat(blink): 支持闪烁 `ShaderMaterial`
1171
+ * fix(GuideLinePlugin): 闪烁动画修复
1172
+ * feat(blink): 支持闪烁 `ShaderMaterial`
1163
1173
 
1164
1174
  ## 3.41.0
1165
1175
 
1166
- - feat(GuideLinePlugin): 优化路线转弯处的显示效果
1176
+ * feat(GuideLinePlugin): 优化路线转弯处的显示效果
1167
1177
 
1168
1178
  ## 3.40.4
1169
1179
 
1170
- - fix(ModelMakerPlugin): 修复 plugin `disable()` 后,依旧可以点击到物体的偶现问题。
1180
+ * fix(ModelMakerPlugin): 修复 plugin `disable()` 后,依旧可以点击到物体的偶现问题。
1171
1181
 
1172
1182
  ## 3.40.3
1173
1183
 
1174
- - fix(GuideLinePlugin): 修复一个报错问题
1184
+ * fix(GuideLinePlugin): 修复一个报错问题
1175
1185
 
1176
1186
  ## 3.40.2
1177
1187
 
1178
- - fix(GuideLinePlugin): 修复初始态为模型态时,路线引导标签不显示的问题。
1179
- - feat(GuideLinePlugin): 没有标签数据时,不生成多余的 PanoTagPlugin 实例。
1188
+ * fix(GuideLinePlugin): 修复初始态为模型态时,路线引导标签不显示的问题。
1189
+ * feat(GuideLinePlugin): 没有标签数据时,不生成多余的 PanoTagPlugin 实例。
1180
1190
 
1181
1191
  ## 3.40.1
1182
1192
 
1183
- - 忽略此版本,等同于 3.40.0
1193
+ * 忽略此版本,等同于 3.40.0
1184
1194
 
1185
1195
  ## 3.40.0
1186
1196
 
1187
- - change(blink): 现在返回值为 `animeInstance`,可以通过 `animeInstance.preComplete()` 来提前结束动画。
1197
+ * change(blink): 现在返回值为 `animeInstance`,可以通过 `animeInstance.preComplete()` 来提前结束动画。
1188
1198
 
1189
1199
  ## 3.39.0
1190
1200
 
1191
- - feat(GuideLinePlugin): 支持设置 `useAutoDepthTest` 来选择是否动态开启深度测试
1201
+ * feat(GuideLinePlugin): 支持设置 `useAutoDepthTest` 来选择是否动态开启深度测试
1192
1202
 
1193
1203
  ## 3.38.0
1194
1204
 
1195
- - feat(ModelMakerPlugin): 支持通过 `Plugin(five, { occlusionMode?: 'depthTest' | 'translucence' })` 设置当 occlusionVisibility 开启时的显示效果
1205
+ * feat(ModelMakerPlugin): 支持通过 `Plugin(five, { occlusionMode?: 'depthTest' | 'translucence' })` 设置当 occlusionVisibility 开启时的显示效果
1196
1206
 
1197
1207
  ## 3.37.2
1198
1208
 
1199
- - fix(ModelMakerPlugin): 修复区域标注 `load` 后 `occlusionVisibility` 可能不立即生效的问题。
1209
+ * fix(ModelMakerPlugin): 修复区域标注 `load` 后 `occlusionVisibility` 可能不立即生效的问题。
1200
1210
 
1201
1211
  ## 3.37.1
1202
1212
 
1203
- - fix(PanoTagPlugin): 修复贴片标签 `disable` 后执行闪烁动画时不生效的问题。
1213
+ * fix(PanoTagPlugin): 修复贴片标签 `disable` 后执行闪烁动画时不生效的问题。
1204
1214
 
1205
1215
  ## 3.37.0
1206
1216
 
1207
- - feat(ModelMakerPlugin): 支持通过 `Plugin(five, { occlusionVisibility?: boolean | Mode[] })` 设置是否展示标注被 five 模型遮挡的部分。
1208
- - fix(ModelMakerPlugin): 修复 区域标注(prism) 少了画一个面的问题。
1217
+ * feat(ModelMakerPlugin): 支持通过 `Plugin(five, { occlusionVisibility?: boolean | Mode[] })` 设置是否展示标注被 five 模型遮挡的部分。
1218
+ * fix(ModelMakerPlugin): 修复 区域标注(prism) 少了画一个面的问题。
1209
1219
 
1210
1220
  ## 3.36.11
1211
1221
 
1212
- - fix(PanoTagPlugin): 优化标签 `tag.enable` 性能。
1222
+ * fix(PanoTagPlugin): 优化标签 `tag.enable` 性能。
1213
1223
 
1214
1224
  ## 3.36.10
1215
1225
 
1216
- - fix(PanoMeasurePlugin): 修复测量插件在特定条件下 `visibleFiveMode` 不生效的问题。
1226
+ * fix(PanoMeasurePlugin): 修复测量插件在特定条件下 `visibleFiveMode` 不生效的问题。
1217
1227
 
1218
1228
  ## 3.36.9
1219
1229
 
1220
- - fix(PanoMeasurePlugin): 修复沙盘场景下,标尺插件的 dom 部分 第一次加载时的初始位置不正确的问题。
1230
+ * fix(PanoMeasurePlugin): 修复沙盘场景下,标尺插件的 dom 部分 第一次加载时的初始位置不正确的问题。
1221
1231
 
1222
1232
  ## 3.36.8
1223
1233
 
1224
- - fix(PanoRulerPlugin): 修复标尺插件在沙盘 vr 中报错的问题。
1234
+ * fix(PanoRulerPlugin): 修复标尺插件在沙盘 vr 中报错的问题。
1225
1235
 
1226
1236
  ## 3.36.7
1227
1237
 
1228
- - fix(PanoMeasurePlugin): 测量插件 view 模式 支持沙盘 VR。
1238
+ * fix(PanoMeasurePlugin): 测量插件 view 模式 支持沙盘 VR。
1229
1239
 
1230
1240
  ## 3.36.6
1231
1241
 
1232
- - fix(ModelMakerPlugin): 标注 dom 部分 支持沙盘 VR。
1242
+ * fix(ModelMakerPlugin): 标注 dom 部分 支持沙盘 VR。
1233
1243
 
1234
1244
  ## 3.36.5
1235
1245
 
1236
- - chore(\*): 一些导出修改
1246
+ * chore(\*): 一些导出修改
1237
1247
 
1238
1248
  ## 3.36.4
1239
1249
 
1240
- - fix(ModelMakerPlugin): 标注支持沙盘 VR。
1250
+ * fix(ModelMakerPlugin): 标注支持沙盘 VR。
1241
1251
 
1242
1252
  ## 3.36.3
1243
1253
 
1244
- - fix(PanoTagPlugin): 模型广告牌(MediaModel)支持沙盘 VR。
1254
+ * fix(PanoTagPlugin): 模型广告牌(MediaModel)支持沙盘 VR。
1245
1255
 
1246
1256
  ## 3.36.2
1247
1257
 
1248
- - feat(PanoVideoPlugin): 全景视频新增 `click` 事件,使用 `e.preventDefault()` 可以阻止默认点击行为
1258
+ * feat(PanoVideoPlugin): 全景视频新增 `click` 事件,使用 `e.preventDefault()` 可以阻止默认点击行为
1249
1259
 
1250
1260
  ## 3.36.1
1251
1261
 
1252
- - fix(PanoTagPlugin) : 修复标签 disable 时,修改标签坐标后再 enable 不会更新标签 visible 的问题。
1262
+ * fix(PanoTagPlugin) : 修复标签 disable 时,修改标签坐标后再 enable 不会更新标签 visible 的问题。
1253
1263
 
1254
1264
  ## 3.36.0
1255
1265
 
1256
- - feat(PanoTagPlugin): 优化标签性能。
1266
+ * feat(PanoTagPlugin): 优化标签性能。
1257
1267
 
1258
1268
  ## 3.35.2
1259
1269
 
1260
- - fix(PanoTagPlugin): 修复 dom 贴片在 disable 后调用 `blink` 不生效的问题。
1270
+ * fix(PanoTagPlugin): 修复 dom 贴片在 disable 后调用 `blink` 不生效的问题。
1261
1271
 
1262
1272
  ## 3.35.1
1263
1273
 
1264
- - fix(PanoVideoPlugin): 修复在视频结束的瞬间调用 `disable` 时有一定概率不生效的问题。
1274
+ * fix(PanoVideoPlugin): 修复在视频结束的瞬间调用 `disable` 时有一定概率不生效的问题。
1265
1275
 
1266
1276
  ## 3.35.0
1267
1277
 
1268
- - feat(PanoMeasurePlugin): 每条线可以通过数据中的 `visibleFiveMode: FiveMode[]` 来限制此条线在哪些 FiveMode 下可见
1269
- - feat(PanoVideoPlugin): 新增 `dataLoaded` 事件
1278
+ * feat(PanoMeasurePlugin): 每条线可以通过数据中的 `visibleFiveMode: FiveMode[]` 来限制此条线在哪些 FiveMode 下可见
1279
+ * feat(PanoVideoPlugin): 新增 `dataLoaded` 事件
1270
1280
 
1271
1281
  ## 3.34.6
1272
1282
 
1273
- - chore(PanoVideoPlugin): 修改 controllerMap 访问权限
1283
+ * chore(PanoVideoPlugin): 修改 controllerMap 访问权限
1274
1284
 
1275
1285
  ## 3.34.5
1276
1286
 
1277
- - fix(ModelMakerPlugin): 修复插件 disable 后,item 执行 enable 依然生效的问题。
1287
+ * fix(ModelMakerPlugin): 修复插件 disable 后,item 执行 enable 依然生效的问题。
1278
1288
 
1279
1289
  ## 3.34.4
1280
1290
 
1281
- - fix(ModelMakerPlugin): 修复区域标注(prism)高度计算错误的问题。
1291
+ * fix(ModelMakerPlugin): 修复区域标注(prism)高度计算错误的问题。
1282
1292
 
1283
1293
  ## 3.34.3
1284
1294
 
1285
- - fix(PanoTagPlugin): `whyHide` 支持所有场景
1286
- - change(PanoTagPlugin): `__PANOTAGPLUGIN_DEBUG__` 现在会返回标签数最多的插件实例
1295
+ * fix(PanoTagPlugin): `whyHide` 支持所有场景
1296
+ * change(PanoTagPlugin): `__PANOTAGPLUGIN_DEBUG__` 现在会返回标签数最多的插件实例
1287
1297
 
1288
1298
  ## 3.34.2
1289
1299
 
1290
- - fix(ModelMakerPlugin): plugin config 问题修复
1300
+ * fix(ModelMakerPlugin): plugin config 问题修复
1291
1301
 
1292
1302
  ## 3.34.1
1293
1303
 
1294
- - fix(ModelMakerPlugin): 支持设置标签容器的 `zIndex` 属性;修复标签显隐问题。
1304
+ * fix(ModelMakerPlugin): 支持设置标签容器的 `zIndex` 属性;修复标签显隐问题。
1295
1305
 
1296
1306
  ## 3.34.0
1297
1307
 
1298
- - feat(PanoTagPlugin):
1299
- - 支持设置标签容器的 `zIndex` 属性。
1300
- - 兼容 five react,并回滚 3.29.5 和 3.27.10 中的 five react 兼容方式。此方式可能会引发一些其他问题。
1301
- - 如果遇到浏览器 resize 时标签不可见的问题时,请在插件初始化时设置 zIndex 为大于 0 的值,例: `PanoTagPlugin(five, { containerZIndex: 1 })`,或者使用 `plugin.appendTo(element)` 将插件放入稳定的容器中。
1308
+ * feat(PanoTagPlugin):
1309
+ * 支持设置标签容器的 `zIndex` 属性。
1310
+ * 兼容 five react,并回滚 3.29.5 和 3.27.10 中的 five react 兼容方式。此方式可能会引发一些其他问题。
1311
+ * 如果遇到浏览器 resize 时标签不可见的问题时,请在插件初始化时设置 zIndex 为大于 0 的值,例: `PanoTagPlugin(five, { containerZIndex: 1 })`,或者使用 `plugin.appendTo(element)` 将插件放入稳定的容器中。
1302
1312
 
1303
1313
  ## 3.33.0
1304
1314
 
1305
- - feat(CSS3DRenderPlugin): 支持设置 wrapper 容器。
1315
+ * feat(CSS3DRenderPlugin): 支持设置 wrapper 容器。
1306
1316
 
1307
1317
  ## 3.32.1
1308
1318
 
1309
- - style(PanoTagPlugin): 优化 `Panorama` 标签 UI 效果。
1319
+ * style(PanoTagPlugin): 优化 `Panorama` 标签 UI 效果。
1310
1320
 
1311
1321
  ## 3.32.0
1312
1322
 
1313
- - feat(PanoTagPlugin): 新增 `plugin.appendTo` 方法,支持将标签容器放入到指定的 dom 中,默认与 five canvas dom 同级。
1314
- - fix(PanoTagPlugin): 优化 `clearTags` 方法,现在会一起清除标签容器。
1323
+ * feat(PanoTagPlugin): 新增 `plugin.appendTo` 方法,支持将标签容器放入到指定的 dom 中,默认与 five canvas dom 同级。
1324
+ * fix(PanoTagPlugin): 优化 `clearTags` 方法,现在会一起清除标签容器。
1315
1325
 
1316
1326
  ## 3.31.1
1317
1327
 
1318
- - fix(PanoTagPlugin): 回滚 3.24.0 中引入的标签 filter 缓存
1328
+ * fix(PanoTagPlugin): 回滚 3.24.0 中引入的标签 filter 缓存
1319
1329
 
1320
1330
  ## 3.31.0
1321
1331
 
1322
- - change(PanoTagPlugin): five 模型更新时,重新计算所有标签状态
1332
+ * change(PanoTagPlugin): five 模型更新时,重新计算所有标签状态
1323
1333
 
1324
1334
  ## 3.30.6
1325
1335
 
1326
- - fix(Object3DHelper): 修复 正交相机 下无法正确移动物体的问题
1327
- - fix(FiveDomEvent): 修复 `removeEventListener` 不传事件名时,无法移除所有事件监听的问题
1336
+ * fix(Object3DHelper): 修复 正交相机 下无法正确移动物体的问题
1337
+ * fix(FiveDomEvent): 修复 `removeEventListener` 不传事件名时,无法移除所有事件监听的问题
1328
1338
 
1329
1339
  ## 3.30.5
1330
1340
 
1331
- - fix(PanoTagPlugin): 支持闪烁禁用的标签
1332
- - fix(PanoTagPlugin): 优化标签不可见时闪烁的效果
1341
+ * fix(PanoTagPlugin): 支持闪烁禁用的标签
1342
+ * fix(PanoTagPlugin): 优化标签不可见时闪烁的效果
1333
1343
 
1334
1344
  ## 3.30.4
1335
1345
 
1336
- - fix(blink): 修复标签闪烁问题
1346
+ * fix(blink): 修复标签闪烁问题
1337
1347
 
1338
1348
  ## 3.30.3
1339
1349
 
1340
- - doc(blink): 添加 example
1350
+ * doc(blink): 添加 example
1341
1351
 
1342
1352
  ## 3.30.2
1343
1353
 
1344
- - doc(blink): 添加注释
1354
+ * doc(blink): 添加注释
1345
1355
 
1346
1356
  ## 3.30.1
1347
1357
 
1348
- - fix(ModelMakerPlugin): typing 优化
1358
+ * fix(ModelMakerPlugin): typing 优化
1349
1359
 
1350
1360
  ## 3.30.0
1351
1361
 
1352
- - feat(\*): 兼容 five@6.0.0-alpha.74 及大于 74 的版本
1362
+ * feat(\*): 兼容 five@6.0.0-alpha.74 及大于 74 的版本
1353
1363
 
1354
1364
  ## 3.29.9
1355
1365
 
1356
- - fix(ModelMakerPlugin): 修复 3.28.9 更新导致的 3D 标注(box)的标签位置有可能不准确的问题
1366
+ * fix(ModelMakerPlugin): 修复 3.28.9 更新导致的 3D 标注(box)的标签位置有可能不准确的问题
1357
1367
 
1358
1368
  ## 3.29.7
1359
1369
 
1360
- - fix(blink): 支持闪烁不可见的物体
1370
+ * fix(blink): 支持闪烁不可见的物体
1361
1371
 
1362
1372
  ## 3.29.6
1363
1373
 
1364
- - fix(\*): 导出 animejs 类型
1374
+ * fix(\*): 导出 animejs 类型
1365
1375
 
1366
1376
  ## 3.29.5
1367
1377
 
1368
- - fix(CSS3DRender): 兼容 five/react
1378
+ * fix(CSS3DRender): 兼容 five/react
1369
1379
 
1370
1380
  ## 3.29.4
1371
1381
 
1372
- - fix(PanoTagPlugin): 导出 `tag.blink` 类型
1382
+ * fix(PanoTagPlugin): 导出 `tag.blink` 类型
1373
1383
 
1374
1384
  ## 3.29.3
1375
1385
 
1376
- - fix(blink): 修复闪烁函数 blink 在处理一些有透明度的复杂模型时,第二次闪烁异常的问题
1386
+ * fix(blink): 修复闪烁函数 blink 在处理一些有透明度的复杂模型时,第二次闪烁异常的问题
1377
1387
 
1378
1388
  ## 3.29.2
1379
1389
 
1380
- - fix(ModelMakerPlugin): 修复 item 的各种事件没有触发的 bug
1390
+ * fix(ModelMakerPlugin): 修复 item 的各种事件没有触发的 bug
1381
1391
 
1382
1392
  ## 3.29.1
1383
1393
 
1384
- - chore(ModelMakerPlugin): 修改属性访问权限。
1394
+ * chore(ModelMakerPlugin): 修改属性访问权限。
1385
1395
 
1386
1396
  ## 3.29.0
1387
1397
 
1388
- - feat(PanoTagPlugin): 支持标签闪烁:`plugin.blinkTagById(id, animeParams)` 和 `tag.blink(animeParams)`
1398
+ * feat(PanoTagPlugin): 支持标签闪烁:`plugin.blinkTagById(id, animeParams)` 和 `tag.blink(animeParams)`
1389
1399
 
1390
1400
  ## 3.28.11
1391
1401
 
1392
- - fix(PanoTagPlugin): 修复部分标签无法加载的 bug(我是啥比
1402
+ * fix(PanoTagPlugin): 修复部分标签无法加载的 bug(我是啥比
1393
1403
 
1394
1404
  ## 3.28.10
1395
1405
 
1396
- - fix(ModelMakerPlugin): 修复区域标注(prism)的 z-fighting 问题
1406
+ * fix(ModelMakerPlugin): 修复区域标注(prism)的 z-fighting 问题
1397
1407
 
1398
1408
  ## 3.28.9
1399
1409
 
1400
- - fix(ModelMakerPlugin): 修复包含旋转数据的 3D 标注(box)加载位置不准确的问题
1410
+ * fix(ModelMakerPlugin): 修复包含旋转数据的 3D 标注(box)加载位置不准确的问题
1401
1411
 
1402
1412
  ## 3.28.8
1403
1413
 
1404
- - fix(PointSelector): 优化点击逻辑
1414
+ * fix(PointSelector): 优化点击逻辑
1405
1415
 
1406
1416
  ## 3.28.7
1407
1417
 
1408
- - fix(PanoTagPlugin): 兼容 tag.stickType 没有时标签 config 的计算逻辑。
1418
+ * fix(PanoTagPlugin): 兼容 tag.stickType 没有时标签 config 的计算逻辑。
1409
1419
 
1410
1420
  ## 3.28.6
1411
1421
 
1412
- - fix(PointSelector): 修复 enable 时,一些状态没有重置的问题。
1422
+ * fix(PointSelector): 修复 enable 时,一些状态没有重置的问题。
1413
1423
 
1414
1424
  ## 3.28.5
1415
1425
 
1416
- - fix(Object3DHelper): 修复一个 `Cannot read properties of undefined` 的报错
1426
+ * fix(Object3DHelper): 修复一个 `Cannot read properties of undefined` 的报错
1417
1427
 
1418
1428
  ## 3.28.4
1419
1429
 
1420
- - fix(PanoTagPlugin): 修复 tag 的一些 events 没有触发的问题。
1430
+ * fix(PanoTagPlugin): 修复 tag 的一些 events 没有触发的问题。
1421
1431
 
1422
1432
  ## 3.28.3
1423
1433
 
1424
- - fix(PanoTagPlugin): 修复 tag.id 改变后,tag 上的方法无法执行的问题
1434
+ * fix(PanoTagPlugin): 修复 tag.id 改变后,tag 上的方法无法执行的问题
1425
1435
 
1426
1436
  ## 3.28.2
1427
1437
 
1428
- - chore: 发布 CHANGELOG
1438
+ * chore: 发布 CHANGELOG
1429
1439
 
1430
1440
  ## 3.28.1
1431
1441
 
1432
- - change(PointSelector): 修改射线碰撞半径 0.01 => 0.02
1442
+ * change(PointSelector): 修改射线碰撞半径 0.01 => 0.02
1433
1443
 
1434
1444
  ## 3.28.0
1435
1445
 
1436
- - feat(PanoTagPlugin): 新增 `plugin.changePositionById(id, position)` 和 `tag.changePosition(position)`
1446
+ * feat(PanoTagPlugin): 新增 `plugin.changePositionById(id, position)` 和 `tag.changePosition(position)`
1437
1447
 
1438
1448
  ## 3.27.10
1439
1449
 
1440
- - fix(PanoTagPlugin): 兼容 five/react
1450
+ * fix(PanoTagPlugin): 兼容 five/react
1441
1451
 
1442
1452
  ## 3.27.9
1443
1453
 
1444
- - fix(Sculpt): 修复 `item.off()` 不生效的问题
1445
- - fix(Sculpt): 修复 `plugin.clear()` 清除不干净的问题
1446
- - feat(FiveDomEvents): 支持设置不在场景中的物体不触发事件
1454
+ * fix(Sculpt): 修复 `item.off()` 不生效的问题
1455
+ * fix(Sculpt): 修复 `plugin.clear()` 清除不干净的问题
1456
+ * feat(FiveDomEvents): 支持设置不在场景中的物体不触发事件
1447
1457
 
1448
1458
  ## 3.27.8
1449
1459
 
1450
- - change(PanoMeasurePlugin): 右键不退出测量
1460
+ * change(PanoMeasurePlugin): 右键不退出测量
1451
1461
 
1452
1462
  ## 3.27.7
1453
1463
 
1454
- - fix(PointSelector): 兼容点云场景
1464
+ * fix(PointSelector): 兼容点云场景
1455
1465
 
1456
1466
  ## 3.27.6
1457
1467
 
1458
- - fix(PanoTagPlugin): 优化&修复标签自动展开时,其他标签被动收起的逻辑。
1468
+ * fix(PanoTagPlugin): 优化&修复标签自动展开时,其他标签被动收起的逻辑。
1459
1469
 
1460
1470
  ## 3.27.5
1461
1471
 
1462
- - fix(PanoTagPlugin): 修复 `destroyTagById` 执行后,视图没有更新的 bug
1472
+ * fix(PanoTagPlugin): 修复 `destroyTagById` 执行后,视图没有更新的 bug
1463
1473
 
1464
1474
  ## 3.27.4
1465
1475
 
1466
- - fix(PanoTagPlugin): 修复 `destroyTagById` 执行后,标签数组缓存没有更新的 bug
1476
+ * fix(PanoTagPlugin): 修复 `destroyTagById` 执行后,标签数组缓存没有更新的 bug
1467
1477
 
1468
1478
  ## 3.27.3
1469
1479
 
1470
- - fix(PanoTagPlugin): 修复 contentTypeConfig 中,`ModelLike` 和 `Mapview` 等模型态 mode 配置同时存在时,会出现配置相互覆盖而不合并的问题。
1480
+ * fix(PanoTagPlugin): 修复 contentTypeConfig 中,`ModelLike` 和 `Mapview` 等模型态 mode 配置同时存在时,会出现配置相互覆盖而不合并的问题。
1471
1481
 
1472
1482
  ## 3.27.2
1473
1483
 
1474
- - fix(PanoTagPlugin): 回滚 3.27.0 中的第二个 feature
1484
+ * fix(PanoTagPlugin): 回滚 3.27.0 中的第二个 feature
1475
1485
 
1476
1486
  ## 3.27.1
1477
1487
 
1478
- - fix(PanoTagPlugin): 修复 3.27.0 中 `initialState` 的 bug
1488
+ * fix(PanoTagPlugin): 修复 3.27.0 中 `initialState` 的 bug
1479
1489
 
1480
1490
  ## 3.27.0
1481
1491
 
1482
- - feat(PanoTagPlugin): 支持移动屏幕时自动收起标签
1483
- - feat(PanoTagPlugin): `initialState`支持不同 five mode
1492
+ * feat(PanoTagPlugin): 支持移动屏幕时自动收起标签
1493
+ * feat(PanoTagPlugin): `initialState`支持不同 five mode
1484
1494
 
1485
1495
  ## 3.26.0
1486
1496
 
1487
- - change(PanoTagPlugin): contentTypeConfig 移除对自定义标签类型的 Mixin-[type] 支持,直接使用 type 作为 key 即可
1497
+ * change(PanoTagPlugin): contentTypeConfig 移除对自定义标签类型的 Mixin-\[type] 支持,直接使用 type 作为 key 即可
1488
1498
 
1489
1499
  ## 3.25.10
1490
1500
 
1491
- - fix(PanoTagPlugin): contentTypeConfig 支持任意自定义标签。
1501
+ * fix(PanoTagPlugin): contentTypeConfig 支持任意自定义标签。
1492
1502
 
1493
1503
  ## 3.25.9
1494
1504
 
1495
- - fix(PanoTagPlugin): 修复 `changeConfig`, `changeContentTypeConfig` 修改影响标签展示的配置时,可能不会立即生效的问题。
1496
- - fix(ObjectHelper): `ScaleController` 添加 `setScale` 方法。
1505
+ * fix(PanoTagPlugin): 修复 `changeConfig`, `changeContentTypeConfig` 修改影响标签展示的配置时,可能不会立即生效的问题。
1506
+ * fix(ObjectHelper): `ScaleController` 添加 `setScale` 方法。
1497
1507
 
1498
1508
  ## 3.25.8
1499
1509
 
1500
- - fix(PanoTagPlugin): 兼容 tailwind
1510
+ * fix(PanoTagPlugin): 兼容 tailwind
1501
1511
 
1502
1512
  ## 3.25.7
1503
1513
 
1504
- - fix(PanoVideoPlugin): shader 修复
1505
- - chore(PanoTagPlugin): `Tag` 类型优化
1514
+ * fix(PanoVideoPlugin): shader 修复
1515
+ * chore(PanoTagPlugin): `Tag` 类型优化
1506
1516
 
1507
1517
  ## 3.25.6
1508
1518
 
1509
- - chore(PanoTagPlugin): 导出 `ContentTypeMapInterface` 类型
1519
+ * chore(PanoTagPlugin): 导出 `ContentTypeMapInterface` 类型
1510
1520
 
1511
1521
  ## 3.25.5
1512
1522
 
1513
- - chore(Sculpt): 优化 `Sculpt` ts 类型
1523
+ * chore(Sculpt): 优化 `Sculpt` ts 类型
1514
1524
 
1515
1525
  ## 3.25.4
1516
1526
 
1517
- - fix(Object3DHelper): 修复模型位移组件在特殊边界条件下位移不准确的问题。
1527
+ * fix(Object3DHelper): 修复模型位移组件在特殊边界条件下位移不准确的问题。
1518
1528
 
1519
1529
  ## 3.25.3
1520
1530
 
1521
- - fix(\*): 修复插件 `load()` 时,数据校验检测不准确的问题。
1531
+ * fix(\*): 修复插件 `load()` 时,数据校验检测不准确的问题。
1522
1532
 
1523
1533
  ## 3.25.2
1524
1534
 
1525
- - chore(Sculpt): 导出 type `SculptData`
1535
+ * chore(Sculpt): 导出 type `SculptData`
1526
1536
 
1527
1537
  ## 3.25.1
1528
1538
 
1529
- - chore(Sculpt): 导出 SculptPlugin
1539
+ * chore(Sculpt): 导出 SculptPlugin
1530
1540
 
1531
1541
  ## 3.25.0
1532
1542
 
1533
- - feat(MovePlugin): 模型漫游插件支持 `show()` `hide()` 路线
1534
- - fix(ModelMakerPlugin): `load()`后立即应用当前`state`
1535
- - fix(ModelMakerPlugin): 修复`clear()`没有清除干净的 bug
1543
+ * feat(MovePlugin): 模型漫游插件支持 `show()` `hide()` 路线
1544
+ * fix(ModelMakerPlugin): `load()`后立即应用当前`state`
1545
+ * fix(ModelMakerPlugin): 修复`clear()`没有清除干净的 bug
1536
1546
 
1537
1547
  ## 3.24.3
1538
1548
 
1539
- - fix(ModelMakerPlugin): 修复区域标注 prism 在特殊情况下走点后 标签会隐藏的问题
1549
+ * fix(ModelMakerPlugin): 修复区域标注 prism 在特殊情况下走点后 标签会隐藏的问题
1540
1550
 
1541
1551
  ## 3.24.2
1542
1552
 
1543
- - fix(ModelMakerPlugin): 修复模型隐藏时,仍然可以点击的问题
1553
+ * fix(ModelMakerPlugin): 修复模型隐藏时,仍然可以点击的问题
1544
1554
 
1545
1555
  ## 3.24.1
1546
1556
 
1547
- - fix(ModelMakerPlugin): 修复 Box 名称无法显示的问题 以及 没有 name 字段时会显示 undefined 的问题
1557
+ * fix(ModelMakerPlugin): 修复 Box 名称无法显示的问题 以及 没有 name 字段时会显示 undefined 的问题
1548
1558
 
1549
1559
  ## 3.24.0
1550
1560
 
1551
- - feat(PanoTagPlugin): 滑动屏幕时的性能优化,当前点位不可能看到的标签不会有任何多余的计算。
1552
- - fix(PanoTagPlugin): 修复 3.23.3 中手贱引入的 bug。
1553
- - fix(ModelMakerPlugin): 修复 disable 函数报错问题。
1561
+ * feat(PanoTagPlugin): 滑动屏幕时的性能优化,当前点位不可能看到的标签不会有任何多余的计算。
1562
+ * fix(PanoTagPlugin): 修复 3.23.3 中手贱引入的 bug。
1563
+ * fix(ModelMakerPlugin): 修复 disable 函数报错问题。
1554
1564
 
1555
1565
  ## 3.23.3
1556
1566
 
1557
- - fix(ModelMakerPlugin): 修复循环引用的问题。
1558
- - feat(ModelMakerPlugin): 添加函数`getItemById()`用来获取模型 Item。
1567
+ * fix(ModelMakerPlugin): 修复循环引用的问题。
1568
+ * feat(ModelMakerPlugin): 添加函数`getItemById()`用来获取模型 Item。
1559
1569
 
1560
1570
  ## 3.23.2
1561
1571
 
1562
- - fix(ModelMakerPlugin): 多边形支持 hover 态。
1563
- - fix(FiveDomEvent): 修复 unHover 不会触发的问题。
1572
+ * fix(ModelMakerPlugin): 多边形支持 hover 态。
1573
+ * fix(FiveDomEvent): 修复 unHover 不会触发的问题。
1564
1574
 
1565
1575
  ## 3.23.1
1566
1576
 
1567
- - fix(ModelMakerPlugin): 模型态标注标签支持碰撞检测。
1577
+ * fix(ModelMakerPlugin): 模型态标注标签支持碰撞检测。
1568
1578
 
1569
1579
  ## 3.23.0
1570
1580
 
1571
- - feat(ModelMakerPlugin): 新增默认 UI, 使用 `plugin.registerTagRenderer` 可自定义 UI。
1581
+ * feat(ModelMakerPlugin): 新增默认 UI, 使用 `plugin.registerTagRenderer` 可自定义 UI。
1572
1582
 
1573
1583
  ## 3.22.0
1574
1584
 
1575
- - feat: add `ModelMakerPlugin`
1585
+ * feat: add `ModelMakerPlugin`
1576
1586
 
1577
1587
  ## 3.21.2
1578
1588
 
1579
- - fix(PanoMeasurePlugin): 修复`disable()`后仍能点击的问题。
1589
+ * fix(PanoMeasurePlugin): 修复`disable()`后仍能点击的问题。
1580
1590
 
1581
1591
  ## 3.21.1
1582
1592
 
1583
- - fix(\*): audio.js 支持 SSR
1593
+ * fix(\*): audio.js 支持 SSR
1584
1594
 
1585
1595
  ## 3.21.0
1586
1596
 
1587
- - feat: 新增 `Sculpt`, [文档](../plugins/src/Sculpt/README.md)
1597
+ * feat: 新增 `Sculpt`, [文档](../plugins/src/Sculpt/README.md)
1588
1598
 
1589
1599
  ## 3.20.7
1590
1600
 
1591
- - fix(PanoMeasurePlugin): 彻底修复插件在序列化时会报错的问题 [相关 issue](https://github.com/mrdoob/three.js/issues/26598)。
1601
+ * fix(PanoMeasurePlugin): 彻底修复插件在序列化时会报错的问题 [相关 issue](https://github.com/mrdoob/three.js/issues/26598)。
1592
1602
 
1593
1603
  ## 3.20.6
1594
1604
 
1595
- - fix(PanoMeasurePlugin): 修复插件`disable`后,再次`enable`时,新手引导不展示的问题。
1596
- - fix(PanoMeasurePlugin): 修复插件在序列化时会报错的问题 [相关 issue](https://github.com/mrdoob/three.js/issues/26598)。
1597
- - chore(PanoMeasurePlugin): 移除废弃的类型声明。
1605
+ * fix(PanoMeasurePlugin): 修复插件`disable`后,再次`enable`时,新手引导不展示的问题。
1606
+ * fix(PanoMeasurePlugin): 修复插件在序列化时会报错的问题 [相关 issue](https://github.com/mrdoob/three.js/issues/26598)。
1607
+ * chore(PanoMeasurePlugin): 移除废弃的类型声明。
1598
1608
 
1599
1609
  ## 3.20.5
1600
1610
 
1601
- - fix(GuideLinePlugin): 修复数据中没有 id 时,无法生成多条路线的 bug
1602
- - change(GuideLinePlugin): dispose 后可以正常调用 load 函数
1603
- - feat(GuideLinePlugin): 内置默认箭头图片
1611
+ * fix(GuideLinePlugin): 修复数据中没有 id 时,无法生成多条路线的 bug
1612
+ * change(GuideLinePlugin): dispose 后可以正常调用 load 函数
1613
+ * feat(GuideLinePlugin): 内置默认箭头图片
1604
1614
 
1605
1615
  ## 3.20.4
1606
1616
 
1607
- - feat(MovePlugin): load 参数 data.path 支持传入坐标点数组。
1617
+ * feat(MovePlugin): load 参数 data.path 支持传入坐标点数组。
1608
1618
 
1609
1619
  ## 3.20.3
1610
1620
 
1611
- - fix(PanoTagPlugin): 修复部分手机(oppo reno 9)的火狐浏览器中,视频贴片黑屏的问题
1621
+ * fix(PanoTagPlugin): 修复部分手机(oppo reno 9)的火狐浏览器中,视频贴片黑屏的问题
1612
1622
 
1613
1623
  ## 3.20.2
1614
1624
 
1615
- - fix(PanoTagPlugin): 修复一些特殊情况下,走点后标签点可见性判断错误的问题
1625
+ * fix(PanoTagPlugin): 修复一些特殊情况下,走点后标签点可见性判断错误的问题
1616
1626
 
1617
1627
  ## 3.20.1
1618
1628
 
1619
- - fix(PanoTagPlugin): 之前由于性能问题,去除了标签的 zIndex 策略。现在使展开后的标签的 zIndex 生效,以解决展开后的标签被其他标签遮挡的问题。
1629
+ * fix(PanoTagPlugin): 之前由于性能问题,去除了标签的 zIndex 策略。现在使展开后的标签的 zIndex 生效,以解决展开后的标签被其他标签遮挡的问题。
1620
1630
 
1621
1631
  ## 3.20.0
1622
1632
 
1623
- - feat(floorplan): 添加 `roomDimensionEnable` 参数, 控制是否展示分间长宽。用`getRoomDimensionText`自定义分间尺寸文案
1633
+ * feat(floorplan): 添加 `roomDimensionEnable` 参数, 控制是否展示分间长宽。用`getRoomDimensionText`自定义分间尺寸文案
1624
1634
 
1625
1635
  ## 3.19.1
1626
1636
 
1627
- - fix(PanoTagPlugin): 移除视频贴片不可见时的多余逻辑
1637
+ * fix(PanoTagPlugin): 移除视频贴片不可见时的多余逻辑
1628
1638
 
1629
1639
  ## 3.19.0
1630
1640
 
1631
- - feat(PanoVideoPlugin): 添加 `unmuteByRenderID(id: string)` 方法来取消静音。
1641
+ * feat(PanoVideoPlugin): 添加 `unmuteByRenderID(id: string)` 方法来取消静音。
1632
1642
 
1633
1643
  ## 3.18.0
1634
1644
 
1635
- - feat(ObjectHelperPLugin): `moveController.moveByMouse()`参数`useFaceNormal`开启时,新增 `fixedFaceNormal` 参数用来设置修正后的用来做重合的 face 法向量
1645
+ * feat(ObjectHelperPLugin): `moveController.moveByMouse()`参数`useFaceNormal`开启时,新增 `fixedFaceNormal` 参数用来设置修正后的用来做重合的 face 法向量
1636
1646
 
1637
1647
  ## 3.17.1
1638
1648
 
1639
- - feat(ObjectHelperPLugin): `moveController.moveByMouse()`参数`useFaceNormal`开启时,新增 `alignmentVector` 参数用来设置需要和面片法向重合的物体本地向量,默认使用 Y 轴重合。
1649
+ * feat(ObjectHelperPLugin): `moveController.moveByMouse()`参数`useFaceNormal`开启时,新增 `alignmentVector` 参数用来设置需要和面片法向重合的物体本地向量,默认使用 Y 轴重合。
1640
1650
 
1641
1651
  ## 3.17.0
1642
1652
 
1643
- - feat(ObjectHelperPLugin): `moveController.moveByMouse()` 新增 `{ useFaceNormal?: boolean }` 参数用来控制物体放置时,是否考虑面片的法线方向,默认为 `false`
1644
- - update(ObjectHelperPLugin): BoundingBox 边框线关闭 `depthTest`
1645
- - fix(ObjectHelperPLugin): 修复 controller 是否启用的判断逻辑错误的问题
1653
+ * feat(ObjectHelperPLugin): `moveController.moveByMouse()` 新增 `{ useFaceNormal?: boolean }` 参数用来控制物体放置时,是否考虑面片的法线方向,默认为 `false`
1654
+ * update(ObjectHelperPLugin): BoundingBox 边框线关闭 `depthTest`
1655
+ * fix(ObjectHelperPLugin): 修复 controller 是否启用的判断逻辑错误的问题
1646
1656
 
1647
1657
  ## 3.16.2
1648
1658
 
1649
- - fix(ObjectHelperPLugin): 修复关闭 rotateHelper 时,放置物体会触发走点的问题
1659
+ * fix(ObjectHelperPLugin): 修复关闭 rotateHelper 时,放置物体会触发走点的问题
1650
1660
 
1651
1661
  ## 3.16.1
1652
1662
 
1653
- - fix(GuildLinePlugin): `skip_group` 配置移动到 `panorama_style` 中
1663
+ * fix(GuildLinePlugin): `skip_group` 配置移动到 `panorama_style` 中
1654
1664
 
1655
1665
  ## 3.16.0
1656
1666
 
1657
- - feat(GuildLinePlugin): 支持设置 `skip_group: boolean` 来选择是否跳过全景点位,默认为 `true`
1667
+ * feat(GuildLinePlugin): 支持设置 `skip_group: boolean` 来选择是否跳过全景点位,默认为 `true`
1658
1668
 
1659
1669
  ## 3.15.0
1660
1670
 
1661
- - feat(ObjectHelperPLugin): 支持设置 `moveHelper` x/y/z 轴是否开启
1671
+ * feat(ObjectHelperPLugin): 支持设置 `moveHelper` x/y/z 轴是否开启
1662
1672
 
1663
1673
  ## 3.14.2
1664
1674
 
1665
- - chore(ObjectHelperPLugin): 优化`addObject3DHelper`方法的返回类型
1675
+ * chore(ObjectHelperPLugin): 优化`addObject3DHelper`方法的返回类型
1666
1676
 
1667
1677
  ## 3.14.1
1668
1678
 
1669
- - fix(GuildLinePlugin): 修复路线箭头颜色混合不正确的问题
1679
+ * fix(GuildLinePlugin): 修复路线箭头颜色混合不正确的问题
1670
1680
 
1671
1681
  ## 3.14.0
1672
1682
 
1673
- - feat(GuildLinePlugin): 支持修改 `backgroundClip`,默认为 `border-box`
1683
+ * feat(GuildLinePlugin): 支持修改 `backgroundClip`,默认为 `border-box`
1674
1684
 
1675
1685
  ## 3.13.0
1676
1686
 
1677
- - feat(GuildLinePlugin): 支持修改边框宽度
1678
- - fix(GuildLinePlugin): 修复箭头黑边问题
1687
+ * feat(GuildLinePlugin): 支持修改边框宽度
1688
+ * fix(GuildLinePlugin): 修复箭头黑边问题
1679
1689
 
1680
1690
  ## 3.12.7
1681
1691
 
1682
- - fix(PanoTagPlugin): 修复低版本浏览器非透明图片的黑屏问题
1692
+ * fix(PanoTagPlugin): 修复低版本浏览器非透明图片的黑屏问题
1683
1693
 
1684
1694
  ## 3.12.6
1685
1695
 
1686
- - revert: 回滚 svelte 版本
1696
+ * revert: 回滚 svelte 版本
1687
1697
 
1688
1698
  ## 3.12.5
1689
1699
 
1690
- - fix(PanoTagPlugin): 修复商品标签性能问题
1700
+ * fix(PanoTagPlugin): 修复商品标签性能问题
1691
1701
 
1692
1702
  ## 3.12.4
1693
1703
 
1694
- - fix(PanoTagPlugin): 修复一个内存泄漏的问题
1704
+ * fix(PanoTagPlugin): 修复一个内存泄漏的问题
1695
1705
 
1696
1706
  ## 3.12.3
1697
1707
 
1698
- - fix(AreaMaker): 优化 `tagShow` / `tagHide` 触发时机
1708
+ * fix(AreaMaker): 优化 `tagShow` / `tagHide` 触发时机
1699
1709
 
1700
1710
  ## 3.12.2
1701
1711
 
1702
- - fix(ModalFloorplanPlugin): 修复模型户型图插件实例化时可能会错过设置 wrapper 时机的问题
1712
+ * fix(ModalFloorplanPlugin): 修复模型户型图插件实例化时可能会错过设置 wrapper 时机的问题
1703
1713
 
1704
1714
  ## 3.12.1
1705
1715
 
1706
- - fix(FloorplanRanderPlugin): 修复户型雷达图多次调用 `appendTo` 时不生效的 bug
1716
+ * fix(FloorplanRanderPlugin): 修复户型雷达图多次调用 `appendTo` 时不生效的 bug
1707
1717
 
1708
1718
  ## 3.12.0
1709
1719
 
1710
- - feat(CruisePlugin): 支持 `five@6.0` 多 work 数据
1711
- - feat(GuildPlugin): 支持 `five@6.0` 多 work 数据
1712
- - feat(GuildPlugin): 路线默认图片支持低版本浏览器
1713
- - feat(PanoTagPlugin): 提供 debug 方法来关闭碰撞检测: `plugin.debugUtil.closeIntersectRaycaster()`
1714
- - fix(PanoTagPlugin): 修复 `changeGlobalConfig` 后 config 计算错误的 bug
1720
+ * feat(CruisePlugin): 支持 `five@6.0` 多 work 数据
1721
+ * feat(GuildPlugin): 支持 `five@6.0` 多 work 数据
1722
+ * feat(GuildPlugin): 路线默认图片支持低版本浏览器
1723
+ * feat(PanoTagPlugin): 提供 debug 方法来关闭碰撞检测: `plugin.debugUtil.closeIntersectRaycaster()`
1724
+ * fix(PanoTagPlugin): 修复 `changeGlobalConfig` 后 config 计算错误的 bug
1715
1725
 
1716
1726
  ## 3.11.0
1717
1727
 
1718
- - feat(AreaMakerPlugin): item 新增事件 `tagShow` / `tagHide`,在标注标签被模型遮挡/不遮挡时触发
1728
+ * feat(AreaMakerPlugin): item 新增事件 `tagShow` / `tagHide`,在标注标签被模型遮挡/不遮挡时触发
1719
1729
 
1720
1730
  ## 3.10.3
1721
1731
 
1722
- - fix(CruisePlugin): 修复续播问题
1732
+ * fix(CruisePlugin): 修复续播问题
1723
1733
 
1724
1734
  ## 3.10.2
1725
1735
 
1726
- - chore(AreaMakerPlugin): resize 使用 `resizeObserver` 的实现方案替代 `iframe` 的实现方案
1736
+ * chore(AreaMakerPlugin): resize 使用 `resizeObserver` 的实现方案替代 `iframe` 的实现方案
1727
1737
 
1728
1738
  ## 3.10.1
1729
1739
 
1730
- - chore: 兼容 five@6.0.0-alpha.56
1740
+ * chore: 兼容 five@6.0.0-alpha.56
1731
1741
 
1732
1742
  ## 3.10.0
1733
1743
 
1734
- - feat(AreaMakerPlugin): object_data 新增 `{ visible?: boolean }` 属性,用于控制模型的可见性,默认为 true
1744
+ * feat(AreaMakerPlugin): object\_data 新增 `{ visible?: boolean }` 属性,用于控制模型的可见性,默认为 true
1735
1745
 
1736
1746
  ## 3.9.0
1737
1747
 
1738
- - feat(PanoVideoPlugin): 添加渐现效果
1748
+ * feat(PanoVideoPlugin): 添加渐现效果
1739
1749
 
1740
1750
  ## 3.8.11
1741
1751
 
1742
- - fix(PanoTagPlugin): 提升在点云场景下的性能
1752
+ * fix(PanoTagPlugin): 提升在点云场景下的性能
1743
1753
 
1744
1754
  ## 3.8.10
1745
1755
 
1746
- - fix(PanoTagPlugin): 兼容 Five 5.x 版本
1756
+ * fix(PanoTagPlugin): 兼容 Five 5.x 版本
1747
1757
 
1748
1758
  ## 3.8.9
1749
1759
 
1750
- - fix(AreaMakerPlugin): load 时之前的数据没有销毁干净的问题
1760
+ * fix(AreaMakerPlugin): load 时之前的数据没有销毁干净的问题
1751
1761
 
1752
1762
  ## 3.8.8
1753
1763
 
1754
- - chore(PanoTagPlugin): 修改默认配置
1764
+ * chore(PanoTagPlugin): 修改默认配置
1755
1765
 
1756
1766
  ## 3.8.7
1757
1767
 
1758
- - fix(AreaMakerPlugin): 修复 load 可能不生效的问题
1768
+ * fix(AreaMakerPlugin): 修复 load 可能不生效的问题
1759
1769
 
1760
1770
  ## 3.8.6
1761
1771
 
1762
- - fix(MovePlugin): 修复不能重复播放的问题
1772
+ * fix(MovePlugin): 修复不能重复播放的问题
1763
1773
 
1764
1774
  ## 3.8.5
1765
1775
 
1766
- - fix(PanoTagPlugin): 修复 usePoint 影响到了非自定义标签的问题
1776
+ * fix(PanoTagPlugin): 修复 usePoint 影响到了非自定义标签的问题
1767
1777
 
1768
1778
  ## 3.8.4
1769
1779
 
1770
- - fix(PanoTagPlugin): 修复标签在初始化过程中就妄图拿到初始化结果的问题,会导致一些设置了 visibleFiveMode 的标签无法按照预期显示
1780
+ * fix(PanoTagPlugin): 修复标签在初始化过程中就妄图拿到初始化结果的问题,会导致一些设置了 visibleFiveMode 的标签无法按照预期显示
1771
1781
 
1772
1782
  ## 3.8.3
1773
1783
 
1774
- - fix(MovePlugin): 修复一些 hook 没有正常触发的问题;修复 开始播放/续播 时有延迟的的问题
1784
+ * fix(MovePlugin): 修复一些 hook 没有正常触发的问题;修复 开始播放/续播 时有延迟的的问题
1775
1785
 
1776
1786
  ## 3.8.2
1777
1787
 
1778
- - fix(CruisePlugin): 修复 CruisePlugin 和 MovePlugin 初始化参数无法设置的问题
1788
+ * fix(CruisePlugin): 修复 CruisePlugin 和 MovePlugin 初始化参数无法设置的问题
1779
1789
 
1780
1790
  ## 3.8.1
1781
1791
 
1782
- - fix(Object3DHelperPlugin): 修复 MoveHelper 没有销毁的问题,更改 boundingBox 计算的逻辑
1792
+ * fix(Object3DHelperPlugin): 修复 MoveHelper 没有销毁的问题,更改 boundingBox 计算的逻辑
1783
1793
 
1784
1794
  ## 3.8.0
1785
1795
 
1786
- - feat(PanoTagPlugin): registerRenderer 新增 usePoint 参数,用于设置自定义标签是否使用标签点
1796
+ * feat(PanoTagPlugin): registerRenderer 新增 usePoint 参数,用于设置自定义标签是否使用标签点
1787
1797
 
1788
1798
  ## 3.7.0
1789
1799
 
1790
- - feat(MovePlugin): 新增 MovePlugin,支持按照指定的路径移动相机
1800
+ * feat(MovePlugin): 新增 MovePlugin,支持按照指定的路径移动相机
1791
1801
 
1792
1802
  ## 3.6.0
1793
1803
 
1794
- - feat(AreaMakerPlugin): 支持通过设置`itemRenderer`属性来自定义标签渲染器
1804
+ * feat(AreaMakerPlugin): 支持通过设置`itemRenderer`属性来自定义标签渲染器
1795
1805
 
1796
1806
  ## 3.5.1
1797
1807
 
1798
- - fix(PanoTagPlugin): 修复修改标签 position 后没有重新计算标签可见性的问题
1808
+ * fix(PanoTagPlugin): 修复修改标签 position 后没有重新计算标签可见性的问题
1799
1809
 
1800
1810
  ## 3.5.0
1801
1811
 
1802
- - feat(PanoTagPlugin): 添加 `bindRenderer(currentCententType: string, targetContentType: TagContentType)` 方法,当标签的 ContentType 为 currentCententType 时,会使用 targetContentType 的渲染器来渲染标签
1803
- - fix(PanoTagPlugin): 修复 tag.config 在处理多种 five mode 时 config 会被覆盖的问题
1812
+ * feat(PanoTagPlugin): 添加 `bindRenderer(currentCententType: string, targetContentType: TagContentType)` 方法,当标签的 ContentType 为 currentCententType 时,会使用 targetContentType 的渲染器来渲染标签
1813
+ * fix(PanoTagPlugin): 修复 tag.config 在处理多种 five mode 时 config 会被覆盖的问题
1804
1814
 
1805
1815
  ## 3.4.1
1806
1816
 
1807
- - style(PanoTagPlugin): 标签样式修复
1817
+ * style(PanoTagPlugin): 标签样式修复
1808
1818
 
1809
1819
  ## 3.4.0
1810
1820
 
1811
- - feat(PanoTagPlugin): 添加全景标签
1821
+ * feat(PanoTagPlugin): 添加全景标签
1812
1822
 
1813
1823
  ## 3.3.6
1814
1824
 
1815
- - fix(PanoTagPlugin): 修复走点时可能报错的问题
1825
+ * fix(PanoTagPlugin): 修复走点时可能报错的问题
1816
1826
 
1817
1827
  ## 3.3.5
1818
1828
 
1819
- - feat(PanoTagPlugin): 2d 标签按需加载 dom,优化性能问题
1829
+ * feat(PanoTagPlugin): 2d 标签按需加载 dom,优化性能问题
1820
1830
 
1821
1831
  ## 3.3.4
1822
1832
 
1823
- - fix(Floorplan): 复户型图在少数情况下,第一次从模型态展示户型图时展示失败。
1833
+ * fix(Floorplan): 复户型图在少数情况下,第一次从模型态展示户型图时展示失败。
1824
1834
 
1825
1835
  ## 3.3.3
1826
1836
 
1827
- - fix(PanoTagPlugin): 修复 3.3.2 中可能会出现报错的问题
1837
+ * fix(PanoTagPlugin): 修复 3.3.2 中可能会出现报错的问题
1828
1838
 
1829
1839
  ## 3.3.2
1830
1840
 
1831
- - fix(PanoTagPlugin): 如果 config keep 值存在,强制修改 initialState
1841
+ * fix(PanoTagPlugin): 如果 config keep 值存在,强制修改 initialState
1832
1842
 
1833
1843
  ## 3.3.1
1834
1844
 
1835
- - fix(PanoTagPlugin): 修复报错
1845
+ * fix(PanoTagPlugin): 修复报错
1836
1846
 
1837
1847
  ## 3.3.0
1838
1848
 
1839
- - feat(PanoTagPlugin): 标签在`Mapview`态时,支持按距离显示。
1840
- - feat(PanoTagPlugin): 标签位置计算支持多 Work 场景下的标签位置偏移量。
1841
- - fix(PanoTagPlugin): 修复了标签在消失动画过程中时不会更新位置的问题。
1842
- - fix(PanoTagPlugin): 图片贴片兼容低版本 Chrome。
1849
+ * feat(PanoTagPlugin): 标签在`Mapview`态时,支持按距离显示。
1850
+ * feat(PanoTagPlugin): 标签位置计算支持多 Work 场景下的标签位置偏移量。
1851
+ * fix(PanoTagPlugin): 修复了标签在消失动画过程中时不会更新位置的问题。
1852
+ * fix(PanoTagPlugin): 图片贴片兼容低版本 Chrome。
1843
1853
 
1844
1854
  ## 3.2.4
1845
1855
 
1846
- - fix(CurrentPanoImage): texture.minFilter 改为 THREE.LinearFilter,用于修复在部分设备下渲染图片异常。
1856
+ * fix(CurrentPanoImage): texture.minFilter 改为 THREE.LinearFilter,用于修复在部分设备下渲染图片异常。
1847
1857
 
1848
1858
  ## 3.2.3
1849
1859
 
1850
- - fix(GuideLinePlugin): 修复设置 tag 为空时再修改别的属性报错。
1860
+ * fix(GuideLinePlugin): 修复设置 tag 为空时再修改别的属性报错。
1851
1861
 
1852
1862
  ## 3.2.2
1853
1863
 
1854
- - fix(GuideLinePlugin): 修复 tag.data 为 null 时报错。
1864
+ * fix(GuideLinePlugin): 修复 tag.data 为 null 时报错。
1855
1865
 
1856
1866
  ## 3.2.1
1857
1867
 
1858
- - fix(GuideLinePlugin): 修复配置路线引导位移时标签没有变化。
1868
+ * fix(GuideLinePlugin): 修复配置路线引导位移时标签没有变化。
1859
1869
 
1860
1870
  ## 3.2.0
1861
1871
 
1862
- - feat(GuideLinePlugin): 路线引导支持配置位移。
1872
+ * feat(GuideLinePlugin): 路线引导支持配置位移。
1863
1873
 
1864
1874
  ## 3.1.3
1865
1875
 
1866
- - fix(PanoTagPlugin): 修复带帧动画的标签在低版本浏览器中显示异常的问题。
1876
+ * fix(PanoTagPlugin): 修复带帧动画的标签在低版本浏览器中显示异常的问题。
1867
1877
 
1868
1878
  ## 3.1.2
1869
1879
 
1870
- - fix(PanoTagPlugin): 视频贴片 autoplay 为 true 时,在微信场景下允许一直尝试自动播放。
1880
+ * fix(PanoTagPlugin): 视频贴片 autoplay 为 true 时,在微信场景下允许一直尝试自动播放。
1871
1881
 
1872
1882
  ## 3.1.1
1873
1883
 
1874
- - fix(floorplan-radar): 修复雷达图参数为空时报错的问题。
1884
+ * fix(floorplan-radar): 修复雷达图参数为空时报错的问题。
1875
1885
 
1876
1886
  ## 3.1.0
1877
1887
 
1878
- - feat(floorplan): 户型图支持缺失楼层配置。可以配置一张占位图片和文字。
1879
- - feat(floorplan): 雷达图图支持缺失楼层配置占位图。
1888
+ * feat(floorplan): 户型图支持缺失楼层配置。可以配置一张占位图片和文字。
1889
+ * feat(floorplan): 雷达图图支持缺失楼层配置占位图。
1880
1890
 
1881
1891
  ## 3.0.1
1882
1892
 
1883
- - fix(PanoTagPlugin): 修复 safari 中模型态标签 hide 时,opacity 不会立即生效的问题
1893
+ * fix(PanoTagPlugin): 修复 safari 中模型态标签 hide 时,opacity 不会立即生效的问题
1884
1894
 
1885
1895
  ## 3.0.0
1886
1896
 
1887
- - feat(\*): 插件支持 Five 6.x 版本
1888
- - fix(CSS3DRenderPlugin): 嵌套 object 的 show/hide 修复
1889
- - fix(PanoTagPlugin): 修复 renderType 为 Mesh 时,MediaPlane 标签 无法正常显示 gif 的问题
1890
- - fix(PanoTagPlugin): 修复 changeConfig 性能问题;其他 bug 修复
1891
- - fix(PanoMeasurePlugin): 设置放大镜容器为传入的 container 而不是 body
1892
- - fix(PanoMeasurePlugin): 修复 Five 不为全屏时,测量时的辅助坐标点计算错误的问题
1893
- - chore(floorplan): 兼容 five changeMode 时, 传入 0, 得到的可能是 Math.PI \* 2 的问题
1894
- - 优化 FiveDomEvents 性能
1897
+ * feat(\*): 插件支持 Five 6.x 版本
1898
+ * fix(CSS3DRenderPlugin): 嵌套 object 的 show/hide 修复
1899
+ * fix(PanoTagPlugin): 修复 renderType 为 Mesh 时,MediaPlane 标签 无法正常显示 gif 的问题
1900
+ * fix(PanoTagPlugin): 修复 changeConfig 性能问题;其他 bug 修复
1901
+ * fix(PanoMeasurePlugin): 设置放大镜容器为传入的 container 而不是 body
1902
+ * fix(PanoMeasurePlugin): 修复 Five 不为全屏时,测量时的辅助坐标点计算错误的问题
1903
+ * chore(floorplan): 兼容 five changeMode 时, 传入 0, 得到的可能是 Math.PI \* 2 的问题
1904
+ * 优化 FiveDomEvents 性能
1895
1905
 
1896
1906
  ## 2.31.0
1897
1907
 
1898
- - PanoTagPlugin:
1899
- - feat: 更好的支持`2D标签`在模型态下的展示,内置模型态标签的相关配置
1900
- - feat: visibleMode 支持 `Mode | Mode[] | 'PanoramaLike' | 'ModelLike' | 'all' | function`; 默认值为 `tag.fiveState?.mode ?? 'Panorama'`
1901
- - feat: `plugin.config.contentTypeConfig` 支持设置标签在不同 FiveMode 下的展示行为。 具体值参照 `type ContentTypeConfigKey`
1902
- - feat: 使用 2.27.3 相似方式 优化 `tag.contentType` 的类型推断
1903
- - fix: 修复部分情况下标签的渐显动画失效的问题
1904
- - fix: 修复`2D标签`远近距离判断错误的问题
1905
- - fix: 使用 `five.model.uuid` 代替 `five.work.workCode` 作为标签点位缓存的 key, 修复加载其他 five 后,缓存依然生效的问题
1906
- - chore: `FiveDomEvents` 代码优化
1908
+ * PanoTagPlugin:
1909
+ * feat: 更好的支持`2D标签`在模型态下的展示,内置模型态标签的相关配置
1910
+ * feat: visibleMode 支持 `Mode | Mode[] | 'PanoramaLike' | 'ModelLike' | 'all' | function`; 默认值为 `tag.fiveState?.mode ?? 'Panorama'`
1911
+ * feat: `plugin.config.contentTypeConfig` 支持设置标签在不同 FiveMode 下的展示行为。 具体值参照 `type ContentTypeConfigKey`
1912
+ * feat: 使用 2.27.3 相似方式 优化 `tag.contentType` 的类型推断
1913
+ * fix: 修复部分情况下标签的渐显动画失效的问题
1914
+ * fix: 修复`2D标签`远近距离判断错误的问题
1915
+ * fix: 使用 `five.model.uuid` 代替 `five.work.workCode` 作为标签点位缓存的 key, 修复加载其他 five 后,缓存依然生效的问题
1916
+ * chore: `FiveDomEvents` 代码优化
1907
1917
 
1908
1918
  ## 2.30.3
1909
1919
 
1910
- - fix(MapviewFloorplanPlugin): 修复移动端缩放失效。
1920
+ * fix(MapviewFloorplanPlugin): 修复移动端缩放失效。
1911
1921
 
1912
1922
  ## 2.30.2
1913
1923
 
1914
- - fix(AreaMakerPlugin): 修复 initialState 不生效。
1924
+ * fix(AreaMakerPlugin): 修复 initialState 不生效。
1915
1925
 
1916
1926
  ## 2.30.1
1917
1927
 
1918
- - fix(CurrentPanoImagePlugin): 修复 five initialState.mode 不为 Panorama 且 Plugin initialState.enabled 为 false 时,先 changeMode 到 Panorama 再调用 Plugin.enable() 在首点位模型没有正常展示的问题。
1919
- - feat(CurrentPanoImagePlugin): 提供 \_\_whyCantSeeMesh 方法,用于 debug 时查找为什么无法看到模型。
1928
+ * fix(CurrentPanoImagePlugin): 修复 five initialState.mode 不为 Panorama 且 Plugin initialState.enabled 为 false 时,先 changeMode 到 Panorama 再调用 Plugin.enable() 在首点位模型没有正常展示的问题。
1929
+ * feat(CurrentPanoImagePlugin): 提供 \_\_whyCantSeeMesh 方法,用于 debug 时查找为什么无法看到模型。
1920
1930
 
1921
1931
  ## 2.30.0
1922
1932
 
1923
- - feat(CurrentPanoImagePlugin): 新增 CurrentPanoImagePlugin。
1933
+ * feat(CurrentPanoImagePlugin): 新增 CurrentPanoImagePlugin。
1924
1934
 
1925
1935
  ## 2.29.0
1926
1936
 
1927
- - feat(PanoTagPlugin): 添加函数 `tag.whyHide(tagId)`,会告诉你为什么看不到标签
1928
- - fix(PanoTagPlugin): 重构物体点击判断逻辑,修复 bug;减少射线检测次数,提升性能
1937
+ * feat(PanoTagPlugin): 添加函数 `tag.whyHide(tagId)`,会告诉你为什么看不到标签
1938
+ * fix(PanoTagPlugin): 重构物体点击判断逻辑,修复 bug;减少射线检测次数,提升性能
1929
1939
 
1930
1940
  ## 2.28.6
1931
1941
 
1932
- - fix(CruisePlugin): 后置 load 函数中的 `clearPauseData()` 调用时机,修复 play 过程中执行 load 导致暂停的情况下,记录了暂停数据的问题
1942
+ * fix(CruisePlugin): 后置 load 函数中的 `clearPauseData()` 调用时机,修复 play 过程中执行 load 导致暂停的情况下,记录了暂停数据的问题
1933
1943
 
1934
1944
  ## 2.28.5
1935
1945
 
1936
- - fix(PanoCompassPlugin): 支持配置 logoURL
1946
+ * fix(PanoCompassPlugin): 支持配置 logoURL
1937
1947
 
1938
1948
  ## 2.28.4
1939
1949
 
1940
- - fix(PipelinePLugin): typo
1941
- - update github action
1950
+ * fix(PipelinePLugin): typo
1951
+ * update github action
1942
1952
 
1943
1953
  ## 2.28.3
1944
1954
 
1945
- - fix(AreaMakerPlugin): 修复屏幕 Resize 时,标签位置错误。
1955
+ * fix(AreaMakerPlugin): 修复屏幕 Resize 时,标签位置错误。
1946
1956
 
1947
1957
  ## 2.28.2
1948
1958
 
1949
- - fix(AreaMakerPlugin): 修复调用 plugin.hide 时,标注标签没有隐藏。
1950
- - fix(AreaMakerPlugin): 修复 Five 初始状态不是全景时,没有正确加载。
1951
- - fix(AreaMakerPlugin): 修复插件参数没有正确传入。
1959
+ * fix(AreaMakerPlugin): 修复调用 plugin.hide 时,标注标签没有隐藏。
1960
+ * fix(AreaMakerPlugin): 修复 Five 初始状态不是全景时,没有正确加载。
1961
+ * fix(AreaMakerPlugin): 修复插件参数没有正确传入。
1952
1962
 
1953
1963
  ## 2.28.1
1954
1964
 
1955
- - fix(PanoTagPlugin): 修复透明图片贴片的黑边问题
1965
+ * fix(PanoTagPlugin): 修复透明图片贴片的黑边问题
1956
1966
 
1957
1967
  ## 2.28.0
1958
1968
 
1959
- - feat(AreaMakerPlugin): 添加 AreaMakerPlugin。
1969
+ * feat(AreaMakerPlugin): 添加 AreaMakerPlugin。
1960
1970
 
1961
1971
  ## 2.27.4
1962
1972
 
1963
- - fix(PanoTagPlugin): 修复安卓小程序中,视频贴片无法自动播放的问题
1973
+ * fix(PanoTagPlugin): 修复安卓小程序中,视频贴片无法自动播放的问题
1964
1974
 
1965
1975
  ## 2.27.3
1966
1976
 
1967
- - feat(PanoTagPlugin): 优化 tag.data 的类型
1968
- 1. 对于未知类型的 tag 如 `tag: Tag`,现在可以使用 tag.data.my_any_property 而不报 ts 错误, 而之前版本需要使用`tag: Tag<any>`
1969
- 2. 对于已知类型的 tag 如 `tag: Tag<'Text'>`, 现在可以使用 tag.data.my_any_other_property 而不报 ts 错误
1977
+ * feat(PanoTagPlugin): 优化 tag.data 的类型
1978
+ 1. 对于未知类型的 tag 如 `tag: Tag`,现在可以使用 tag.data.my\_any\_property 而不报 ts 错误, 而之前版本需要使用`tag: Tag<any>`
1979
+ 2. 对于已知类型的 tag 如 `tag: Tag<'Text'>`, 现在可以使用 tag.data.my\_any\_other\_property 而不报 ts 错误
1970
1980
 
1971
1981
  ## 2.27.2
1972
1982
 
1973
- - fix(PanoTagPlugin): 修复 tag 没有处理模型标签的 clickable。
1983
+ * fix(PanoTagPlugin): 修复 tag 没有处理模型标签的 clickable。
1974
1984
 
1975
1985
  ## 2.27.1
1976
1986
 
1977
- - fix(PanoTagPlugin): 修复在部分 IOS 微信场景中,虚拟视频自动播放时播放按钮没有消失的 bug
1987
+ * fix(PanoTagPlugin): 修复在部分 IOS 微信场景中,虚拟视频自动播放时播放按钮没有消失的 bug
1978
1988
 
1979
1989
  ## 2.27.0
1980
1990
 
1981
- - feat(PanoTagPlugin): 碰撞检测支持更精细的检测配置,默认检测所有 tag.position,默认任意一点检测通过则视为碰撞检测通过
1982
- - fix(PanoTagPlugin): 修复 MediaPlane 标签的 `tag.disable()` / `tag.enable()` 方法不生效的 bug
1983
- - fix(PanoTagPlugin): MediaPlane visible 状态变化为 false 时,立即销毁图片资源
1984
- - fix(PanoTagPlugin): TextTag 支持换行符
1991
+ * feat(PanoTagPlugin): 碰撞检测支持更精细的检测配置,默认检测所有 tag.position,默认任意一点检测通过则视为碰撞检测通过
1992
+ * fix(PanoTagPlugin): 修复 MediaPlane 标签的 `tag.disable()` / `tag.enable()` 方法不生效的 bug
1993
+ * fix(PanoTagPlugin): MediaPlane visible 状态变化为 false 时,立即销毁图片资源
1994
+ * fix(PanoTagPlugin): TextTag 支持换行符
1985
1995
 
1986
1996
  ## 2.26.2
1987
1997
 
1988
- - fix(PanoTagPlugin): 修复模型 loaded 判断。
1998
+ * fix(PanoTagPlugin): 修复模型 loaded 判断。
1989
1999
 
1990
2000
  ## 2.26.1
1991
2001
 
1992
- - fix(MeasurePlugin): 修复测量撤销时线段删除有问题 & 修复报错。
2002
+ * fix(MeasurePlugin): 修复测量撤销时线段删除有问题 & 修复报错。
1993
2003
 
1994
2004
  ## 2.26.0
1995
2005
 
1996
- - fix(Floorplan): 修复户型图插件连续调用两次 show() 展示失败。
1997
- - feat(Pipeline): 添加 Pipeline 插件。
2006
+ * fix(Floorplan): 修复户型图插件连续调用两次 show() 展示失败。
2007
+ * feat(Pipeline): 添加 Pipeline 插件。
1998
2008
 
1999
2009
  ## 2.25.0
2000
2010
 
2001
- - feat(MapviewFloorplanPlugin): Mapview Floorplan 支持惯性滚动。
2011
+ * feat(MapviewFloorplanPlugin): Mapview Floorplan 支持惯性滚动。
2002
2012
 
2003
2013
  ## 2.24.2
2004
2014
 
2005
- - fix(PanoTagPlugin): fix ImagePlane z-fighting
2015
+ * fix(PanoTagPlugin): fix ImagePlane z-fighting
2006
2016
 
2007
2017
  ## 2.24.1
2008
2018
 
2009
- - fix(PanoMeasurePlugin): 测面积支持自定义单位转换,使用方法 `changeConfigs(getAreaText: (area: number) => string`
2019
+ * fix(PanoMeasurePlugin): 测面积支持自定义单位转换,使用方法 `changeConfigs(getAreaText: (area: number) => string`
2010
2020
 
2011
2021
  ## 2.24.0
2012
2022
 
2013
- - feat(PanoTagPlugin): MediaPlane visible 状态变化为 false 时,立即销毁视频资源
2023
+ * feat(PanoTagPlugin): MediaPlane visible 状态变化为 false 时,立即销毁视频资源
2014
2024
 
2015
2025
  ## 2.23.1
2016
2026
 
2017
- - fix(PanoCompassPlugin): 支持 i18n 函数
2027
+ * fix(PanoCompassPlugin): 支持 i18n 函数
2018
2028
 
2019
2029
  ## 2.23.0
2020
2030
 
2021
- - feat(PanoTagPlugin): textTag 的 plane 样式下新增 data.titleMaxRows 和 data.descriptionMaxRows,用于控制最大显示行数,默认显示全部
2022
- - fix(PanoTagPlugin): 修复 textTag.data.edit 的 placeholder 为空字符串时不显示插入符的问题
2031
+ * feat(PanoTagPlugin): textTag 的 plane 样式下新增 data.titleMaxRows 和 data.descriptionMaxRows,用于控制最大显示行数,默认显示全部
2032
+ * fix(PanoTagPlugin): 修复 textTag.data.edit 的 placeholder 为空字符串时不显示插入符的问题
2023
2033
 
2024
2034
  ## 2.22.0
2025
2035
 
2026
- - feat(PanoMeasurePlugin): 新增测面积功能,使用 editParams.allowMeasureType: ['line', 'area'] 开启
2036
+ * feat(PanoMeasurePlugin): 新增测面积功能,使用 editParams.allowMeasureType: \['line', 'area'] 开启
2027
2037
 
2028
2038
  ## 2.21.1
2029
2039
 
2030
- - fix(PanoCompassPlugin): 修复 config.staticPrefix 不生效的问题
2040
+ * fix(PanoCompassPlugin): 修复 config.staticPrefix 不生效的问题
2031
2041
 
2032
2042
  ## 2.21.0
2033
2043
 
2034
- - fix(MeasurePlugin): 为了优化性能,测量插件去除「吸附」功能,将不会在模型初始化时计算模型边界。
2035
- - fix(ModelChassisCompassPlugin): 修复模型底盘在模型改变时,没有更新位置。
2044
+ * fix(MeasurePlugin): 为了优化性能,测量插件去除「吸附」功能,将不会在模型初始化时计算模型边界。
2045
+ * fix(ModelChassisCompassPlugin): 修复模型底盘在模型改变时,没有更新位置。
2036
2046
 
2037
2047
  ## 2.20.9
2038
2048
 
2039
- - chore(\*): 插件图片转为 base64 或支持 staticPrefix 参数
2049
+ * chore(\*): 插件图片转为 base64 或支持 staticPrefix 参数
2040
2050
 
2041
2051
  ## 2.20.8
2042
2052
 
2043
- - fix(GuideLinePlugin): 路线标签距离使用 Math.round。
2053
+ * fix(GuideLinePlugin): 路线标签距离使用 Math.round。
2044
2054
 
2045
2055
  ## 2.20.7
2046
2056
 
2047
- - fix(GuideLinePlugin): 更改路线标签线条宽度。
2057
+ * fix(GuideLinePlugin): 更改路线标签线条宽度。
2048
2058
 
2049
2059
  ## 2.20.6
2050
2060
 
2051
- - fix(GuideLinePlugin): 修复路线标签样式。
2061
+ * fix(GuideLinePlugin): 修复路线标签样式。
2052
2062
 
2053
2063
  ## 2.20.5
2054
2064
 
2055
- - feat(GuideLinePlugin): 标签展示路线长度。
2065
+ * feat(GuideLinePlugin): 标签展示路线长度。
2056
2066
 
2057
2067
  ## 2.20.4
2058
2068
 
2059
- - fix(PanoTagPlugin): 修复图片贴片没有根据 config.clickable 来设置点击事件的问题
2069
+ * fix(PanoTagPlugin): 修复图片贴片没有根据 config.clickable 来设置点击事件的问题
2060
2070
 
2061
2071
  ## 2.20.3
2062
2072
 
2063
- - fix(\*): fix Lint。
2064
- - fix(FloorplanRadarPlugin): 修复鼠标 hover 报错。
2065
- - feat(GuideLinePlugin): 支持距离计算。
2073
+ * fix(\*): fix Lint。
2074
+ * fix(FloorplanRadarPlugin): 修复鼠标 hover 报错。
2075
+ * feat(GuideLinePlugin): 支持距离计算。
2066
2076
 
2067
2077
  ## 2.20.2
2068
2078
 
2069
- - fix(GuideLinePlugin): 修复旧版本数据无法展示。
2079
+ * fix(GuideLinePlugin): 修复旧版本数据无法展示。
2070
2080
 
2071
2081
  ## 2.20.0
2072
2082
 
2073
- - feat(PanoTagPlugin):
2083
+ * feat(PanoTagPlugin):
2084
+
2085
+ * Typescript 类型优化
2086
+ * 新增方法 `tag.changeData(data: PartialObjectDeep<TagData>): void`,用于修改标签的 `data`
2087
+ * 新增方法 `registerRenderer(contentType: string, renderer: ElementRenderer): void`,插件会按照传入的 `renderer` 来渲染相应的 `ContentType`
2074
2088
 
2075
- - Typescript 类型优化
2076
- - 新增方法 `tag.changeData(data: PartialObjectDeep<TagData>): void`,用于修改标签的 `data`
2077
- - 新增方法 `registerRenderer(contentType: string, renderer: ElementRenderer): void`,插件会按照传入的 `renderer` 来渲染相应的 `ContentType`
2089
+ * fix(PanoTagPlugin): 使用 `PartialObjectDeep` 代替 `PartialDeep`, 修复复杂场景下的类型推断问题
2078
2090
 
2079
- - fix(PanoTagPlugin): 使用 `PartialObjectDeep` 代替 `PartialDeep`, 修复复杂场景下的类型推断问题
2080
- - fix(\*): 修复 eslint 失效问题
2091
+ * fix(\*): 修复 eslint 失效问题
2081
2092
 
2082
- - chore(\*): 修改 load 日志级别为 `Verbose`
2093
+ * chore(\*): 修改 load 日志级别为 `Verbose`
2083
2094
 
2084
2095
  ## 2.19.3
2085
2096
 
2086
- - fix(PanoTagPlugin): 使用 z-index 代替 dom 排序,解决标签数量较多时的卡顿问题
2097
+ * fix(PanoTagPlugin): 使用 z-index 代替 dom 排序,解决标签数量较多时的卡顿问题
2087
2098
 
2088
2099
  ## 2.19.2
2089
2100
 
2090
- - fix(PanoTagPlugin): 修复多媒体标签没有自动轮播的问题。
2101
+ * fix(PanoTagPlugin): 修复多媒体标签没有自动轮播的问题。
2091
2102
 
2092
2103
  ## 2.19.1
2093
2104
 
2094
- - fix(PanoMeasure): 修复移动端测量工具没有触发 editedPolylineChange。
2105
+ * fix(PanoMeasure): 修复移动端测量工具没有触发 editedPolylineChange。
2095
2106
 
2096
2107
  ## 2.19.0
2097
2108
 
2098
- - feat(PanoTagPlugin): 添加 Model 类型。
2099
- - feat(PanoTagPlugin): 允许自动转向。
2100
- - feat(PanoTagPlugin): 添加 MediaModel 和 Model 的点击行为。
2101
- - fix(PanoTagPlugin): 修复标签插件初始化时合并 config 没有深度合并。
2102
- - fix(PanoTagPlugin): 修复 MediaModel renderType 不为 Mesh 时,非 Panorama 态展示异常。
2103
- - fix(PanoMeasure): 修复移动端删除测量线段报错。
2109
+ * feat(PanoTagPlugin): 添加 Model 类型。
2110
+ * feat(PanoTagPlugin): 允许自动转向。
2111
+ * feat(PanoTagPlugin): 添加 MediaModel 和 Model 的点击行为。
2112
+ * fix(PanoTagPlugin): 修复标签插件初始化时合并 config 没有深度合并。
2113
+ * fix(PanoTagPlugin): 修复 MediaModel renderType 不为 Mesh 时,非 Panorama 态展示异常。
2114
+ * fix(PanoMeasure): 修复移动端删除测量线段报错。
2104
2115
 
2105
2116
  ## 2.18.5
2106
2117
 
2107
- - fix(PanoTagPlugin): 修复标签 style.point 报错。
2118
+ * fix(PanoTagPlugin): 修复标签 style.point 报错。
2108
2119
 
2109
2120
  ## 2.18.4
2110
2121
 
2111
- - fix(GuideLinePlugin): 修复历史数据默认展示逻辑。
2122
+ * fix(GuideLinePlugin): 修复历史数据默认展示逻辑。
2112
2123
 
2113
2124
  ## 2.18.3
2114
2125
 
2115
- - fix(GuideLinePlugin): 修复标签控制判断。
2126
+ * fix(GuideLinePlugin): 修复标签控制判断。
2116
2127
 
2117
2128
  ## 2.18.2
2118
2129
 
2119
- - feat(GuideLinePlugin): 允许通过传入空值动态删除标签。
2130
+ * feat(GuideLinePlugin): 允许通过传入空值动态删除标签。
2120
2131
 
2121
2132
  ## 2.18.1
2122
2133
 
2123
- - fix(GuideLinePlugin): 加载标签插件时,不使用 followModelVisibility。修复自定义标签楼层显示错误。
2134
+ * fix(GuideLinePlugin): 加载标签插件时,不使用 followModelVisibility。修复自定义标签楼层显示错误。
2124
2135
 
2125
2136
  ## 2.18.0
2126
2137
 
2127
- - feat(GuideLinePlugin): 路线引导插件支持自定义路径。
2128
- - 支持添加模型 & 全景两种不同的路线。
2129
- - 支持配置路径背景、贴图颜色、边框、缩放。
2130
- - 支持模型态时添加起点、终点标签。
2131
- - 支持路径闪烁动画。
2132
- - 支持路径流动动画。
2133
- - refactor(\*): 优化打包:
2134
- - 支持 CJS 库的引用。
2135
- - 优化 ESLint,在引用 TS 声明时,需要显示表明 import type。
2138
+ * feat(GuideLinePlugin): 路线引导插件支持自定义路径。
2139
+ * 支持添加模型 & 全景两种不同的路线。
2140
+ * 支持配置路径背景、贴图颜色、边框、缩放。
2141
+ * 支持模型态时添加起点、终点标签。
2142
+ * 支持路径闪烁动画。
2143
+ * 支持路径流动动画。
2144
+ * refactor(\*): 优化打包:
2145
+ * 支持 CJS 库的引用。
2146
+ * 优化 ESLint,在引用 TS 声明时,需要显示表明 import type。
2136
2147
 
2137
2148
  ## 2.17.1
2138
2149
 
2139
- - fix(PanoTagPlugin): 修复微信场景中的视频贴片不能自动播放的问题
2140
- - change(PanoTagPlugin): 修复一个拼写错误, autoUnfoldWhenHide -> autoFoldWhenHide
2150
+ * fix(PanoTagPlugin): 修复微信场景中的视频贴片不能自动播放的问题
2151
+ * change(PanoTagPlugin): 修复一个拼写错误, autoUnfoldWhenHide -> autoFoldWhenHide
2141
2152
 
2142
2153
  ## 2.17.0
2143
2154
 
2144
- - feat(PanoTagPlugin): tag config 新增 initialData 字段,可以设置标签中的 data 的初始值。tag.mergeConfig.initialData 会深度合并入 tag.data 中
2145
- - feat(PanoTagPlugin): tag config 新增 followModelVisibility 字段,用于控制当标签在 Floorplan、MapView 可见时,是否仅在当前高亮的楼层显示。默认值为 false
2146
- - feat(PanoTagPlugin): 视频贴片支持通过 `tag.config.initialData.autoplayConfig.autoplayVideo` 或 `tag.data.autoplayConfig.autoplayVideo` 设置默认是否播放,默认值为 false
2147
- - fix(PanoTagPlugin): 修复以 Mesh 形式渲染的图片贴片没有 emit 点击事件的 bug
2148
- - fix(PanoTagPlugin): 修复以 Mesh 形式渲染的贴片的 ObjectFit 没有生效的 bug
2149
- - fix(PanoTagPlugin): 将 five.panoIndex 改为 five.getCurrentState().panoIndex,保证 panoIndex 不为 undefined
2155
+ * feat(PanoTagPlugin): tag config 新增 initialData 字段,可以设置标签中的 data 的初始值。tag.mergeConfig.initialData 会深度合并入 tag.data 中
2156
+ * feat(PanoTagPlugin): tag config 新增 followModelVisibility 字段,用于控制当标签在 Floorplan、MapView 可见时,是否仅在当前高亮的楼层显示。默认值为 false
2157
+ * feat(PanoTagPlugin): 视频贴片支持通过 `tag.config.initialData.autoplayConfig.autoplayVideo` 或 `tag.data.autoplayConfig.autoplayVideo` 设置默认是否播放,默认值为 false
2158
+ * fix(PanoTagPlugin): 修复以 Mesh 形式渲染的图片贴片没有 emit 点击事件的 bug
2159
+ * fix(PanoTagPlugin): 修复以 Mesh 形式渲染的贴片的 ObjectFit 没有生效的 bug
2160
+ * fix(PanoTagPlugin): 将 five.panoIndex 改为 five.getCurrentState().panoIndex,保证 panoIndex 不为 undefined
2150
2161
 
2151
2162
  ## 2.16.1
2152
2163
 
2153
- - fix(PanoTagPlugin): 视频贴片隐藏/禁用时,不再监听播放按钮 Mesh 的点击事件
2154
- - fix(PanoTagPlugin): 修复视频被动播放时封面图的展示逻辑
2164
+ * fix(PanoTagPlugin): 视频贴片隐藏/禁用时,不再监听播放按钮 Mesh 的点击事件
2165
+ * fix(PanoTagPlugin): 修复视频被动播放时封面图的展示逻辑
2155
2166
 
2156
2167
  ## 2.16.0
2157
2168
 
2158
- - feat(PanoTagPlugin): 视频贴片支持以 Mesh 方式渲染
2159
- - feat(PanoTagPlugin): 优化 Five 焦点环在不透明图片贴片上的效果
2160
- - fix(PanoTagPlugin): 修复 getRenderType 有可能返回 undefined 的 bug,这个 bug 会导致部分含有 mediadata 的 3DPoint 标签无法显示
2161
- - fix(PanoTagPlugin): 修复广告牌中的图片以 css3d behind 模式渲染时, 调用 disable 时没有删除 css3dObject.opacityMesh 的问题
2162
- - fix(PanoTagPlugin): 修复广告牌中的图片以 css3d behind 模式渲染时, 调用 enable 时没有同步 css3dObject 的 matrix 的问题
2169
+ * feat(PanoTagPlugin): 视频贴片支持以 Mesh 方式渲染
2170
+ * feat(PanoTagPlugin): 优化 Five 焦点环在不透明图片贴片上的效果
2171
+ * fix(PanoTagPlugin): 修复 getRenderType 有可能返回 undefined 的 bug,这个 bug 会导致部分含有 mediadata 的 3DPoint 标签无法显示
2172
+ * fix(PanoTagPlugin): 修复广告牌中的图片以 css3d behind 模式渲染时, 调用 disable 时没有删除 css3dObject.opacityMesh 的问题
2173
+ * fix(PanoTagPlugin): 修复广告牌中的图片以 css3d behind 模式渲染时, 调用 enable 时没有同步 css3dObject 的 matrix 的问题
2163
2174
 
2164
2175
  ## 2.15.0
2165
2176
 
2166
- - change(PanoTagPlugin): 单张的视频贴片不再支持以 behindDom 模式渲染,因为目前会有黑边问题;后续会直接使用 Mesh 实现
2167
- - change(threex): 监听到 touch 相关事件后不再执行 preventDefault()
2168
- - feat(PanoTagPlugin): 自定义标签(customTag)取消了展开/收起时的默认样式
2169
- - feat(PanoTagPlugin): 标签添加 className 属性,可以在标签的父元素上添加自定义的 className
2170
- - fix(PanoTagPlugin): 修复视频贴片播放时没有声音的问题
2171
- - fix(PanoTagPlugin): 修复视频贴片以 Dom 形式渲染时无法播放的问题
2177
+ * change(PanoTagPlugin): 单张的视频贴片不再支持以 behindDom 模式渲染,因为目前会有黑边问题;后续会直接使用 Mesh 实现
2178
+ * change(threex): 监听到 touch 相关事件后不再执行 preventDefault()
2179
+ * feat(PanoTagPlugin): 自定义标签(customTag)取消了展开/收起时的默认样式
2180
+ * feat(PanoTagPlugin): 标签添加 className 属性,可以在标签的父元素上添加自定义的 className
2181
+ * fix(PanoTagPlugin): 修复视频贴片播放时没有声音的问题
2182
+ * fix(PanoTagPlugin): 修复视频贴片以 Dom 形式渲染时无法播放的问题
2172
2183
 
2173
2184
  ## 2.14.3
2174
2185
 
2175
- - fix(PanoTagPlugin): 虚拟屏幕标签存在多张图片的时候不以 behind 模式渲染
2176
- - fix(PanoTagPlugin): 单张的视频贴片支持以 behind 模式渲染
2177
- - fix(CruisePlugin): 修复 CruisePlugin 解析数据时可能计算出错误 longitude/latitude 的问题
2186
+ * fix(PanoTagPlugin): 虚拟屏幕标签存在多张图片的时候不以 behind 模式渲染
2187
+ * fix(PanoTagPlugin): 单张的视频贴片支持以 behind 模式渲染
2188
+ * fix(CruisePlugin): 修复 CruisePlugin 解析数据时可能计算出错误 longitude/latitude 的问题
2178
2189
 
2179
2190
  ## 2.14.2
2180
2191
 
2181
- - fix(PanoFloorplanRadarPlugin): 修复 PanoFloorplanRadarPlugin 配置 hoverEnable 为 true 报错的问题
2192
+ * fix(PanoFloorplanRadarPlugin): 修复 PanoFloorplanRadarPlugin 配置 hoverEnable 为 true 报错的问题
2182
2193
 
2183
2194
  ## 2.14.1
2184
2195
 
2185
- - fix(ModelChassisCompassPlugin): 替换模型底盘文件使用的贴图宽高为 2 的整数次幂
2196
+ * fix(ModelChassisCompassPlugin): 替换模型底盘文件使用的贴图宽高为 2 的整数次幂
2186
2197
 
2187
2198
  ## 2.14.0
2188
2199
 
2189
- - feat(PanoTagPlugin): MediaModel(虚拟广告牌)新增 `config.renderType: 'Mesh' | 'Dom'` 配置,默认值为`Dom`
2190
- - chore(\*): 通过 loadTexture 函数加载的 texture 的 wrapS/wrapT 默认值设置为 ClampToEdgeWrapping
2200
+ * feat(PanoTagPlugin): MediaModel(虚拟广告牌)新增 `config.renderType: 'Mesh' | 'Dom'` 配置,默认值为`Dom`
2201
+ * chore(\*): 通过 loadTexture 函数加载的 texture 的 wrapS/wrapT 默认值设置为 ClampToEdgeWrapping
2191
2202
 
2192
2203
  ## 2.13.2
2193
2204
 
2194
- - refactor(floor & tag & roomLabel): 更改 dom resize 监听。从 iframe 改成了 resizeObserver。
2205
+ * refactor(floor & tag & roomLabel): 更改 dom resize 监听。从 iframe 改成了 resizeObserver。
2195
2206
 
2196
2207
  ## 2.13.1
2197
2208
 
2198
- - fix(\*): 修复 ios16.4 上 texture 使用默认 mipmap 的方式插值时导致 texture 变黑的问题
2209
+ * fix(\*): 修复 ios16.4 上 texture 使用默认 mipmap 的方式插值时导致 texture 变黑的问题
2199
2210
 
2200
2211
  ## 2.13.0
2201
2212
 
2202
- - feat(PanoTagPlugin): 三维图片标签(贴片标签)新增 `config.renderType: 'Mesh' | 'Dom'` 配置,默认值为`Dom`,当数据中只有一张图片时,可以选择 Mesh 或 CSS3DRender 形式渲染。
2213
+ * feat(PanoTagPlugin): 三维图片标签(贴片标签)新增 `config.renderType: 'Mesh' | 'Dom'` 配置,默认值为`Dom`,当数据中只有一张图片时,可以选择 Mesh 或 CSS3DRender 形式渲染。
2203
2214
 
2204
2215
  ## 2.12.0
2205
2216
 
2206
- - feat(PanoMeasurePlugin): 支持国际化配置。
2217
+ * feat(PanoMeasurePlugin): 支持国际化配置。
2207
2218
 
2208
2219
  ## 2.11.2
2209
2220
 
2210
- - feat(TopviewFloorplanPlugin ModelFloorplanPlugin MapviewFloorplanPlugin): 支持 highlight 高亮 支持 去掉 Camera
2221
+ * feat(TopviewFloorplanPlugin ModelFloorplanPlugin MapviewFloorplanPlugin): 支持 highlight 高亮 支持 去掉 Camera
2211
2222
 
2212
2223
  ## 2.11.1
2213
2224
 
2214
- - feat(ModelRoomLabelPlugin): 支持 Mapview 模式。
2225
+ * feat(ModelRoomLabelPlugin): 支持 Mapview 模式。
2215
2226
 
2216
2227
  ## 2.11.0
2217
2228
 
2218
- - fix(PanoTagPlugin): 修复无法被展开/收起的标签可以通过 changeUnfoldedById 方法强制展开/收起的 bug
2219
- - feat(\*): BasePlugin 添加 `readonly VERSION: string` 属性,默认值取自 package.json 中的 version 字段
2220
- - feat(PanoTagPlugin):
2221
- - 优化帧动画组件,减少不必要的 Dom 和计算
2222
- - 标签点支持帧动画
2223
- - 不再建议通过 size 设置标签点大小,而是通过 ratio 指定输入图片为几倍图,默认为三倍图
2229
+ * fix(PanoTagPlugin): 修复无法被展开/收起的标签可以通过 changeUnfoldedById 方法强制展开/收起的 bug
2230
+ * feat(\*): BasePlugin 添加 `readonly VERSION: string` 属性,默认值取自 package.json 中的 version 字段
2231
+ * feat(PanoTagPlugin):
2232
+ * 优化帧动画组件,减少不必要的 Dom 和计算
2233
+ * 标签点支持帧动画
2234
+ * 不再建议通过 size 设置标签点大小,而是通过 ratio 指定输入图片为几倍图,默认为三倍图
2224
2235
 
2225
2236
  ## 2.10.8
2226
2237
 
2227
- - fix(panoTagPlugin): 修复当`音频标签A`播放结束后,播放其他`音频标签B`时,`音频标签A`的播放动画会触发的问题。
2228
- - fix(PanoTagPlugin): 修复音频标签无法在部分 iPhone `(>= ios 15)` 中播放第二次的问题。
2229
- - 相关文档:
2230
- - [github issus](https://github.com/aws/amazon-chime-sdk-js/issues/2394)
2231
- - [webkit bugs](https://bugs.webkit.org/show_bug.cgi?id=241152)
2232
- - [Auto-Play Policy Changes for macOS](https://webkit.org/blog/7734/auto-play-policy-changes-for-macos/)
2238
+ * fix(panoTagPlugin): 修复当`音频标签A`播放结束后,播放其他`音频标签B`时,`音频标签A`的播放动画会触发的问题。
2239
+ * fix(PanoTagPlugin): 修复音频标签无法在部分 iPhone `(>= ios 15)` 中播放第二次的问题。
2240
+ * 相关文档:
2241
+ * [github issus](https://github.com/aws/amazon-chime-sdk-js/issues/2394)
2242
+ * [webkit bugs](https://bugs.webkit.org/show_bug.cgi?id=241152)
2243
+ * [Auto-Play Policy Changes for macOS](https://webkit.org/blog/7734/auto-play-policy-changes-for-macos/)
2233
2244
 
2234
2245
  ## 2.10.7
2235
2246
 
2236
- - fix(PanoTagPlugin): 修复 hide 未隐藏 MR 标签。
2247
+ * fix(PanoTagPlugin): 修复 hide 未隐藏 MR 标签。
2237
2248
 
2238
2249
  ## 2.10.6
2239
2250
 
2240
- - fix(PanoVideoPlugin): 修复 video 事件监听丢失。
2251
+ * fix(PanoVideoPlugin): 修复 video 事件监听丢失。
2241
2252
 
2242
2253
  ## 2.10.5
2243
2254
 
2244
- - fix(PanoVideoPlugin): 修复看向模型时视角错误。
2245
- - perf(PanoVideoPlugin): 优化视频添加时机。
2255
+ * fix(PanoVideoPlugin): 修复看向模型时视角错误。
2256
+ * perf(PanoVideoPlugin): 优化视频添加时机。
2246
2257
 
2247
2258
  ## 2.10.4
2248
2259
 
2249
- - fix(PanoVideoPlugin): 修复 load 导致的 enable 失效。
2260
+ * fix(PanoVideoPlugin): 修复 load 导致的 enable 失效。
2250
2261
 
2251
2262
  ## 2.10.3
2252
2263
 
2253
- - fix(PanoTagPlugin): 修复音频标签在部分 iPhone `(<= ios 15)`上续播失败的问题。原因是浏览器中的 HTMLAudioElement 在设置 currentTime 时,会根据 metadata 信息做校验,所以在 onloadeddata 事件触发前无法成功设置 currentTime。
2254
- - 相关文档:
2255
- - [MDN]('https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/currentTime')
2264
+ * fix(PanoTagPlugin): 修复音频标签在部分 iPhone `(<= ios 15)`上续播失败的问题。原因是浏览器中的 HTMLAudioElement 在设置 currentTime 时,会根据 metadata 信息做校验,所以在 onloadeddata 事件触发前无法成功设置 currentTime。
2265
+ * 相关文档:
2266
+ * [MDN]('https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/currentTime')
2256
2267
 
2257
2268
  ## 2.10.2
2258
2269
 
2259
- - fix(PanoVideoPlugin): 点位视频支持点击播放时,判断视频 Mesh 是否在场景中。
2270
+ * fix(PanoVideoPlugin): 点位视频支持点击播放时,判断视频 Mesh 是否在场景中。
2260
2271
 
2261
2272
  ## 2.10.1
2262
2273
 
2263
- - feat(PanoVideoPlugin): 点位视频支持点击播放。
2264
- - feat(PanoVideoPlugin): 点位视频支持点击看向某个视频元素。
2274
+ * feat(PanoVideoPlugin): 点位视频支持点击播放。
2275
+ * feat(PanoVideoPlugin): 点位视频支持点击看向某个视频元素。
2265
2276
 
2266
2277
  ## 2.10.0
2267
2278
 
2268
- - feat(PanoVideoPlugin): 添加点位视频融合插件。
2279
+ * feat(PanoVideoPlugin): 添加点位视频融合插件。
2269
2280
 
2270
2281
  ## 2.9.2
2271
2282
 
2272
- - fix(PanoTagPlugin): 修复音频标签第二次播放时,点击播放按钮无反应的问题。
2283
+ * fix(PanoTagPlugin): 修复音频标签第二次播放时,点击播放按钮无反应的问题。
2273
2284
 
2274
2285
  ## 2.9.1
2275
2286
 
2276
- - feat(PanoMeasurePlugin): 测量工具 DistanceDOM 不再判断端点是否超出屏幕。
2287
+ * feat(PanoMeasurePlugin): 测量工具 DistanceDOM 不再判断端点是否超出屏幕。
2277
2288
 
2278
2289
  ## 2.9.0
2279
2290
 
2280
- - feat(PanoTagPlugin): MarketingTag 新增黑色主题: `theme: 'light' | 'dark'`, 默认为 `light`。
2281
- - feat(PanoTagPlugin): Media 组件优化,一张图片/视频时不放入轮播组件中。
2282
- - fix(PanoTagPlugin): 修复 disable() 无法完全禁用 MediaModelTag 的问题
2291
+ * feat(PanoTagPlugin): MarketingTag 新增黑色主题: `theme: 'light' | 'dark'`, 默认为 `light`。
2292
+ * feat(PanoTagPlugin): Media 组件优化,一张图片/视频时不放入轮播组件中。
2293
+ * fix(PanoTagPlugin): 修复 disable() 无法完全禁用 MediaModelTag 的问题
2283
2294
 
2284
2295
  ## 2.8.6
2285
2296
 
2286
- - feat(PanoTagPlugin): 添加 ContentType 为 Sticker 的 Tag
2287
- - fix(PanoTagPlugin): 修复 LinkTag 动画帧数为 1 时不显示文字的问题
2297
+ * feat(PanoTagPlugin): 添加 ContentType 为 Sticker 的 Tag
2298
+ * fix(PanoTagPlugin): 修复 LinkTag 动画帧数为 1 时不显示文字的问题
2288
2299
 
2289
2300
  ## 2.8.4
2290
2301
 
2291
- - fix(Object3DHelper): 修复初始化时的一个报错
2302
+ * fix(Object3DHelper): 修复初始化时的一个报错
2292
2303
 
2293
2304
  ## 2.8.3
2294
2305
 
2295
- - fix(Object3DHelper): 重构优化部分旋转逻辑,修复绕旋转 z 中心旋转时的 bug
2306
+ * fix(Object3DHelper): 重构优化部分旋转逻辑,修复绕旋转 z 中心旋转时的 bug
2296
2307
 
2297
2308
  ## 2.8.2
2298
2309
 
2299
- - fix(PanoTagPlugin): 修复 MediaModelTag loading 计算错误。
2310
+ * fix(PanoTagPlugin): 修复 MediaModelTag loading 计算错误。
2300
2311
 
2301
2312
  ## 2.8.1
2302
2313
 
2303
- - fix(PanoTagPlugin): 修复 MediaModelTag 射线检测。
2314
+ * fix(PanoTagPlugin): 修复 MediaModelTag 射线检测。
2304
2315
 
2305
2316
  ## 2.8.0
2306
2317
 
2307
- - feat(floorplan): 户型图插件添加配置
2308
- - 分间面积是否展示:roomAreaEnable
2309
- - 分间名称是否展示:roomNameEnable
2318
+ * feat(floorplan): 户型图插件添加配置
2319
+ * 分间面积是否展示:roomAreaEnable
2320
+ * 分间名称是否展示:roomNameEnable
2310
2321
 
2311
2322
  ## 2.7.3
2312
2323
 
2313
- - fix(PanoTagPlugin): 修复部分标签 content 无法点击的问题
2324
+ * fix(PanoTagPlugin): 修复部分标签 content 无法点击的问题
2314
2325
 
2315
2326
  ## 2.7.2
2316
2327
 
2317
- - fix(Object3DHelperPlugin): 修复 Object3DHelperPlugin 的 CSS3DScaleHelper 的操作框位置错误的问题
2328
+ * fix(Object3DHelperPlugin): 修复 Object3DHelperPlugin 的 CSS3DScaleHelper 的操作框位置错误的问题
2318
2329
 
2319
2330
  ## 2.7.1
2320
2331
 
2321
- - fix(PanoTagPlugin): 修复 disable -> load -> enable 路径 MediaModelTag media content 不展示。
2332
+ * fix(PanoTagPlugin): 修复 disable -> load -> enable 路径 MediaModelTag media content 不展示。
2322
2333
 
2323
2334
  ## 2.7.0
2324
2335
 
2325
- - feat(PanoTagPlugin): 添加 ContentType 为 MediaModel 的 Tag。
2336
+ * feat(PanoTagPlugin): 添加 ContentType 为 MediaModel 的 Tag。
2326
2337
 
2327
- - 允许加载外部 GLTF 模型。
2328
- - 允许通过 4 个点和多媒体信息,配置模型上应该展示的多媒体。
2329
- - TagConfig 添加 visibleFiveMode,允许配置在哪个模态下展示标签。
2330
- - 允许动态更改 Tag css3D mode。
2338
+ * 允许加载外部 GLTF 模型。
2339
+ * 允许通过 4 个点和多媒体信息,配置模型上应该展示的多媒体。
2340
+ * TagConfig 添加 visibleFiveMode,允许配置在哪个模态下展示标签。
2341
+ * 允许动态更改 Tag css3D mode。
2331
2342
 
2332
- - feat(Object3DHelper):
2343
+ * feat(Object3DHelper):
2333
2344
 
2334
- - 新增 BoundingBoxHelper,默认关闭
2335
- - 新增配置可以控制三条旋转轴的显示/隐藏
2336
- - 修复一些 bug
2345
+ * 新增 BoundingBoxHelper,默认关闭
2346
+ * 新增配置可以控制三条旋转轴的显示/隐藏
2347
+ * 修复一些 bug
2337
2348
 
2338
- - change(PanoTagPlugin):
2339
- - 使用 svelte-carousel 代替 swiper
2340
- - 标签的 tag.data.objectFit 默认值改为 fill
2349
+ * change(PanoTagPlugin):
2350
+ * 使用 svelte-carousel 代替 swiper
2351
+ * 标签的 tag.data.objectFit 默认值改为 fill
2341
2352
 
2342
2353
  ## 2.6.6
2343
2354
 
2344
- - fix(TagPanoPlugin): 修复 config `clickable` 未生效的情况
2345
- - change(TagPanoPlugin): 移除文字 word-break: break-all 的 css 属性
2355
+ * fix(TagPanoPlugin): 修复 config `clickable` 未生效的情况
2356
+ * change(TagPanoPlugin): 移除文字 word-break: break-all 的 css 属性
2346
2357
 
2347
2358
  ## 2.6.5
2348
2359
 
2349
- - fix(TagPanoPlugin): videoTag disable picture-in-picture
2360
+ * fix(TagPanoPlugin): videoTag disable picture-in-picture
2350
2361
 
2351
2362
  ## 2.6.4
2352
2363
 
2353
- - feat(GuidePlugin): fix dispose function
2364
+ * feat(GuidePlugin): fix dispose function
2354
2365
 
2355
2366
  ## 2.6.3
2356
2367
 
2357
- - feat(PanoTagPlugin): [changelog: 2.0.8](https://github.com/realsee-developer/dnalogel/blob/main/plugins/src/PanoTagPlugin/Archive/CHANGELOG.md)
2368
+ * feat(PanoTagPlugin): [changelog: 2.0.8](https://github.com/realsee-developer/dnalogel/blob/main/plugins/src/PanoTagPlugin/Archive/CHANGELOG.md)
2358
2369
 
2359
2370
  ## 2.6.2
2360
2371
 
2361
- - fix(CruisePlugin): 漫游插件(CruisePlugin)支持设置路线插件(GuideLinePlugin)的贴图等参数。
2372
+ * fix(CruisePlugin): 漫游插件(CruisePlugin)支持设置路线插件(GuideLinePlugin)的贴图等参数。
2362
2373
 
2363
2374
  ## 2.6.1
2364
2375
 
2365
- - fix(PanoMeasurePlugin): 修复先 load 数据再 changeMode:View 时,没有应用 panoIndexes 的问题。
2376
+ * fix(PanoMeasurePlugin): 修复先 load 数据再 changeMode:View 时,没有应用 panoIndexes 的问题。
2366
2377
 
2367
2378
  ## 2.5.4
2368
2379
 
2369
- - fix(PanoTagPlugin): 修复一个比较严重的报错
2380
+ * fix(PanoTagPlugin): 修复一个比较严重的报错
2370
2381
 
2371
2382
  ## 2.5.3
2372
2383
 
2373
- - fix(PanoTagPlugin): 修复模型状态下仍然可以点击标签点的问题
2384
+ * fix(PanoTagPlugin): 修复模型状态下仍然可以点击标签点的问题
2374
2385
 
2375
2386
  ## 2.5.2
2376
2387
 
2377
- - fix(PanoMeasurePlugin): 修复 View 模式 load 数据时没有应用 visiblePanoIndexes。
2388
+ * fix(PanoMeasurePlugin): 修复 View 模式 load 数据时没有应用 visiblePanoIndexes。
2378
2389
 
2379
2390
  ## 2.5.1
2380
2391
 
2381
- - fix(PanoTagPlugin): tag-container 添加 `transform: translate3d(0,0,0)`,解决 iPhone13 上标签闪烁的问题,以及可能会影响其他 Dom 元素正常渲染的问题。
2392
+ * fix(PanoTagPlugin): tag-container 添加 `transform: translate3d(0,0,0)`,解决 iPhone13 上标签闪烁的问题,以及可能会影响其他 Dom 元素正常渲染的问题。
2382
2393
 
2383
2394
  ## 2.5.0
2384
2395
 
2385
- - feat(PanoTagPlugin): 标签插件升级。 [changelog: 1.2.7 -> 2.0.5](https://github.com/realsee-developer/dnalogel/blob/main/plugins/src/PanoTagPlugin/Archive/CHANGELOG.md)
2396
+ * feat(PanoTagPlugin): 标签插件升级。 [changelog: 1.2.7 -> 2.0.5](https://github.com/realsee-developer/dnalogel/blob/main/plugins/src/PanoTagPlugin/Archive/CHANGELOG.md)
2386
2397
 
2387
2398
  ## 2.4.0
2388
2399
 
2389
- - 1. feat(MeasurePlugin): 测量工具支持标尺功能。
2400
+ * 1. feat(MeasurePlugin): 测量工具支持标尺功能。
2390
2401
 
2391
2402
  ## 2.3.8
2392
2403
 
2393
- - 1. feat(PanoTagPlugin): tag dom 添加 `data-content-type={tag.contentType}` 用来标识标签的 contentType
2404
+ * 1. feat(PanoTagPlugin): tag dom 添加 `data-content-type={tag.contentType}` 用来标识标签的 contentType
2394
2405
 
2395
2406
  ## 2.3.6
2396
2407
 
2397
- - 1. feat(CruisePlugin): load 添加参数 moveToFirstPanoDuration,可指定移动到漫游初始点时的速度。
2408
+ * 1. feat(CruisePlugin): load 添加参数 moveToFirstPanoDuration,可指定移动到漫游初始点时的速度。
2398
2409
 
2399
2410
  ## 2.3.5
2400
2411
 
2401
- - 1. feat(model-view-plugin): 支持动态 enable 和 disable。
2412
+ * 1. feat(model-view-plugin): 支持动态 enable 和 disable。
2402
2413
 
2403
2414
  ## 2.3.4
2404
2415
 
2405
- - 1. fix(pano-tag-plugin): 修复空格不展示。
2416
+ * 1. fix(pano-tag-plugin): 修复空格不展示。
2406
2417
 
2407
2418
  ## 2.3.2
2408
2419
 
2409
- - 1. feat(pano-measure-plugin): 支持传入自定义 UI 文案
2420
+ * 1. feat(pano-measure-plugin): 支持传入自定义 UI 文案
2410
2421
 
2411
2422
  ## 2.2.7
2412
2423
 
2413
- - 1. fix(build:libs): 修复 libs 构建产物异常的问题。
2424
+ * 1. fix(build:libs): 修复 libs 构建产物异常的问题。
2414
2425
 
2415
2426
  ## 2.2.6
2416
2427
 
2417
- - 1. feat(entry-door): 入户门插件支持配置 name。
2428
+ * 1. feat(entry-door): 入户门插件支持配置 name。
2418
2429
 
2419
2430
  ## 2.2.1
2420
2431
 
2421
- - 1. fix(floorplan-radar): 修复在 panoArrived 之后 loadData 时初始展示楼层只会是一层的问题。
2432
+ * 1. fix(floorplan-radar): 修复在 panoArrived 之后 loadData 时初始展示楼层只会是一层的问题。
2422
2433
 
2423
2434
  ## 2.2.0
2424
2435
 
2425
- - 1. refactor: 开发/构建流程优化
2436
+ * 1. refactor: 开发/构建流程优化
2426
2437
 
2427
2438
  ## 2.1.1
2428
2439
 
2429
- - 1. feat: PointHelper 和 PointDomHelper 直径改成 0.4m。
2440
+ * 1. feat: PointHelper 和 PointDomHelper 直径改成 0.4m。
2430
2441
 
2431
2442
  ## 2.1.0
2432
2443
 
2433
- - 1. feat: CSS3DRenderPlugin API 支持插件 3.0 标准
2434
- - 2. refactor: CSS3DRenderPlugin 重构,提供不依赖 Five 的内部类
2435
- - 3. fix: CSS3DRenderPlugin 修复在部分情况下,CSS3DDom 最终渲染结果与传入的四个点的朝向可能不一致的情况
2436
- - 4. feat: ModelTVVideoPlugin 视频点击行为由 「静音播放/不静音播放」 改为 「播放/暂停」,且在暂停时显示播放按钮
2437
- - 5. feat: 导出 Util
2444
+ * 1. feat: CSS3DRenderPlugin API 支持插件 3.0 标准
2445
+ * 2. refactor: CSS3DRenderPlugin 重构,提供不依赖 Five 的内部类
2446
+ * 3. fix: CSS3DRenderPlugin 修复在部分情况下,CSS3DDom 最终渲染结果与传入的四个点的朝向可能不一致的情况
2447
+ * 4. feat: ModelTVVideoPlugin 视频点击行为由 「静音播放/不静音播放」 改为 「播放/暂停」,且在暂停时显示播放按钮
2448
+ * 5. feat: 导出 Util
2438
2449
 
2439
2450
  ## 2.0.4
2440
2451
 
2441
- - 1. 构建工具优化
2452
+ * 1. 构建工具优化
2442
2453
 
2443
2454
  ## 2.0.3
2444
2455
 
2445
- - 1. fix: ModelRoomLabelPlugin 修复在 Five 模型切换动画过程中改变楼层,没有触发刷新的问题。
2446
- - 2. fix: ModelRoomLabelPlugin 修复切换楼层时,没有触发立即刷新的问题。
2447
- - 3. refactor: ModelViewPlugin 支持配置锁定视角和点位。
2456
+ * 1. fix: ModelRoomLabelPlugin 修复在 Five 模型切换动画过程中改变楼层,没有触发刷新的问题。
2457
+ * 2. fix: ModelRoomLabelPlugin 修复切换楼层时,没有触发立即刷新的问题。
2458
+ * 3. refactor: ModelViewPlugin 支持配置锁定视角和点位。
2448
2459
 
2449
2460
  ## 2.0.2
2450
2461
 
2451
- - 1. feat: FloorplanPlugin 支持动态修改房间面积展示和房间标尺展示
2452
- - 2. feat: PanoRulerPlugin 支持动态修改距离展示
2453
- - 3. feat: PanoMeasurePlugin 支持动态修改距离展示
2454
- - 4. refactor: FloorplanPlugin 允许 `setState` 传入 `Partial<Config>` 而不是 `Config`
2462
+ * 1. feat: FloorplanPlugin 支持动态修改房间面积展示和房间标尺展示
2463
+ * 2. feat: PanoRulerPlugin 支持动态修改距离展示
2464
+ * 3. feat: PanoMeasurePlugin 支持动态修改距离展示
2465
+ * 4. refactor: FloorplanPlugin 允许 `setState` 传入 `Partial<Config>` 而不是 `Config`
2455
2466
 
2456
2467
  ## 2.0.0
2457
2468
 
2458
- - 1. fix: `ModelViewPlugin` 修复模型部分材质不展示的问题
2459
- - 2. feat: CruisePlugin 漫游插件
2460
- - 3. feat: GuideLinePlugin 地面路线引导插件
2469
+ * 1. fix: `ModelViewPlugin` 修复模型部分材质不展示的问题
2470
+ * 2. feat: CruisePlugin 漫游插件
2471
+ * 3. feat: GuideLinePlugin 地面路线引导插件
2461
2472
 
2462
2473
  ## 2.0.0-alpha.57
2463
2474
 
2464
- - 1.fix: PanoRulerPlugin 部分数据情况下 element 未 display: none 问题。
2475
+ * 1.fix: PanoRulerPlugin 部分数据情况下 element 未 display: none 问题。
2465
2476
 
2466
2477
  ## 2.0.0-alpha.56
2467
2478
 
2468
- - 1.fix: PanoRulerPlugin off 全量事件监听。
2479
+ * 1.fix: PanoRulerPlugin off 全量事件监听。
2469
2480
 
2470
2481
  ## 2.0.0-alpha.55
2471
2482
 
2472
- - 1.fix: PanoRulerPlugin 异常 Dom。
2473
- - 2.51 ~ 54 版本为测试阶段,主版本无异常变更。
2483
+ * 1.fix: PanoRulerPlugin 异常 Dom。
2484
+ * 2.51 ~ 54 版本为测试阶段,主版本无异常变更。
2474
2485
 
2475
2486
  ## 2.0.0-alpha.50
2476
2487
 
2477
- - 1.feat: MapviewFloorplanPlugin: 添加大空间户型图插件
2488
+ * 1.feat: MapviewFloorplanPlugin: 添加大空间户型图插件
2478
2489
 
2479
2490
  ## 2.0.0-alpha.49
2480
2491
 
2481
- - 1.fix: ModelTVVideoPlugin 多点位视频播放。
2492
+ * 1.fix: ModelTVVideoPlugin 多点位视频播放。
2482
2493
 
2483
2494
  ## 2.0.0-alpha.43
2484
2495
 
2485
- - 1.fix: PanoCompassPluginData 导出
2496
+ * 1.fix: PanoCompassPluginData 导出
2486
2497
 
2487
2498
  ## 2.0.0-alpha.42
2488
2499
 
2489
- - 1.fix: PanoCompassPlugin 未完全 dispose 导致切换 VR 重新加载数据出现异常。
2490
- - 2.fix: PanoCompassPlugin 在 five 切换全景与模型,入户门与分间指向错位的问题。
2500
+ * 1.fix: PanoCompassPlugin 未完全 dispose 导致切换 VR 重新加载数据出现异常。
2501
+ * 2.fix: PanoCompassPlugin 在 five 切换全景与模型,入户门与分间指向错位的问题。
2491
2502
 
2492
2503
  ## 2.0.0-alpha.41
2493
2504
 
2494
- - 1.feat: 40 版本漏发。
2505
+ * 1.feat: 40 版本漏发。
2495
2506
 
2496
2507
  ## 2.0.0-alpha.40
2497
2508
 
2498
- - 1.refactor: PanoMeasurePlugin: 添加 View Mode,支持用户仅预览和点击高亮。
2509
+ * 1.refactor: PanoMeasurePlugin: 添加 View Mode,支持用户仅预览和点击高亮。
2499
2510
 
2500
2511
  ## 2.0.0-alpha.39
2501
2512
 
2502
- - 1.feat: 更新 ItemLabelPlugin 策略,仅在全景模态下展示。
2513
+ * 1.feat: 更新 ItemLabelPlugin 策略,仅在全景模态下展示。
2503
2514
 
2504
2515
  ## 2.0.0-alpha.38
2505
2516
 
2506
- - 1.feat: 新增 PanoRulerProPlugin。
2517
+ * 1.feat: 新增 PanoRulerProPlugin。
2507
2518
 
2508
2519
  ## 2.0.0-alpha.37
2509
2520
 
2510
- - 1.feat: 参考 plugins/src/floorplan/CHANGELOG.md v1.0.1
2521
+ * 1.feat: 参考 plugins/src/floorplan/CHANGELOG.md v1.0.1
2511
2522
 
2512
2523
  ## 2.0.0-alpha.36
2513
2524
 
2514
- - 1.style: PanoMeasurePlugin pc 端 UI 优化
2515
- - 2.style: PanoMeasurePlugin 准心优化,支持是否展示法向量和小球颜色可配置
2516
- - 3.fix: 修复 ResizeObserver 使用。
2517
- - 4.refactor: 参考 plugins/src/floorplan/CHANGELOG.md v1.0.0
2525
+ * 1.style: PanoMeasurePlugin pc 端 UI 优化
2526
+ * 2.style: PanoMeasurePlugin 准心优化,支持是否展示法向量和小球颜色可配置
2527
+ * 3.fix: 修复 ResizeObserver 使用。
2528
+ * 4.refactor: 参考 plugins/src/floorplan/CHANGELOG.md v1.0.0
2518
2529
 
2519
2530
  ## 2.0.0-beta.36
2520
2531
 
2521
- - 1.refactor: 户型图相关插件改造,详情参考 floorplan/CHANGELOGE.md。
2532
+ * 1.refactor: 户型图相关插件改造,详情参考 floorplan/CHANGELOGE.md。
2522
2533
 
2523
2534
  ## 2.0.0-alpha.35
2524
2535
 
2525
- - 1.style: PanoSpatialTagPlugin 标签样式兼容, 标签阴影背景自适应;
2526
- - 2.feat: PanoSpatialTagPlugin 开放可见距离配置参数,此功能不保证最佳 UI 效果);
2527
- - 3.refactor: PanoSpatialTagPlugin 更新中心点位置及事件监听。
2536
+ * 1.style: PanoSpatialTagPlugin 标签样式兼容, 标签阴影背景自适应;
2537
+ * 2.feat: PanoSpatialTagPlugin 开放可见距离配置参数,此功能不保证最佳 UI 效果);
2538
+ * 3.refactor: PanoSpatialTagPlugin 更新中心点位置及事件监听。
2528
2539
 
2529
2540
  ## 2.0.0-alpha.34
2530
2541
 
2531
- - 1.feat: 新增 PaintBrush 组件,此版本为实验版,请谨慎使用。
2542
+ * 1.feat: 新增 PaintBrush 组件,此版本为实验版,请谨慎使用。
2532
2543
 
2533
2544
  ## 2.0.0-alpha.33
2534
2545
 
2535
- - 1.fix: Floorplan Plugins Compass & ModelChassisCompassPlugin 修复对 north_rad 为 0 的处理
2536
- - 2.fix: panospatialtagplugin 兼容 nextjs 出现的 text 样式问题
2546
+ * 1.fix: Floorplan Plugins Compass & ModelChassisCompassPlugin 修复对 north\_rad 为 0 的处理
2547
+ * 2.fix: panospatialtagplugin 兼容 nextjs 出现的 text 样式问题
2537
2548
 
2538
2549
  ## 2.0.0-alpha.32
2539
2550
 
2540
- - 1.feat: PanoRulerPlugin 修改标尺隐藏策略,线长小于 0.3m 隐藏;
2541
- - 2.fix: TopViewFloorplanPlugin & ModelFloorplanPlugin wrapper pointer-events: none。
2551
+ * 1.feat: PanoRulerPlugin 修改标尺隐藏策略,线长小于 0.3m 隐藏;
2552
+ * 2.fix: TopViewFloorplanPlugin & ModelFloorplanPlugin wrapper pointer-events: none。
2542
2553
 
2543
2554
  ## 2.0.0-alpha.31
2544
2555
 
2545
- - 1.fix: 修复 ?? 语法在 svelte 中不编译的问题。
2556
+ * 1.fix: 修复 ?? 语法在 svelte 中不编译的问题。
2546
2557
 
2547
2558
  ## 2.0.0-alpha.30
2548
2559
 
2549
- - 1.feat: PanoMeasurePlugin 新增移动端 UI 交互模式
2550
- - 2.feat: PanoMeasurePlugin 点线、标签气泡、删除按钮、三维坐标系 UI 交互优化
2551
- - 3.feat: PanoMeasurePlugin 优化放大镜功能,支持可拖拽,新增放大镜开放参数
2552
- - 4.fix: TopviewFloorplanPlugin 兼容全局 text-align 使用
2553
- - 5.fix: 新增 ItemLabelPlugin 内测版
2560
+ * 1.feat: PanoMeasurePlugin 新增移动端 UI 交互模式
2561
+ * 2.feat: PanoMeasurePlugin 点线、标签气泡、删除按钮、三维坐标系 UI 交互优化
2562
+ * 3.feat: PanoMeasurePlugin 优化放大镜功能,支持可拖拽,新增放大镜开放参数
2563
+ * 4.fix: TopviewFloorplanPlugin 兼容全局 text-align 使用
2564
+ * 5.fix: 新增 ItemLabelPlugin 内测版
2554
2565
 
2555
2566
  ## 2.0.0-alpha.29
2556
2567
 
2557
- - 1.chore: 删除 react 依赖.
2568
+ * 1.chore: 删除 react 依赖.
2558
2569
 
2559
2570
  ## 2.0.0-alpha.28
2560
2571
 
2561
- - 1.chore: 优化打包输出路径.
2572
+ * 1.chore: 优化打包输出路径.
2562
2573
 
2563
2574
  ## 2.0.0-alpha.27
2564
2575
 
2565
- - 1.feat: PanoSpatialTagPlugin 兼容 bvh 为 false 模式.
2576
+ * 1.feat: PanoSpatialTagPlugin 兼容 bvh 为 false 模式.
2566
2577
 
2567
2578
  ## 2.0.0-alpha.26
2568
2579
 
2569
- - 1.fix: ModelRoomLabelPlugin - 修复渲染区域大小改变时,标签位置没有更新
2570
- - 2.pref: ModelRoomLabelPlugin - 优化渲染逻辑
2580
+ * 1.fix: ModelRoomLabelPlugin - 修复渲染区域大小改变时,标签位置没有更新
2581
+ * 2.pref: ModelRoomLabelPlugin - 优化渲染逻辑
2571
2582
 
2572
2583
  ## 2.0.0-alpha.25
2573
2584
 
2574
- - 1.refactor: 恢复发版
2585
+ * 1.refactor: 恢复发版
2575
2586
 
2576
2587
  ## 2.0.0-alpha.24
2577
2588
 
2578
- - 1.feat: PanoRulerPlugin 支持数据 reload。
2589
+ * 1.feat: PanoRulerPlugin 支持数据 reload。
2579
2590
 
2580
2591
  ## 2.0.0-alpha.23
2581
2592
 
2582
- - 1.fix: 修复 PanoFloorplanRadarPlugin reload 数据时报错
2583
- - 2.fix: 修复 PanoFloorplanRadarPlugin reload 户型图数据后雷达图标位置没有适配
2593
+ * 1.fix: 修复 PanoFloorplanRadarPlugin reload 数据时报错
2594
+ * 2.fix: 修复 PanoFloorplanRadarPlugin reload 户型图数据后雷达图标位置没有适配
2584
2595
 
2585
2596
  ## 2.0.0-alpha.22
2586
2597
 
2587
- - 1.fix: 修复 PanoMeasurePlugin disable 状态下仍有背景色占位问题。
2598
+ * 1.fix: 修复 PanoMeasurePlugin disable 状态下仍有背景色占位问题。
2588
2599
 
2589
2600
  ## 2.0.0-alpha.21
2590
2601
 
2591
- - 1.fix: 修复 PanoMeasurePlugin 仅初始化 UI 面板仍占位为题。
2602
+ * 1.fix: 修复 PanoMeasurePlugin 仅初始化 UI 面板仍占位为题。
2592
2603
 
2593
2604
  ## 2.0.0-alpha.20
2594
2605
 
2595
- - 1.fix: 修复 PanoMeasurePlugin hide 时 UI 面板仍占位为题。
2606
+ * 1.fix: 修复 PanoMeasurePlugin hide 时 UI 面板仍占位为题。
2596
2607
 
2597
2608
  ## 2.0.0-alpha.19
2598
2609
 
2599
- - 1.fix: 修复在模型中切换全部楼层,切换回户型图,展示的是上一次展示时的楼层;
2600
- - 2.fix: 修复户型图界面切换楼层时,图片与 SVG 渲染有时间差导致闪烁的问题;
2601
- - 3.feat: TopviewFloorplanPlugin 插件支持放大缩小;
2602
- - 4.feat: ModelFloorplanPlugin 插件,autoShowEnable 和 hoverEnable 能同时支持;
2603
- - 5.chore: 设置 tsconfig.json importsNotUsedAsValues 为 error,在引用类型时,必须显示写为 import type。
2610
+ * 1.fix: 修复在模型中切换全部楼层,切换回户型图,展示的是上一次展示时的楼层;
2611
+ * 2.fix: 修复户型图界面切换楼层时,图片与 SVG 渲染有时间差导致闪烁的问题;
2612
+ * 3.feat: TopviewFloorplanPlugin 插件支持放大缩小;
2613
+ * 4.feat: ModelFloorplanPlugin 插件,autoShowEnable 和 hoverEnable 能同时支持;
2614
+ * 5.chore: 设置 tsconfig.json importsNotUsedAsValues 为 error,在引用类型时,必须显示写为 import type。
2604
2615
 
2605
2616
  ## 2.0.0-alpha.18
2606
2617
 
2607
- - 1.fix: 修复 PanoMeasurePlugin 使用时 hammerjs 报错问题。
2618
+ * 1.fix: 修复 PanoMeasurePlugin 使用时 hammerjs 报错问题。
2608
2619
 
2609
2620
  ## 2.0.0-alpha.17
2610
2621
 
2611
- - 1.fix: 修复构建输出 px2rem 失效问题。
2622
+ * 1.fix: 修复构建输出 px2rem 失效问题。
2612
2623
 
2613
2624
  ## 2.0.0-alpha.16
2614
2625
 
2615
- - 1.fix: 修复 z-index 问题;
2616
- - 2.fix: 修复 ModelItemLabelPlugin 事件监听问题。
2626
+ * 1.fix: 修复 z-index 问题;
2627
+ * 2.fix: 修复 ModelItemLabelPlugin 事件监听问题。
2617
2628
 
2618
2629
  ## 2.0.0-alpha.15
2619
2630
 
2620
- - 1.refactor: 优化 ModelItemLabelPlugin 在调用 five.setState() 时的动画显示。
2631
+ * 1.refactor: 优化 ModelItemLabelPlugin 在调用 five.setState() 时的动画显示。
2621
2632
 
2622
2633
  ## 2.0.0-alpha.14
2623
2634
 
2624
- - 1.feat: 新增 ModelTVVideoPlugin 插件;
2625
- - 2.fix: 修复 ModelItemLabelPlugin disable & enable 方法逻辑;
2626
- - 3.refactor: 增加 ModelItemLabelPlugin 类型导出。
2635
+ * 1.feat: 新增 ModelTVVideoPlugin 插件;
2636
+ * 2.fix: 修复 ModelItemLabelPlugin disable & enable 方法逻辑;
2637
+ * 3.refactor: 增加 ModelItemLabelPlugin 类型导出。
2627
2638
 
2628
2639
  ## 2.0.0-alpha.13
2629
2640
 
2630
- - 1.chore: 修改 tsconfig.json target 配置项为 es6。
2641
+ * 1.chore: 修改 tsconfig.json target 配置项为 es6。
2631
2642
 
2632
2643
  ## 2.0.0-alpha.12
2633
2644
 
2634
- - 1.feat: 新增 ModelItemLabelPlugin
2645
+ * 1.feat: 新增 ModelItemLabelPlugin
2635
2646
 
2636
2647
  ## 2.0.0-alpha.11
2637
2648
 
2638
- - 1.fix: 修复 ModelRoomLabelPlugin 未监听多楼层切换 rerender 问题。
2639
- - 2.feat: ModelFloorplanPlugin & TopviewFloorplanPlugin 新增 `northDesc?: string` 配置项,支持用户修改指北针名称。
2649
+ * 1.fix: 修复 ModelRoomLabelPlugin 未监听多楼层切换 rerender 问题。
2650
+ * 2.feat: ModelFloorplanPlugin & TopviewFloorplanPlugin 新增 `northDesc?: string` 配置项,支持用户修改指北针名称。
2640
2651
 
2641
2652
  ## 2.0.0-alpha.10
2642
2653
 
2643
- - 1.feat: 新增空间三维标签插件 PanoSpatialTagPlugin
2644
- - 2.feat: 新增轻量 ejs 渲染模板函数 shared-utils/tinyEJSrender.js
2654
+ * 1.feat: 新增空间三维标签插件 PanoSpatialTagPlugin
2655
+ * 2.feat: 新增轻量 ejs 渲染模板函数 shared-utils/tinyEJSrender.js
2645
2656
 
2646
2657
  ## 2.0.0-alpha.9
2647
2658
 
2648
- - 1.refactor: 增加插件独立 js 输出及对 svelte 的编译。
2659
+ * 1.refactor: 增加插件独立 js 输出及对 svelte 的编译。
2649
2660
 
2650
2661
  ## 2.0.0-alpha.8
2651
2662
 
2652
- - 1.fix: 修复 ModelViewPlugin 实景 VR 模型不居中问题;
2653
- - 2.fix: 修复 ModelRoomLabelPlugin fov 更新未 rerender 问题;
2654
- - 2.fix: 修复 ModelRoomLabelPlugin enable 判断问题;
2655
- - 4.fix: 修改 ModelFloorplanPlugin 在全景态满足户型图的俯仰角时会自动切换户型图问题。
2663
+ * 1.fix: 修复 ModelViewPlugin 实景 VR 模型不居中问题;
2664
+ * 2.fix: 修复 ModelRoomLabelPlugin fov 更新未 rerender 问题;
2665
+ * 2.fix: 修复 ModelRoomLabelPlugin enable 判断问题;
2666
+ * 4.fix: 修改 ModelFloorplanPlugin 在全景态满足户型图的俯仰角时会自动切换户型图问题。
2656
2667
 
2657
2668
  ## 2.0.0-alpha.7
2658
2669
 
2659
- - 1.fix: PanoCompassPlugin 向下兼容;
2660
- - 2.feat: 新增 PC 全景测量插件:PanoMeasurePlugin;
2661
- - 3.docs: 修改 README.md;
2670
+ * 1.fix: PanoCompassPlugin 向下兼容;
2671
+ * 2.feat: 新增 PC 全景测量插件:PanoMeasurePlugin;
2672
+ * 3.docs: 修改 README.md;
2662
2673
 
2663
2674
  ## 2.0.0-alpha.6
2664
2675
 
2665
- - 1.fix: 标尺插件 PanoRulerPlugin 所有标尺仅展示一次问题;
2666
- - 2.fix: TopviewFloorplanPlugin && ModelFloorplanPlugin 插件小雷达位置显示不正确问题;
2667
- - 3.feat: 为 TopviewFloorplanPlugin && ModelFloorplanPlugin 插件新增线框图吸附位置配置选项。
2668
- - 可选地板、天花板、模型中心,默认吸附选项为模型中心。
2676
+ * 1.fix: 标尺插件 PanoRulerPlugin 所有标尺仅展示一次问题;
2677
+ * 2.fix: TopviewFloorplanPlugin && ModelFloorplanPlugin 插件小雷达位置显示不正确问题;
2678
+ * 3.feat: 为 TopviewFloorplanPlugin && ModelFloorplanPlugin 插件新增线框图吸附位置配置选项。
2679
+ * 可选地板、天花板、模型中心,默认吸附选项为模型中心。
2669
2680
 
2670
2681
  ## 2.0.0-alpha.5
2671
2682