@realsee/dnalogel 3.77.4-alpha.0 → 3.77.4-alpha.2

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