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