@hatiolab/things-scene 9.0.2 → 10.0.0-beta.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 (587) hide show
  1. package/README.md +59 -29
  2. package/dist-types/animation/animate.d.ts +8 -0
  3. package/dist-types/animation/animate.d.ts.map +1 -0
  4. package/dist-types/animation/animations/animation.d.ts +90 -0
  5. package/dist-types/animation/animations/animation.d.ts.map +1 -0
  6. package/dist-types/animation/animations/fade.d.ts +25 -0
  7. package/dist-types/animation/animations/fade.d.ts.map +1 -0
  8. package/dist-types/animation/animations/heartbeat.d.ts +24 -0
  9. package/dist-types/animation/animations/heartbeat.d.ts.map +1 -0
  10. package/dist-types/animation/animations/moving.d.ts +25 -0
  11. package/dist-types/animation/animations/moving.d.ts.map +1 -0
  12. package/dist-types/animation/animations/outline.d.ts +58 -0
  13. package/dist-types/animation/animations/outline.d.ts.map +1 -0
  14. package/dist-types/animation/animations/rotation.d.ts +24 -0
  15. package/dist-types/animation/animations/rotation.d.ts.map +1 -0
  16. package/dist-types/animation/animations/vibration.d.ts +24 -0
  17. package/dist-types/animation/animations/vibration.d.ts.map +1 -0
  18. package/dist-types/animation/animations/waypoint.d.ts +60 -0
  19. package/dist-types/animation/animations/waypoint.d.ts.map +1 -0
  20. package/dist-types/animation/compile.d.ts +16 -0
  21. package/dist-types/animation/compile.d.ts.map +1 -0
  22. package/dist-types/animation/delta.d.ts +57 -0
  23. package/dist-types/animation/delta.d.ts.map +1 -0
  24. package/dist-types/animation/index.d.ts +7 -0
  25. package/dist-types/animation/index.d.ts.map +1 -0
  26. package/dist-types/animation/interfaces.d.ts +123 -0
  27. package/dist-types/animation/interfaces.d.ts.map +1 -0
  28. package/dist-types/command/command-change.d.ts +10 -0
  29. package/dist-types/command/command-change.d.ts.map +1 -0
  30. package/dist-types/command/command-migrate.d.ts +5 -0
  31. package/dist-types/command/command-migrate.d.ts.map +1 -0
  32. package/dist-types/command/command.d.ts +6 -0
  33. package/dist-types/command/command.d.ts.map +1 -0
  34. package/dist-types/command/snapshot-commander.d.ts +17 -0
  35. package/dist-types/command/snapshot-commander.d.ts.map +1 -0
  36. package/dist-types/components/anchor/anchor.d.ts +65 -0
  37. package/dist-types/components/anchor/anchor.d.ts.map +1 -0
  38. package/dist-types/components/anchor/ellipse-anchors.d.ts +16 -0
  39. package/dist-types/components/anchor/ellipse-anchors.d.ts.map +1 -0
  40. package/dist-types/components/anchor/rect-anchors.d.ts +16 -0
  41. package/dist-types/components/anchor/rect-anchors.d.ts.map +1 -0
  42. package/dist-types/components/audio.d.ts +284 -0
  43. package/dist-types/components/audio.d.ts.map +1 -0
  44. package/dist-types/components/cloud.d.ts +17 -0
  45. package/dist-types/components/cloud.d.ts.map +1 -0
  46. package/dist-types/components/component-data.d.ts +19 -0
  47. package/dist-types/components/component-data.d.ts.map +1 -0
  48. package/dist-types/components/component-drawing.d.ts +27 -0
  49. package/dist-types/components/component-drawing.d.ts.map +1 -0
  50. package/dist-types/components/component-geometry.d.ts +54 -0
  51. package/dist-types/components/component-geometry.d.ts.map +1 -0
  52. package/dist-types/components/component-hierarchy.d.ts +22 -0
  53. package/dist-types/components/component-hierarchy.d.ts.map +1 -0
  54. package/dist-types/components/component-text.d.ts +18 -0
  55. package/dist-types/components/component-text.d.ts.map +1 -0
  56. package/dist-types/components/component.d.ts +286 -0
  57. package/dist-types/components/component.d.ts.map +1 -0
  58. package/dist-types/components/container-abstract.d.ts +515 -0
  59. package/dist-types/components/container-abstract.d.ts.map +1 -0
  60. package/dist-types/components/container.d.ts +286 -0
  61. package/dist-types/components/container.d.ts.map +1 -0
  62. package/dist-types/components/data/data-mapping.d.ts +19 -0
  63. package/dist-types/components/data/data-mapping.d.ts.map +1 -0
  64. package/dist-types/components/data/data.d.ts +6 -0
  65. package/dist-types/components/data/data.d.ts.map +1 -0
  66. package/dist-types/components/data/evaluator.d.ts +2 -0
  67. package/dist-types/components/data/evaluator.d.ts.map +1 -0
  68. package/dist-types/components/donut.d.ts +15 -0
  69. package/dist-types/components/donut.d.ts.map +1 -0
  70. package/dist-types/components/drawer/draw-image-pendable.d.ts +2 -0
  71. package/dist-types/components/drawer/draw-image-pendable.d.ts.map +1 -0
  72. package/dist-types/components/drawer/effect.d.ts +2 -0
  73. package/dist-types/components/drawer/effect.d.ts.map +1 -0
  74. package/dist-types/components/drawer/fill.d.ts +5 -0
  75. package/dist-types/components/drawer/fill.d.ts.map +1 -0
  76. package/dist-types/components/drawer/format.d.ts +2 -0
  77. package/dist-types/components/drawer/format.d.ts.map +1 -0
  78. package/dist-types/components/drawer/line.d.ts +4 -0
  79. package/dist-types/components/drawer/line.d.ts.map +1 -0
  80. package/dist-types/components/drawer/stroke.d.ts +2 -0
  81. package/dist-types/components/drawer/stroke.d.ts.map +1 -0
  82. package/dist-types/components/drawer/text-wrapper.d.ts +2 -0
  83. package/dist-types/components/drawer/text-wrapper.d.ts.map +1 -0
  84. package/dist-types/components/drawer/text.d.ts +4 -0
  85. package/dist-types/components/drawer/text.d.ts.map +1 -0
  86. package/dist-types/components/ellipse.d.ts +260 -0
  87. package/dist-types/components/ellipse.d.ts.map +1 -0
  88. package/dist-types/components/file/ondropfile.d.ts +2 -0
  89. package/dist-types/components/file/ondropfile.d.ts.map +1 -0
  90. package/dist-types/components/geometry/transcoord.d.ts +43 -0
  91. package/dist-types/components/geometry/transcoord.d.ts.map +1 -0
  92. package/dist-types/components/geometry/union.d.ts +3 -0
  93. package/dist-types/components/geometry/union.d.ts.map +1 -0
  94. package/dist-types/components/gif-view.d.ts +29 -0
  95. package/dist-types/components/gif-view.d.ts.map +1 -0
  96. package/dist-types/components/global-ref.d.ts +49 -0
  97. package/dist-types/components/global-ref.d.ts.map +1 -0
  98. package/dist-types/components/group.d.ts +27 -0
  99. package/dist-types/components/group.d.ts.map +1 -0
  100. package/dist-types/components/html/elements.d.ts +2 -0
  101. package/dist-types/components/html/elements.d.ts.map +1 -0
  102. package/dist-types/components/html/fill.d.ts +2 -0
  103. package/dist-types/components/html/fill.d.ts.map +1 -0
  104. package/dist-types/components/html/reposition.d.ts +2 -0
  105. package/dist-types/components/html/reposition.d.ts.map +1 -0
  106. package/dist-types/components/html/shadow.d.ts +2 -0
  107. package/dist-types/components/html/shadow.d.ts.map +1 -0
  108. package/dist-types/components/html-overlay-container.d.ts +250 -0
  109. package/dist-types/components/html-overlay-container.d.ts.map +1 -0
  110. package/dist-types/components/html-overlay-element.d.ts +481 -0
  111. package/dist-types/components/html-overlay-element.d.ts.map +1 -0
  112. package/dist-types/components/image-view.d.ts +298 -0
  113. package/dist-types/components/image-view.d.ts.map +1 -0
  114. package/dist-types/components/index.d.ts +34 -0
  115. package/dist-types/components/index.d.ts.map +1 -0
  116. package/dist-types/components/info-window.d.ts +272 -0
  117. package/dist-types/components/info-window.d.ts.map +1 -0
  118. package/dist-types/components/line.d.ts +72 -0
  119. package/dist-types/components/line.d.ts.map +1 -0
  120. package/dist-types/components/local-ref.d.ts +277 -0
  121. package/dist-types/components/local-ref.d.ts.map +1 -0
  122. package/dist-types/components/mixins/connectable.d.ts +266 -0
  123. package/dist-types/components/mixins/connectable.d.ts.map +1 -0
  124. package/dist-types/components/mixins/data-source.d.ts +233 -0
  125. package/dist-types/components/mixins/data-source.d.ts.map +1 -0
  126. package/dist-types/components/mixins/html-element.d.ts +244 -0
  127. package/dist-types/components/mixins/html-element.d.ts.map +1 -0
  128. package/dist-types/components/mixins/move-handle.d.ts +234 -0
  129. package/dist-types/components/mixins/move-handle.d.ts.map +1 -0
  130. package/dist-types/components/mixins/rect-path.d.ts +246 -0
  131. package/dist-types/components/mixins/rect-path.d.ts.map +1 -0
  132. package/dist-types/components/mixins/value-holder.d.ts +238 -0
  133. package/dist-types/components/mixins/value-holder.d.ts.map +1 -0
  134. package/dist-types/components/mutater/bounds.d.ts +2 -0
  135. package/dist-types/components/mutater/bounds.d.ts.map +1 -0
  136. package/dist-types/components/mutater/path.d.ts +2 -0
  137. package/dist-types/components/mutater/path.d.ts.map +1 -0
  138. package/dist-types/components/node.d.ts +259 -0
  139. package/dist-types/components/node.d.ts.map +1 -0
  140. package/dist-types/components/ortholine.d.ts +8 -0
  141. package/dist-types/components/ortholine.d.ts.map +1 -0
  142. package/dist-types/components/outline/ellipse-outline.d.ts +2 -0
  143. package/dist-types/components/outline/ellipse-outline.d.ts.map +1 -0
  144. package/dist-types/components/outline/path-outline.d.ts +2 -0
  145. package/dist-types/components/outline/path-outline.d.ts.map +1 -0
  146. package/dist-types/components/path.d.ts +8 -0
  147. package/dist-types/components/path.d.ts.map +1 -0
  148. package/dist-types/components/polygon.d.ts +27 -0
  149. package/dist-types/components/polygon.d.ts.map +1 -0
  150. package/dist-types/components/polyline.d.ts +26 -0
  151. package/dist-types/components/polyline.d.ts.map +1 -0
  152. package/dist-types/components/popup.d.ts +281 -0
  153. package/dist-types/components/popup.d.ts.map +1 -0
  154. package/dist-types/components/position/absolute.d.ts +48 -0
  155. package/dist-types/components/position/absolute.d.ts.map +1 -0
  156. package/dist-types/components/position/popup-position.d.ts +24 -0
  157. package/dist-types/components/position/popup-position.d.ts.map +1 -0
  158. package/dist-types/components/rect.d.ts +499 -0
  159. package/dist-types/components/rect.d.ts.map +1 -0
  160. package/dist-types/components/retention/retention-manager.d.ts +10 -0
  161. package/dist-types/components/retention/retention-manager.d.ts.map +1 -0
  162. package/dist-types/components/root-container.d.ts +112 -0
  163. package/dist-types/components/root-container.d.ts.map +1 -0
  164. package/dist-types/components/ruler.d.ts +246 -0
  165. package/dist-types/components/ruler.d.ts.map +1 -0
  166. package/dist-types/components/shape.d.ts +26 -0
  167. package/dist-types/components/shape.d.ts.map +1 -0
  168. package/dist-types/components/star.d.ts +14 -0
  169. package/dist-types/components/star.d.ts.map +1 -0
  170. package/dist-types/components/text/substitutor.d.ts +4 -0
  171. package/dist-types/components/text/substitutor.d.ts.map +1 -0
  172. package/dist-types/components/text.d.ts +245 -0
  173. package/dist-types/components/text.d.ts.map +1 -0
  174. package/dist-types/components/triangle.d.ts +31 -0
  175. package/dist-types/components/triangle.d.ts.map +1 -0
  176. package/dist-types/const.d.ts +59 -0
  177. package/dist-types/const.d.ts.map +1 -0
  178. package/dist-types/core/collection.d.ts +25 -0
  179. package/dist-types/core/collection.d.ts.map +1 -0
  180. package/dist-types/core/debug.d.ts +2 -0
  181. package/dist-types/core/debug.d.ts.map +1 -0
  182. package/dist-types/core/deep-equals.d.ts +2 -0
  183. package/dist-types/core/deep-equals.d.ts.map +1 -0
  184. package/dist-types/core/dom-to-image.d.ts +132 -0
  185. package/dist-types/core/dom-to-image.d.ts.map +1 -0
  186. package/dist-types/core/event.d.ts +9 -0
  187. package/dist-types/core/event.d.ts.map +1 -0
  188. package/dist-types/core/index.d.ts +3 -0
  189. package/dist-types/core/index.d.ts.map +1 -0
  190. package/dist-types/core/list.d.ts +82 -0
  191. package/dist-types/core/list.d.ts.map +1 -0
  192. package/dist-types/core/logger.d.ts +4 -0
  193. package/dist-types/core/logger.d.ts.map +1 -0
  194. package/dist-types/core/memoize.d.ts +20 -0
  195. package/dist-types/core/memoize.d.ts.map +1 -0
  196. package/dist-types/core/mixin.d.ts +2 -0
  197. package/dist-types/core/mixin.d.ts.map +1 -0
  198. package/dist-types/core/obj-accessor.d.ts +2 -0
  199. package/dist-types/core/obj-accessor.d.ts.map +1 -0
  200. package/dist-types/core/reference-map.d.ts +20 -0
  201. package/dist-types/core/reference-map.d.ts.map +1 -0
  202. package/dist-types/core/round-rect.d.ts +26 -0
  203. package/dist-types/core/round-rect.d.ts.map +1 -0
  204. package/dist-types/core/safe-round.d.ts +2 -0
  205. package/dist-types/core/safe-round.d.ts.map +1 -0
  206. package/dist-types/core/script-loader.d.ts +4 -0
  207. package/dist-types/core/script-loader.d.ts.map +1 -0
  208. package/dist-types/core/snapshot-taker.d.ts +14 -0
  209. package/dist-types/core/snapshot-taker.d.ts.map +1 -0
  210. package/dist-types/core/stack.d.ts +3 -0
  211. package/dist-types/core/stack.d.ts.map +1 -0
  212. package/dist-types/core/timecapsule.d.ts +29 -0
  213. package/dist-types/core/timecapsule.d.ts.map +1 -0
  214. package/dist-types/core/utils.d.ts +10 -0
  215. package/dist-types/core/utils.d.ts.map +1 -0
  216. package/dist-types/decorator/decorator-registry.d.ts +82 -0
  217. package/dist-types/decorator/decorator-registry.d.ts.map +1 -0
  218. package/dist-types/decorator/decorator.d.ts +123 -0
  219. package/dist-types/decorator/decorator.d.ts.map +1 -0
  220. package/dist-types/decorator/decorators/anchors-decorator.d.ts +77 -0
  221. package/dist-types/decorator/decorators/anchors-decorator.d.ts.map +1 -0
  222. package/dist-types/decorator/decorators/animated-icon-decorator.d.ts +168 -0
  223. package/dist-types/decorator/decorators/animated-icon-decorator.d.ts.map +1 -0
  224. package/dist-types/decorator/decorators/border-highlighting-decorator.d.ts +96 -0
  225. package/dist-types/decorator/decorators/border-highlighting-decorator.d.ts.map +1 -0
  226. package/dist-types/decorator/decorators/bouncing-arrow-decorator.d.ts +56 -0
  227. package/dist-types/decorator/decorators/bouncing-arrow-decorator.d.ts.map +1 -0
  228. package/dist-types/decorator/decorators/data-spread-decorator.d.ts +52 -0
  229. package/dist-types/decorator/decorators/data-spread-decorator.d.ts.map +1 -0
  230. package/dist-types/decorator/decorators/decotag-decorator.d.ts +41 -0
  231. package/dist-types/decorator/decorators/decotag-decorator.d.ts.map +1 -0
  232. package/dist-types/decorator/decorators/link-decorator.d.ts +60 -0
  233. package/dist-types/decorator/decorators/link-decorator.d.ts.map +1 -0
  234. package/dist-types/decorator/index.d.ts +13 -0
  235. package/dist-types/decorator/index.d.ts.map +1 -0
  236. package/dist-types/decorator/raster-decorator.d.ts +126 -0
  237. package/dist-types/decorator/raster-decorator.d.ts.map +1 -0
  238. package/dist-types/decorator/vector-decorator.d.ts +185 -0
  239. package/dist-types/decorator/vector-decorator.d.ts.map +1 -0
  240. package/dist-types/diagnostics/inspector.d.ts +147 -0
  241. package/dist-types/diagnostics/inspector.d.ts.map +1 -0
  242. package/dist-types/diagnostics/metrics.d.ts +55 -0
  243. package/dist-types/diagnostics/metrics.d.ts.map +1 -0
  244. package/dist-types/effect/gradation.d.ts +2 -0
  245. package/dist-types/effect/gradation.d.ts.map +1 -0
  246. package/dist-types/effect/index.d.ts +2 -0
  247. package/dist-types/effect/index.d.ts.map +1 -0
  248. package/dist-types/effect/shadow.d.ts +3 -0
  249. package/dist-types/effect/shadow.d.ts.map +1 -0
  250. package/dist-types/effect/turn.d.ts +2 -0
  251. package/dist-types/effect/turn.d.ts.map +1 -0
  252. package/dist-types/event/event-engine.d.ts +13 -0
  253. package/dist-types/event/event-engine.d.ts.map +1 -0
  254. package/dist-types/event/event-pump.d.ts +12 -0
  255. package/dist-types/event/event-pump.d.ts.map +1 -0
  256. package/dist-types/event/event-tracker.d.ts +23 -0
  257. package/dist-types/event/event-tracker.d.ts.map +1 -0
  258. package/dist-types/event/index.d.ts +3 -0
  259. package/dist-types/event/index.d.ts.map +1 -0
  260. package/dist-types/event/ua-event-handler.d.ts +38 -0
  261. package/dist-types/event/ua-event-handler.d.ts.map +1 -0
  262. package/dist-types/event-map/event-map.d.ts +12 -0
  263. package/dist-types/event-map/event-map.d.ts.map +1 -0
  264. package/dist-types/event-map/index.d.ts +8 -0
  265. package/dist-types/event-map/index.d.ts.map +1 -0
  266. package/dist-types/event-map/move-handler.d.ts +2 -0
  267. package/dist-types/event-map/move-handler.d.ts.map +1 -0
  268. package/dist-types/event-map/paste-handler.d.ts +2 -0
  269. package/dist-types/event-map/paste-handler.d.ts.map +1 -0
  270. package/dist-types/event-map/shift-handler.d.ts +2 -0
  271. package/dist-types/event-map/shift-handler.d.ts.map +1 -0
  272. package/dist-types/event-map/text-editor-lite.d.ts +2 -0
  273. package/dist-types/event-map/text-editor-lite.d.ts.map +1 -0
  274. package/dist-types/event-map/waypoint-handler.d.ts +2 -0
  275. package/dist-types/event-map/waypoint-handler.d.ts.map +1 -0
  276. package/dist-types/event-map/zoom-handler.d.ts +2 -0
  277. package/dist-types/event-map/zoom-handler.d.ts.map +1 -0
  278. package/dist-types/index.d.ts +6 -0
  279. package/dist-types/index.d.ts.map +1 -0
  280. package/dist-types/interfaces/animation.d.ts +40 -0
  281. package/dist-types/interfaces/animation.d.ts.map +1 -0
  282. package/dist-types/interfaces/data.d.ts +66 -0
  283. package/dist-types/interfaces/data.d.ts.map +1 -0
  284. package/dist-types/interfaces/index.d.ts +5 -0
  285. package/dist-types/interfaces/index.d.ts.map +1 -0
  286. package/dist-types/interfaces/layout.d.ts +23 -0
  287. package/dist-types/interfaces/layout.d.ts.map +1 -0
  288. package/dist-types/interfaces/model.d.ts +8 -0
  289. package/dist-types/interfaces/model.d.ts.map +1 -0
  290. package/dist-types/interfaces/providers.d.ts +57 -0
  291. package/dist-types/interfaces/providers.d.ts.map +1 -0
  292. package/dist-types/interfaces/real-object.d.ts +35 -0
  293. package/dist-types/interfaces/real-object.d.ts.map +1 -0
  294. package/dist-types/interfaces/rendering.d.ts +92 -0
  295. package/dist-types/interfaces/rendering.d.ts.map +1 -0
  296. package/dist-types/interfaces/types.d.ts +139 -0
  297. package/dist-types/interfaces/types.d.ts.map +1 -0
  298. package/dist-types/layer/action/emphasize.d.ts +3 -0
  299. package/dist-types/layer/action/emphasize.d.ts.map +1 -0
  300. package/dist-types/layer/action/popup.d.ts +19 -0
  301. package/dist-types/layer/action/popup.d.ts.map +1 -0
  302. package/dist-types/layer/action/pressed.d.ts +3 -0
  303. package/dist-types/layer/action/pressed.d.ts.map +1 -0
  304. package/dist-types/layer/add-layer.d.ts +40 -0
  305. package/dist-types/layer/add-layer.d.ts.map +1 -0
  306. package/dist-types/layer/dual-canvas-layer.d.ts +16 -0
  307. package/dist-types/layer/dual-canvas-layer.d.ts.map +1 -0
  308. package/dist-types/layer/guide-layer.d.ts +39 -0
  309. package/dist-types/layer/guide-layer.d.ts.map +1 -0
  310. package/dist-types/layer/index.d.ts +8 -0
  311. package/dist-types/layer/index.d.ts.map +1 -0
  312. package/dist-types/layer/layer.d.ts +42 -0
  313. package/dist-types/layer/layer.d.ts.map +1 -0
  314. package/dist-types/layer/minimap-layer.d.ts +22 -0
  315. package/dist-types/layer/minimap-layer.d.ts.map +1 -0
  316. package/dist-types/layer/model-layer.d.ts +183 -0
  317. package/dist-types/layer/model-layer.d.ts.map +1 -0
  318. package/dist-types/layer/modeler/anchor-handler.d.ts +19 -0
  319. package/dist-types/layer/modeler/anchor-handler.d.ts.map +1 -0
  320. package/dist-types/layer/modeler/control-handler.d.ts +15 -0
  321. package/dist-types/layer/modeler/control-handler.d.ts.map +1 -0
  322. package/dist-types/layer/modeler/focus-outline.d.ts +6 -0
  323. package/dist-types/layer/modeler/focus-outline.d.ts.map +1 -0
  324. package/dist-types/layer/modeler/group-outline.d.ts +9 -0
  325. package/dist-types/layer/modeler/group-outline.d.ts.map +1 -0
  326. package/dist-types/layer/modeler/index.d.ts +8 -0
  327. package/dist-types/layer/modeler/index.d.ts.map +1 -0
  328. package/dist-types/layer/modeler/path-handler.d.ts +17 -0
  329. package/dist-types/layer/modeler/path-handler.d.ts.map +1 -0
  330. package/dist-types/layer/modeler/resizer.d.ts +15 -0
  331. package/dist-types/layer/modeler/resizer.d.ts.map +1 -0
  332. package/dist-types/layer/modeler/rotator.d.ts +14 -0
  333. package/dist-types/layer/modeler/rotator.d.ts.map +1 -0
  334. package/dist-types/layer/modeling-layer.d.ts +75 -0
  335. package/dist-types/layer/modeling-layer.d.ts.map +1 -0
  336. package/dist-types/layer/scroll-layer.d.ts +27 -0
  337. package/dist-types/layer/scroll-layer.d.ts.map +1 -0
  338. package/dist-types/layer/selection/selected-finder.d.ts +2 -0
  339. package/dist-types/layer/selection/selected-finder.d.ts.map +1 -0
  340. package/dist-types/layer/selection-layer.d.ts +39 -0
  341. package/dist-types/layer/selection-layer.d.ts.map +1 -0
  342. package/dist-types/layer/shift-layer.d.ts +22 -0
  343. package/dist-types/layer/shift-layer.d.ts.map +1 -0
  344. package/dist-types/layout/absolute.d.ts +12 -0
  345. package/dist-types/layout/absolute.d.ts.map +1 -0
  346. package/dist-types/layout/card.d.ts +11 -0
  347. package/dist-types/layout/card.d.ts.map +1 -0
  348. package/dist-types/layout/html-absolute.d.ts +12 -0
  349. package/dist-types/layout/html-absolute.d.ts.map +1 -0
  350. package/dist-types/layout/index.d.ts +8 -0
  351. package/dist-types/layout/index.d.ts.map +1 -0
  352. package/dist-types/layout/layout.d.ts +15 -0
  353. package/dist-types/layout/layout.d.ts.map +1 -0
  354. package/dist-types/layout/linear-horizontal.d.ts +11 -0
  355. package/dist-types/layout/linear-horizontal.d.ts.map +1 -0
  356. package/dist-types/layout/linear-vertical.d.ts +11 -0
  357. package/dist-types/layout/linear-vertical.d.ts.map +1 -0
  358. package/dist-types/layout/table.d.ts +13 -0
  359. package/dist-types/layout/table.d.ts.map +1 -0
  360. package/dist-types/license/license.d.ts +21 -0
  361. package/dist-types/license/license.d.ts.map +1 -0
  362. package/dist-types/model/compile.d.ts +4 -0
  363. package/dist-types/model/compile.d.ts.map +1 -0
  364. package/dist-types/model/duplicate.d.ts +3 -0
  365. package/dist-types/model/duplicate.d.ts.map +1 -0
  366. package/dist-types/model/index.d.ts +4 -0
  367. package/dist-types/model/index.d.ts.map +1 -0
  368. package/dist-types/model/selector.d.ts +42 -0
  369. package/dist-types/model/selector.d.ts.map +1 -0
  370. package/dist-types/style/compile.d.ts +2 -0
  371. package/dist-types/style/compile.d.ts.map +1 -0
  372. package/dist-types/style/index.d.ts +2 -0
  373. package/dist-types/style/index.d.ts.map +1 -0
  374. package/dist-types/things-scene/api/add-start.d.ts +2 -0
  375. package/dist-types/things-scene/api/add-start.d.ts.map +1 -0
  376. package/dist-types/things-scene/api/add.d.ts +2 -0
  377. package/dist-types/things-scene/api/add.d.ts.map +1 -0
  378. package/dist-types/things-scene/api/align.d.ts +2 -0
  379. package/dist-types/things-scene/api/align.d.ts.map +1 -0
  380. package/dist-types/things-scene/api/center-to.d.ts +2 -0
  381. package/dist-types/things-scene/api/center-to.d.ts.map +1 -0
  382. package/dist-types/things-scene/api/change.d.ts +3 -0
  383. package/dist-types/things-scene/api/change.d.ts.map +1 -0
  384. package/dist-types/things-scene/api/clipboard.d.ts +4 -0
  385. package/dist-types/things-scene/api/clipboard.d.ts.map +1 -0
  386. package/dist-types/things-scene/api/distribute.d.ts +2 -0
  387. package/dist-types/things-scene/api/distribute.d.ts.map +1 -0
  388. package/dist-types/things-scene/api/duplicate.d.ts +2 -0
  389. package/dist-types/things-scene/api/duplicate.d.ts.map +1 -0
  390. package/dist-types/things-scene/api/fullscreen.d.ts +2 -0
  391. package/dist-types/things-scene/api/fullscreen.d.ts.map +1 -0
  392. package/dist-types/things-scene/api/group.d.ts +3 -0
  393. package/dist-types/things-scene/api/group.d.ts.map +1 -0
  394. package/dist-types/things-scene/api/ids.d.ts +2 -0
  395. package/dist-types/things-scene/api/ids.d.ts.map +1 -0
  396. package/dist-types/things-scene/api/index.d.ts +18 -0
  397. package/dist-types/things-scene/api/index.d.ts.map +1 -0
  398. package/dist-types/things-scene/api/listener.d.ts +4 -0
  399. package/dist-types/things-scene/api/listener.d.ts.map +1 -0
  400. package/dist-types/things-scene/api/paste-start.d.ts +5 -0
  401. package/dist-types/things-scene/api/paste-start.d.ts.map +1 -0
  402. package/dist-types/things-scene/api/place.d.ts +2 -0
  403. package/dist-types/things-scene/api/place.d.ts.map +1 -0
  404. package/dist-types/things-scene/api/remove.d.ts +2 -0
  405. package/dist-types/things-scene/api/remove.d.ts.map +1 -0
  406. package/dist-types/things-scene/api/symmetry.d.ts +3 -0
  407. package/dist-types/things-scene/api/symmetry.d.ts.map +1 -0
  408. package/dist-types/things-scene/api/to-data-url.d.ts +2 -0
  409. package/dist-types/things-scene/api/to-data-url.d.ts.map +1 -0
  410. package/dist-types/things-scene/api/zorder.d.ts +3 -0
  411. package/dist-types/things-scene/api/zorder.d.ts.map +1 -0
  412. package/dist-types/things-scene/application-context.d.ts +51 -0
  413. package/dist-types/things-scene/application-context.d.ts.map +1 -0
  414. package/dist-types/things-scene/config.d.ts +5 -0
  415. package/dist-types/things-scene/config.d.ts.map +1 -0
  416. package/dist-types/things-scene/create.d.ts +19 -0
  417. package/dist-types/things-scene/create.d.ts.map +1 -0
  418. package/dist-types/things-scene/fps.d.ts +7 -0
  419. package/dist-types/things-scene/fps.d.ts.map +1 -0
  420. package/dist-types/things-scene/index.d.ts +39 -0
  421. package/dist-types/things-scene/index.d.ts.map +1 -0
  422. package/dist-types/things-scene/polyfill.d.ts +3 -0
  423. package/dist-types/things-scene/polyfill.d.ts.map +1 -0
  424. package/dist-types/things-scene/scene.d.ts +98 -0
  425. package/dist-types/things-scene/scene.d.ts.map +1 -0
  426. package/dist-types/things-scene/version.d.ts +3 -0
  427. package/dist-types/things-scene/version.d.ts.map +1 -0
  428. package/dist-types/threed/arrow-3d.d.ts +54 -0
  429. package/dist-types/threed/arrow-3d.d.ts.map +1 -0
  430. package/dist-types/threed/common.d.ts +23 -0
  431. package/dist-types/threed/common.d.ts.map +1 -0
  432. package/dist-types/threed/factories/banner.d.ts +257 -0
  433. package/dist-types/threed/factories/banner.d.ts.map +1 -0
  434. package/dist-types/threed/factories/camera.d.ts +261 -0
  435. package/dist-types/threed/factories/camera.d.ts.map +1 -0
  436. package/dist-types/threed/factories/cube.d.ts +253 -0
  437. package/dist-types/threed/factories/cube.d.ts.map +1 -0
  438. package/dist-types/threed/factories/cylinder.d.ts +14 -0
  439. package/dist-types/threed/factories/cylinder.d.ts.map +1 -0
  440. package/dist-types/threed/factories/donut.d.ts +6 -0
  441. package/dist-types/threed/factories/donut.d.ts.map +1 -0
  442. package/dist-types/threed/factories/ellipse.d.ts +6 -0
  443. package/dist-types/threed/factories/ellipse.d.ts.map +1 -0
  444. package/dist-types/threed/factories/gltf-object.d.ts +271 -0
  445. package/dist-types/threed/factories/gltf-object.d.ts.map +1 -0
  446. package/dist-types/threed/factories/html-overlay.d.ts +2 -0
  447. package/dist-types/threed/factories/html-overlay.d.ts.map +1 -0
  448. package/dist-types/threed/factories/light.d.ts +18 -0
  449. package/dist-types/threed/factories/light.d.ts.map +1 -0
  450. package/dist-types/threed/factories/polygon.d.ts +18 -0
  451. package/dist-types/threed/factories/polygon.d.ts.map +1 -0
  452. package/dist-types/threed/factories/rect.d.ts +6 -0
  453. package/dist-types/threed/factories/rect.d.ts.map +1 -0
  454. package/dist-types/threed/factories/sphere.d.ts +14 -0
  455. package/dist-types/threed/factories/sphere.d.ts.map +1 -0
  456. package/dist-types/threed/factories/sprite.d.ts +249 -0
  457. package/dist-types/threed/factories/sprite.d.ts.map +1 -0
  458. package/dist-types/threed/factories/star.d.ts +6 -0
  459. package/dist-types/threed/factories/star.d.ts.map +1 -0
  460. package/dist-types/threed/factories/text.d.ts +2 -0
  461. package/dist-types/threed/factories/text.d.ts.map +1 -0
  462. package/dist-types/threed/factories/triangle.d.ts +6 -0
  463. package/dist-types/threed/factories/triangle.d.ts.map +1 -0
  464. package/dist-types/threed/factories/wall.d.ts +253 -0
  465. package/dist-types/threed/factories/wall.d.ts.map +1 -0
  466. package/dist-types/threed/floor/floor.d.ts +4 -0
  467. package/dist-types/threed/floor/floor.d.ts.map +1 -0
  468. package/dist-types/threed/gltf-specgloss-compat.d.ts +7 -0
  469. package/dist-types/threed/gltf-specgloss-compat.d.ts.map +1 -0
  470. package/dist-types/threed/html/elements.d.ts +3 -0
  471. package/dist-types/threed/html/elements.d.ts.map +1 -0
  472. package/dist-types/threed/index.d.ts +65 -0
  473. package/dist-types/threed/index.d.ts.map +1 -0
  474. package/dist-types/threed/interfaces.d.ts +17 -0
  475. package/dist-types/threed/interfaces.d.ts.map +1 -0
  476. package/dist-types/threed/managers/camera-manager.d.ts +30 -0
  477. package/dist-types/threed/managers/camera-manager.d.ts.map +1 -0
  478. package/dist-types/threed/managers/controls-manager.d.ts +76 -0
  479. package/dist-types/threed/managers/controls-manager.d.ts.map +1 -0
  480. package/dist-types/threed/managers/event-manager3d.d.ts +21 -0
  481. package/dist-types/threed/managers/event-manager3d.d.ts.map +1 -0
  482. package/dist-types/threed/managers/gizmo-manager.d.ts +45 -0
  483. package/dist-types/threed/managers/gizmo-manager.d.ts.map +1 -0
  484. package/dist-types/threed/managers/gizmo-operation-manager.d.ts +57 -0
  485. package/dist-types/threed/managers/gizmo-operation-manager.d.ts.map +1 -0
  486. package/dist-types/threed/managers/index.d.ts +12 -0
  487. package/dist-types/threed/managers/index.d.ts.map +1 -0
  488. package/dist-types/threed/managers/interaction-manager.d.ts +100 -0
  489. package/dist-types/threed/managers/interaction-manager.d.ts.map +1 -0
  490. package/dist-types/threed/managers/light-manager.d.ts +27 -0
  491. package/dist-types/threed/managers/light-manager.d.ts.map +1 -0
  492. package/dist-types/threed/managers/placement-manager.d.ts +66 -0
  493. package/dist-types/threed/managers/placement-manager.d.ts.map +1 -0
  494. package/dist-types/threed/managers/renderer-manager.d.ts +37 -0
  495. package/dist-types/threed/managers/renderer-manager.d.ts.map +1 -0
  496. package/dist-types/threed/managers/scene-manager.d.ts +23 -0
  497. package/dist-types/threed/managers/scene-manager.d.ts.map +1 -0
  498. package/dist-types/threed/managers/types.d.ts +40 -0
  499. package/dist-types/threed/managers/types.d.ts.map +1 -0
  500. package/dist-types/threed/material-3d.d.ts +36 -0
  501. package/dist-types/threed/material-3d.d.ts.map +1 -0
  502. package/dist-types/threed/real-object-camera-meshed.d.ts +13 -0
  503. package/dist-types/threed/real-object-camera-meshed.d.ts.map +1 -0
  504. package/dist-types/threed/real-object-camera.d.ts +10 -0
  505. package/dist-types/threed/real-object-camera.d.ts.map +1 -0
  506. package/dist-types/threed/real-object-dom-element.d.ts +24 -0
  507. package/dist-types/threed/real-object-dom-element.d.ts.map +1 -0
  508. package/dist-types/threed/real-object-dom-texture.d.ts +21 -0
  509. package/dist-types/threed/real-object-dom-texture.d.ts.map +1 -0
  510. package/dist-types/threed/real-object-dummy.d.ts +7 -0
  511. package/dist-types/threed/real-object-dummy.d.ts.map +1 -0
  512. package/dist-types/threed/real-object-extrude.d.ts +32 -0
  513. package/dist-types/threed/real-object-extrude.d.ts.map +1 -0
  514. package/dist-types/threed/real-object-gltf.d.ts +53 -0
  515. package/dist-types/threed/real-object-gltf.d.ts.map +1 -0
  516. package/dist-types/threed/real-object-group.d.ts +6 -0
  517. package/dist-types/threed/real-object-group.d.ts.map +1 -0
  518. package/dist-types/threed/real-object-mesh.d.ts +16 -0
  519. package/dist-types/threed/real-object-mesh.d.ts.map +1 -0
  520. package/dist-types/threed/real-object-plane-2d.d.ts +18 -0
  521. package/dist-types/threed/real-object-plane-2d.d.ts.map +1 -0
  522. package/dist-types/threed/real-object-plane.d.ts +6 -0
  523. package/dist-types/threed/real-object-plane.d.ts.map +1 -0
  524. package/dist-types/threed/real-object-registry.d.ts +8 -0
  525. package/dist-types/threed/real-object-registry.d.ts.map +1 -0
  526. package/dist-types/threed/real-object-scene.d.ts +21 -0
  527. package/dist-types/threed/real-object-scene.d.ts.map +1 -0
  528. package/dist-types/threed/real-object-sprite-2d.d.ts +15 -0
  529. package/dist-types/threed/real-object-sprite-2d.d.ts.map +1 -0
  530. package/dist-types/threed/real-object-sprite.d.ts +12 -0
  531. package/dist-types/threed/real-object-sprite.d.ts.map +1 -0
  532. package/dist-types/threed/real-object-text.d.ts +13 -0
  533. package/dist-types/threed/real-object-text.d.ts.map +1 -0
  534. package/dist-types/threed/real-object.d.ts +100 -0
  535. package/dist-types/threed/real-object.d.ts.map +1 -0
  536. package/dist-types/threed/texture/canvas-texture.d.ts +5 -0
  537. package/dist-types/threed/texture/canvas-texture.d.ts.map +1 -0
  538. package/dist-types/threed/texture/text-texture.d.ts +9 -0
  539. package/dist-types/threed/texture/text-texture.d.ts.map +1 -0
  540. package/dist-types/threed/three-capability.d.ts +325 -0
  541. package/dist-types/threed/three-capability.d.ts.map +1 -0
  542. package/dist-types/threed/three-container.d.ts +58 -0
  543. package/dist-types/threed/three-container.d.ts.map +1 -0
  544. package/dist-types/threed/three-dimensional-container.d.ts +9 -0
  545. package/dist-types/threed/three-dimensional-container.d.ts.map +1 -0
  546. package/dist-types/threed/three-layout.d.ts +10 -0
  547. package/dist-types/threed/three-layout.d.ts.map +1 -0
  548. package/dist-types/threed/utils/bound-uv-generator.d.ts +17 -0
  549. package/dist-types/threed/utils/bound-uv-generator.d.ts.map +1 -0
  550. package/dist-types/threed/utils/dispose.d.ts +3 -0
  551. package/dist-types/threed/utils/dispose.d.ts.map +1 -0
  552. package/dist-types/threed/utils/project.d.ts +11 -0
  553. package/dist-types/threed/utils/project.d.ts.map +1 -0
  554. package/dist-types/types/bounding.d.ts +52 -0
  555. package/dist-types/types/bounding.d.ts.map +1 -0
  556. package/dist-types/types/component.d.ts +178 -0
  557. package/dist-types/types/component.d.ts.map +1 -0
  558. package/dist-types/types/event.d.ts +9 -0
  559. package/dist-types/types/event.d.ts.map +1 -0
  560. package/dist-types/types/index.d.ts +7 -0
  561. package/dist-types/types/index.d.ts.map +1 -0
  562. package/dist-types/types/layer.d.ts +80 -0
  563. package/dist-types/types/layer.d.ts.map +1 -0
  564. package/dist-types/types/scene-component.d.ts +28 -0
  565. package/dist-types/types/scene-component.d.ts.map +1 -0
  566. package/dist-types/types/scene.d.ts +18 -0
  567. package/dist-types/types/scene.d.ts.map +1 -0
  568. package/package.json +53 -67
  569. package/things-scene-min.js +27 -27
  570. package/things-scene-min.js.map +1 -1
  571. package/things-scene.mjs +9 -31
  572. package/things-scene.mjs.map +1 -1
  573. package/CHANGELOG.md +0 -2115
  574. package/EULA.md +0 -67
  575. package/monitor-extension/background.js +0 -21
  576. package/monitor-extension/content.js +0 -71
  577. package/monitor-extension/devtools.html +0 -68
  578. package/monitor-extension/devtools.js +0 -143
  579. package/monitor-extension/icons/icon128.png +0 -0
  580. package/monitor-extension/icons/icon16.png +0 -0
  581. package/monitor-extension/icons/icon48.png +0 -0
  582. package/monitor-extension/injected.js +0 -25
  583. package/monitor-extension/libs/Chart.min.js +0 -10129
  584. package/monitor-extension/manifest.json +0 -34
  585. package/monitor-extension/popup.html +0 -68
  586. package/monitor-extension/popup.js +0 -142
  587. package/things-scene.d.ts +0 -799
package/CHANGELOG.md DELETED
@@ -1,2115 +0,0 @@
1
- # Change Log
2
-
3
- ## [v2.5.0](https://github.com/hatiolab/things-scene/tree/v2.5.0) (2019-02-15)
4
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.2.71...v2.5.0)
5
-
6
- **Implemented enhancements:**
7
-
8
- - 컨테이너 안의 info window의 좌표 계산 오류 [\#278](https://github.com/hatiolab/things-scene/issues/278)
9
-
10
- **Fixed bugs:**
11
-
12
- - HTML 컴포넌트의 hierarchy structure 상에서 reposition 오류 [\#221](https://github.com/hatiolab/things-scene/issues/221)
13
-
14
- **Closed issues:**
15
-
16
- - esmodule support [\#285](https://github.com/hatiolab/things-scene/issues/285)
17
- - support things-shell as a development tool [\#283](https://github.com/hatiolab/things-scene/issues/283)
18
- - global reference component support dom-element and user interaction [\#282](https://github.com/hatiolab/things-scene/issues/282)
19
- - auto data spreading : table component to table cell [\#281](https://github.com/hatiolab/things-scene/issues/281)
20
- - add properties \(started, loop\) to audio component [\#280](https://github.com/hatiolab/things-scene/issues/280)
21
- - Scene Model Event Property Migration \(1.0 =\> 1.1\) [\#268](https://github.com/hatiolab/things-scene/issues/268)
22
-
23
- **Merged pull requests:**
24
-
25
- - \#268 scene model 1.1 [\#287](https://github.com/hatiolab/things-scene/pull/287) ([lotstar87](https://github.com/lotstar87))
26
- - \#221 container with dom [\#277](https://github.com/hatiolab/things-scene/pull/277) ([heartyoh](https://github.com/heartyoh))
27
-
28
- ## [v2.2.71](https://github.com/hatiolab/things-scene/tree/v2.2.71) (2018-12-19)
29
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.2.70...v2.2.71)
30
-
31
- **Merged pull requests:**
32
-
33
- - \#273 fix group handling [\#276](https://github.com/hatiolab/things-scene/pull/276) ([heartyoh](https://github.com/heartyoh))
34
-
35
- ## [v2.2.70](https://github.com/hatiolab/things-scene/tree/v2.2.70) (2018-12-18)
36
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.2.69...v2.2.70)
37
-
38
- **Merged pull requests:**
39
-
40
- - fix move-handler for group [\#275](https://github.com/hatiolab/things-scene/pull/275) ([heartyoh](https://github.com/heartyoh))
41
-
42
- ## [v2.2.69](https://github.com/hatiolab/things-scene/tree/v2.2.69) (2018-12-18)
43
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.2.68...v2.2.69)
44
-
45
- **Closed issues:**
46
-
47
- - Fix group handling [\#273](https://github.com/hatiolab/things-scene/issues/273)
48
-
49
- **Merged pull requests:**
50
-
51
- - fixed \#273 [\#274](https://github.com/hatiolab/things-scene/pull/274) ([heartyoh](https://github.com/heartyoh))
52
-
53
- ## [v2.2.68](https://github.com/hatiolab/things-scene/tree/v2.2.68) (2018-12-15)
54
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.2.67...v2.2.68)
55
-
56
- ## [v2.2.67](https://github.com/hatiolab/things-scene/tree/v2.2.67) (2018-12-15)
57
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.2.56...v2.2.67)
58
-
59
- **Implemented enhancements:**
60
-
61
- - IE - polyfill work [\#267](https://github.com/hatiolab/things-scene/issues/267)
62
- - 애니메이션 수정 [\#234](https://github.com/hatiolab/things-scene/issues/234)
63
-
64
- **Fixed bugs:**
65
-
66
- - change the hidden component to disable to event capturing [\#272](https://github.com/hatiolab/things-scene/pull/272) ([lotstar87](https://github.com/lotstar87))
67
- - edit mode일 때 component가 hidden이면 반투명 처리 [\#271](https://github.com/hatiolab/things-scene/pull/271) ([lotstar87](https://github.com/lotstar87))
68
-
69
- **Closed issues:**
70
-
71
- - Hide templates in view mode. Hide noimage indicator background in view mode. [\#269](https://github.com/hatiolab/things-scene/issues/269)
72
- - Asynchronous module load [\#257](https://github.com/hatiolab/things-scene/issues/257)
73
-
74
- **Merged pull requests:**
75
-
76
- - fix \#269 [\#270](https://github.com/hatiolab/things-scene/pull/270) ([heartyoh](https://github.com/heartyoh))
77
- - variable이 state로 저장되어 DB에 저장이 되지 않는 현상 수정 [\#266](https://github.com/hatiolab/things-scene/pull/266) ([Lee-YuMin](https://github.com/Lee-YuMin))
78
-
79
- ## [v2.2.56](https://github.com/hatiolab/things-scene/tree/v2.2.56) (2018-03-23)
80
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.2.55...v2.2.56)
81
-
82
- ## [v2.2.55](https://github.com/hatiolab/things-scene/tree/v2.2.55) (2018-03-21)
83
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.2.54...v2.2.55)
84
-
85
- ## [v2.2.54](https://github.com/hatiolab/things-scene/tree/v2.2.54) (2018-03-20)
86
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.2.53...v2.2.54)
87
-
88
- ## [v2.2.53](https://github.com/hatiolab/things-scene/tree/v2.2.53) (2018-03-20)
89
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.2.43...v2.2.53)
90
-
91
- **Fixed bugs:**
92
-
93
- - copy-paste 시 copy 원본 모델들 중에 paste되는 보드에 설치되지 않은 타입의 모델이 있는 경우, 복제 전체가 실패되는 문제 [\#264](https://github.com/hatiolab/things-scene/issues/264)
94
-
95
- **Merged pull requests:**
96
-
97
- - draw 관련 method의 명칭 변경 [\#265](https://github.com/hatiolab/things-scene/pull/265) ([lotstar87](https://github.com/lotstar87))
98
-
99
- ## [v2.2.43](https://github.com/hatiolab/things-scene/tree/v2.2.43) (2018-02-05)
100
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.2.41...v2.2.43)
101
-
102
- **Implemented enhancements:**
103
-
104
- - Touch Event [\#260](https://github.com/hatiolab/things-scene/issues/260)
105
-
106
- **Fixed bugs:**
107
-
108
- - 다중 그룹에서의 다중선택 [\#261](https://github.com/hatiolab/things-scene/issues/261)
109
-
110
- **Merged pull requests:**
111
-
112
- - \#261 [\#263](https://github.com/hatiolab/things-scene/pull/263) ([lotstar87](https://github.com/lotstar87))
113
- - \#260 touch event [\#262](https://github.com/hatiolab/things-scene/pull/262) ([lotstar87](https://github.com/lotstar87))
114
-
115
- ## [v2.2.41](https://github.com/hatiolab/things-scene/tree/v2.2.41) (2018-01-06)
116
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.2.40...v2.2.41)
117
-
118
- ## [v2.2.40](https://github.com/hatiolab/things-scene/tree/v2.2.40) (2018-01-06)
119
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.2.36...v2.2.40)
120
-
121
- ## [v2.2.36](https://github.com/hatiolab/things-scene/tree/v2.2.36) (2017-12-15)
122
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.2.35...v2.2.36)
123
-
124
- **Implemented enhancements:**
125
-
126
- - 컴포넌트 이동 핸들 공통화 [\#259](https://github.com/hatiolab/things-scene/issues/259)
127
-
128
- ## [v2.2.35](https://github.com/hatiolab/things-scene/tree/v2.2.35) (2017-12-11)
129
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.2.34...v2.2.35)
130
-
131
- ## [v2.2.34](https://github.com/hatiolab/things-scene/tree/v2.2.34) (2017-12-11)
132
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/2.2.34...v2.2.34)
133
-
134
- ## [2.2.34](https://github.com/hatiolab/things-scene/tree/2.2.34) (2017-12-11)
135
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.2.33...2.2.34)
136
-
137
- ## [v2.2.33](https://github.com/hatiolab/things-scene/tree/v2.2.33) (2017-12-05)
138
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.2.32...v2.2.33)
139
-
140
- ## [v2.2.32](https://github.com/hatiolab/things-scene/tree/v2.2.32) (2017-12-05)
141
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.2.31...v2.2.32)
142
-
143
- **Merged pull requests:**
144
-
145
- - script loader 추가 [\#258](https://github.com/hatiolab/things-scene/pull/258) ([heartyoh](https://github.com/heartyoh))
146
-
147
- ## [v2.2.31](https://github.com/hatiolab/things-scene/tree/v2.2.31) (2017-12-03)
148
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.2.29...v2.2.31)
149
-
150
- ## [v2.2.29](https://github.com/hatiolab/things-scene/tree/v2.2.29) (2017-12-01)
151
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.2.28...v2.2.29)
152
-
153
- ## [v2.2.28](https://github.com/hatiolab/things-scene/tree/v2.2.28) (2017-11-27)
154
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.2.27...v2.2.28)
155
-
156
- ## [v2.2.27](https://github.com/hatiolab/things-scene/tree/v2.2.27) (2017-11-27)
157
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.2.26...v2.2.27)
158
-
159
- ## [v2.2.26](https://github.com/hatiolab/things-scene/tree/v2.2.26) (2017-11-25)
160
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.2.25...v2.2.26)
161
-
162
- **Implemented enhancements:**
163
-
164
- - Clipboard copy-paste support [\#254](https://github.com/hatiolab/things-scene/issues/254)
165
-
166
- **Closed issues:**
167
-
168
- - popup support [\#243](https://github.com/hatiolab/things-scene/issues/243)
169
-
170
- **Merged pull requests:**
171
-
172
- - \#254 fixed [\#256](https://github.com/hatiolab/things-scene/pull/256) ([heartyoh](https://github.com/heartyoh))
173
- - \#254 clipboard support [\#255](https://github.com/hatiolab/things-scene/pull/255) ([heartyoh](https://github.com/heartyoh))
174
-
175
- ## [v2.2.25](https://github.com/hatiolab/things-scene/tree/v2.2.25) (2017-11-23)
176
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.2.24...v2.2.25)
177
-
178
- ## [v2.2.24](https://github.com/hatiolab/things-scene/tree/v2.2.24) (2017-11-23)
179
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.2.23...v2.2.24)
180
-
181
- ## [v2.2.23](https://github.com/hatiolab/things-scene/tree/v2.2.23) (2017-11-23)
182
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.2.22...v2.2.23)
183
-
184
- ## [v2.2.22](https://github.com/hatiolab/things-scene/tree/v2.2.22) (2017-11-22)
185
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.2.21...v2.2.22)
186
-
187
- ## [v2.2.21](https://github.com/hatiolab/things-scene/tree/v2.2.21) (2017-11-16)
188
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.2.20...v2.2.21)
189
-
190
- ## [v2.2.20](https://github.com/hatiolab/things-scene/tree/v2.2.20) (2017-11-15)
191
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.2.19...v2.2.20)
192
-
193
- **Merged pull requests:**
194
-
195
- - runtime state 를 적용함. [\#252](https://github.com/hatiolab/things-scene/pull/252) ([heartyoh](https://github.com/heartyoh))
196
-
197
- ## [v2.2.19](https://github.com/hatiolab/things-scene/tree/v2.2.19) (2017-11-13)
198
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.2.18...v2.2.19)
199
-
200
- ## [v2.2.18](https://github.com/hatiolab/things-scene/tree/v2.2.18) (2017-11-13)
201
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.2.17...v2.2.18)
202
-
203
- ## [v2.2.17](https://github.com/hatiolab/things-scene/tree/v2.2.17) (2017-11-12)
204
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.2.16...v2.2.17)
205
-
206
- **Fixed bugs:**
207
-
208
- - InfoWindow component can't be deleted [\#250](https://github.com/hatiolab/things-scene/issues/250)
209
-
210
- ## [v2.2.16](https://github.com/hatiolab/things-scene/tree/v2.2.16) (2017-11-05)
211
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.2.15...v2.2.16)
212
-
213
- **Closed issues:**
214
-
215
- - webpack [\#248](https://github.com/hatiolab/things-scene/issues/248)
216
-
217
- **Merged pull requests:**
218
-
219
- - \#248 close [\#249](https://github.com/hatiolab/things-scene/pull/249) ([heartyoh](https://github.com/heartyoh))
220
-
221
- ## [v2.2.15](https://github.com/hatiolab/things-scene/tree/v2.2.15) (2017-11-02)
222
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.2.14...v2.2.15)
223
-
224
- ## [v2.2.14](https://github.com/hatiolab/things-scene/tree/v2.2.14) (2017-11-01)
225
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.2.13...v2.2.14)
226
-
227
- ## [v2.2.13](https://github.com/hatiolab/things-scene/tree/v2.2.13) (2017-11-01)
228
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.2.12...v2.2.13)
229
-
230
- **Merged pull requests:**
231
-
232
- - 1976 promise for reference map [\#247](https://github.com/hatiolab/things-scene/pull/247) ([heartyoh](https://github.com/heartyoh))
233
- - \#243 popup [\#246](https://github.com/hatiolab/things-scene/pull/246) ([heartyoh](https://github.com/heartyoh))
234
- - \#243 popup [\#245](https://github.com/hatiolab/things-scene/pull/245) ([heartyoh](https://github.com/heartyoh))
235
-
236
- ## [v2.2.12](https://github.com/hatiolab/things-scene/tree/v2.2.12) (2017-10-29)
237
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.2.10...v2.2.12)
238
-
239
- **Implemented enhancements:**
240
-
241
- - Component nature에 value-property 정의. [\#241](https://github.com/hatiolab/things-scene/issues/241)
242
-
243
- **Fixed bugs:**
244
-
245
- - thumbnail 이미지에 html-element가 반영되지 않음 [\#239](https://github.com/hatiolab/things-scene/issues/239)
246
-
247
- **Merged pull requests:**
248
-
249
- - redefine value property [\#242](https://github.com/hatiolab/things-scene/pull/242) ([heartyoh](https://github.com/heartyoh))
250
- - \#239 thumbnail html elements [\#240](https://github.com/hatiolab/things-scene/pull/240) ([heartyoh](https://github.com/heartyoh))
251
-
252
- ## [v2.2.10](https://github.com/hatiolab/things-scene/tree/v2.2.10) (2017-10-25)
253
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.2.9...v2.2.10)
254
-
255
- **Closed issues:**
256
-
257
- - data-binding target에 \(key\)와 \[property\] 지원 [\#237](https://github.com/hatiolab/things-scene/issues/237)
258
-
259
- **Merged pull requests:**
260
-
261
- - \#237 databinding key [\#238](https://github.com/hatiolab/things-scene/pull/238) ([heartyoh](https://github.com/heartyoh))
262
-
263
- ## [v2.2.9](https://github.com/hatiolab/things-scene/tree/v2.2.9) (2017-10-25)
264
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.2.8...v2.2.9)
265
-
266
- ## [v2.2.8](https://github.com/hatiolab/things-scene/tree/v2.2.8) (2017-10-25)
267
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.2.7...v2.2.8)
268
-
269
- **Merged pull requests:**
270
-
271
- - 지연시간 수정, delta와 ease속성 추가 [\#236](https://github.com/hatiolab/things-scene/pull/236) ([Lee-YuMin](https://github.com/Lee-YuMin))
272
- - mouse out시 mouse leave event 가 발생하도록 함. [\#235](https://github.com/hatiolab/things-scene/pull/235) ([heartyoh](https://github.com/heartyoh))
273
-
274
- ## [v2.2.7](https://github.com/hatiolab/things-scene/tree/v2.2.7) (2017-10-24)
275
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.2.6...v2.2.7)
276
-
277
- ## [v2.2.6](https://github.com/hatiolab/things-scene/tree/v2.2.6) (2017-10-23)
278
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.2.5...v2.2.6)
279
-
280
- **Implemented enhancements:**
281
-
282
- - Animation Fade 추가 [\#227](https://github.com/hatiolab/things-scene/issues/227)
283
-
284
- **Closed issues:**
285
-
286
- - 다양한 overlay를 제공할 수 있도록 Modeling Layer를 container로 구성 [\#230](https://github.com/hatiolab/things-scene/issues/230)
287
-
288
- **Merged pull requests:**
289
-
290
- - \#230 model layer container [\#233](https://github.com/hatiolab/things-scene/pull/233) ([heartyoh](https://github.com/heartyoh))
291
-
292
- ## [v2.2.5](https://github.com/hatiolab/things-scene/tree/v2.2.5) (2017-10-19)
293
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.2.4...v2.2.5)
294
-
295
- **Implemented enhancements:**
296
-
297
- - 애니메이션 Fade 추가 [\#229](https://github.com/hatiolab/things-scene/pull/229) ([Lee-YuMin](https://github.com/Lee-YuMin))
298
-
299
- ## [v2.2.4](https://github.com/hatiolab/things-scene/tree/v2.2.4) (2017-10-18)
300
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.2.3...v2.2.4)
301
-
302
- ## [v2.2.3](https://github.com/hatiolab/things-scene/tree/v2.2.3) (2017-10-18)
303
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.2.0...v2.2.3)
304
-
305
- **Implemented enhancements:**
306
-
307
- - DataSource Mixin 추가 [\#225](https://github.com/hatiolab/things-scene/issues/225)
308
- - data mapping target - \(root\) 선택에 대한 처리방식 변경 [\#223](https://github.com/hatiolab/things-scene/issues/223)
309
- - \#223 data-spread 시 template 생성 [\#224](https://github.com/hatiolab/things-scene/pull/224) ([lotstar87](https://github.com/lotstar87))
310
-
311
- ## [v2.2.0](https://github.com/hatiolab/things-scene/tree/v2.2.0) (2017-10-11)
312
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.1.20...v2.2.0)
313
-
314
- **Fixed bugs:**
315
-
316
- - animation이 동시에 중복 실행되지 않도록 수정 [\#219](https://github.com/hatiolab/things-scene/issues/219)
317
-
318
- ## [v2.1.20](https://github.com/hatiolab/things-scene/tree/v2.1.20) (2017-09-30)
319
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.1.19...v2.1.20)
320
-
321
- ## [v2.1.19](https://github.com/hatiolab/things-scene/tree/v2.1.19) (2017-09-29)
322
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.1.18...v2.1.19)
323
-
324
- ## [v2.1.18](https://github.com/hatiolab/things-scene/tree/v2.1.18) (2017-09-29)
325
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.1.17...v2.1.18)
326
-
327
- **Merged pull requests:**
328
-
329
- - 1913 retention manager [\#218](https://github.com/hatiolab/things-scene/pull/218) ([lotstar87](https://github.com/lotstar87))
330
-
331
- ## [v2.1.17](https://github.com/hatiolab/things-scene/tree/v2.1.17) (2017-09-20)
332
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.1.16...v2.1.17)
333
-
334
- ## [v2.1.16](https://github.com/hatiolab/things-scene/tree/v2.1.16) (2017-09-20)
335
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.1.15...v2.1.16)
336
-
337
- ## [v2.1.15](https://github.com/hatiolab/things-scene/tree/v2.1.15) (2017-09-13)
338
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.1.14...v2.1.15)
339
-
340
- ## [v2.1.14](https://github.com/hatiolab/things-scene/tree/v2.1.14) (2017-09-12)
341
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.1.13...v2.1.14)
342
-
343
- ## [v2.1.13](https://github.com/hatiolab/things-scene/tree/v2.1.13) (2017-09-11)
344
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.1.12...v2.1.13)
345
-
346
- ## [v2.1.12](https://github.com/hatiolab/things-scene/tree/v2.1.12) (2017-09-11)
347
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.1.11...v2.1.12)
348
-
349
- ## [v2.1.11](https://github.com/hatiolab/things-scene/tree/v2.1.11) (2017-09-10)
350
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.1.10...v2.1.11)
351
-
352
- ## [v2.1.10](https://github.com/hatiolab/things-scene/tree/v2.1.10) (2017-09-10)
353
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.1.9...v2.1.10)
354
-
355
- ## [v2.1.9](https://github.com/hatiolab/things-scene/tree/v2.1.9) (2017-09-10)
356
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.1.8...v2.1.9)
357
-
358
- ## [v2.1.8](https://github.com/hatiolab/things-scene/tree/v2.1.8) (2017-08-13)
359
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.1.6...v2.1.8)
360
-
361
- ## [v2.1.6](https://github.com/hatiolab/things-scene/tree/v2.1.6) (2017-07-27)
362
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.1.5...v2.1.6)
363
-
364
- ## [v2.1.5](https://github.com/hatiolab/things-scene/tree/v2.1.5) (2017-07-20)
365
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/2.1.4...v2.1.5)
366
-
367
- ## [2.1.4](https://github.com/hatiolab/things-scene/tree/2.1.4) (2017-07-19)
368
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.1.3...2.1.4)
369
-
370
- **Merged pull requests:**
371
-
372
- - 1399 group children remove [\#217](https://github.com/hatiolab/things-scene/pull/217) ([heartyoh](https://github.com/heartyoh))
373
-
374
- ## [v2.1.3](https://github.com/hatiolab/things-scene/tree/v2.1.3) (2017-07-05)
375
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.1.2...v2.1.3)
376
-
377
- ## [v2.1.2](https://github.com/hatiolab/things-scene/tree/v2.1.2) (2017-07-05)
378
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.1.1...v2.1.2)
379
-
380
- ## [v2.1.1](https://github.com/hatiolab/things-scene/tree/v2.1.1) (2017-07-03)
381
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.1.0...v2.1.1)
382
-
383
- ## [v2.1.0](https://github.com/hatiolab/things-scene/tree/v2.1.0) (2017-06-29)
384
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.0.42...v2.1.0)
385
-
386
- ## [v2.0.42](https://github.com/hatiolab/things-scene/tree/v2.0.42) (2017-06-21)
387
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.0.41...v2.0.42)
388
-
389
- ## [v2.0.41](https://github.com/hatiolab/things-scene/tree/v2.0.41) (2017-06-21)
390
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.0.40...v2.0.41)
391
-
392
- ## [v2.0.40](https://github.com/hatiolab/things-scene/tree/v2.0.40) (2017-06-21)
393
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.0.37...v2.0.40)
394
-
395
- ## [v2.0.37](https://github.com/hatiolab/things-scene/tree/v2.0.37) (2017-06-16)
396
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.0.36...v2.0.37)
397
-
398
- ## [v2.0.36](https://github.com/hatiolab/things-scene/tree/v2.0.36) (2017-06-13)
399
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.0.35...v2.0.36)
400
-
401
- **Merged pull requests:**
402
-
403
- - 1392 info window [\#216](https://github.com/hatiolab/things-scene/pull/216) ([heartyoh](https://github.com/heartyoh))
404
- - clearCache\(...attrs\) 지원. [\#215](https://github.com/hatiolab/things-scene/pull/215) ([heartyoh](https://github.com/heartyoh))
405
-
406
- ## [v2.0.35](https://github.com/hatiolab/things-scene/tree/v2.0.35) (2017-06-02)
407
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.0.34...v2.0.35)
408
-
409
- **Merged pull requests:**
410
-
411
- - \#1377 license [\#214](https://github.com/hatiolab/things-scene/pull/214) ([lotstar87](https://github.com/lotstar87))
412
-
413
- ## [v2.0.34](https://github.com/hatiolab/things-scene/tree/v2.0.34) (2017-05-31)
414
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.0.33...v2.0.34)
415
-
416
- ## [v2.0.33](https://github.com/hatiolab/things-scene/tree/v2.0.33) (2017-05-28)
417
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.0.29...v2.0.33)
418
-
419
- ## [v2.0.29](https://github.com/hatiolab/things-scene/tree/v2.0.29) (2017-05-17)
420
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.0.28...v2.0.29)
421
-
422
- ## [v2.0.28](https://github.com/hatiolab/things-scene/tree/v2.0.28) (2017-05-16)
423
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.0.27...v2.0.28)
424
-
425
- ## [v2.0.27](https://github.com/hatiolab/things-scene/tree/v2.0.27) (2017-05-15)
426
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.0.26...v2.0.27)
427
-
428
- ## [v2.0.26](https://github.com/hatiolab/things-scene/tree/v2.0.26) (2017-05-14)
429
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.0.24...v2.0.26)
430
-
431
- **Merged pull requests:**
432
-
433
- - animation test, animation started property [\#213](https://github.com/hatiolab/things-scene/pull/213) ([heartyoh](https://github.com/heartyoh))
434
- - 1366 global alpha [\#212](https://github.com/hatiolab/things-scene/pull/212) ([heartyoh](https://github.com/heartyoh))
435
-
436
- ## [v2.0.24](https://github.com/hatiolab/things-scene/tree/v2.0.24) (2017-05-08)
437
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.0.23...v2.0.24)
438
-
439
- ## [v2.0.23](https://github.com/hatiolab/things-scene/tree/v2.0.23) (2017-05-08)
440
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.0.22...v2.0.23)
441
-
442
- ## [v2.0.22](https://github.com/hatiolab/things-scene/tree/v2.0.22) (2017-05-01)
443
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.0.21...v2.0.22)
444
-
445
- **Merged pull requests:**
446
-
447
- - 처음 셀렉팅할 때 효율을 추가함. [\#211](https://github.com/hatiolab/things-scene/pull/211) ([heartyoh](https://github.com/heartyoh))
448
- - 드래그로 컴포넌트를 선택할 때, 드래그 범위에서 벗어날 때 선택해제하도록 함. [\#210](https://github.com/hatiolab/things-scene/pull/210) ([heartyoh](https://github.com/heartyoh))
449
- - 컴포넌트의 hidden 속성은 뷰모드에서만 동작. [\#209](https://github.com/hatiolab/things-scene/pull/209) ([heartyoh](https://github.com/heartyoh))
450
-
451
- ## [v2.0.21](https://github.com/hatiolab/things-scene/tree/v2.0.21) (2017-04-27)
452
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.0.20...v2.0.21)
453
-
454
- ## [v2.0.20](https://github.com/hatiolab/things-scene/tree/v2.0.20) (2017-04-26)
455
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.0.19...v2.0.20)
456
-
457
- ## [v2.0.19](https://github.com/hatiolab/things-scene/tree/v2.0.19) (2017-04-24)
458
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.0.18...v2.0.19)
459
-
460
- ## [v2.0.18](https://github.com/hatiolab/things-scene/tree/v2.0.18) (2017-04-24)
461
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.0.17...v2.0.18)
462
-
463
- **Merged pull requests:**
464
-
465
- - 애니메이션 인터페이스 수정 [\#208](https://github.com/hatiolab/things-scene/pull/208) ([Lee-YuMin](https://github.com/Lee-YuMin))
466
- - 1358 애니메이션인터페이스 [\#207](https://github.com/hatiolab/things-scene/pull/207) ([Lee-YuMin](https://github.com/Lee-YuMin))
467
-
468
- ## [v2.0.17](https://github.com/hatiolab/things-scene/tree/v2.0.17) (2017-04-23)
469
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.0.16...v2.0.17)
470
-
471
- ## [v2.0.16](https://github.com/hatiolab/things-scene/tree/v2.0.16) (2017-04-23)
472
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.0.15...v2.0.16)
473
-
474
- ## [v2.0.15](https://github.com/hatiolab/things-scene/tree/v2.0.15) (2017-04-20)
475
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.0.14...v2.0.15)
476
-
477
- ## [v2.0.14](https://github.com/hatiolab/things-scene/tree/v2.0.14) (2017-04-20)
478
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.0.13...v2.0.14)
479
-
480
- ## [v2.0.13](https://github.com/hatiolab/things-scene/tree/v2.0.13) (2017-04-20)
481
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.0.12...v2.0.13)
482
-
483
- **Merged pull requests:**
484
-
485
- - outline 오류 수정. [\#206](https://github.com/hatiolab/things-scene/pull/206) ([heartyoh](https://github.com/heartyoh))
486
- - event handling sample [\#205](https://github.com/hatiolab/things-scene/pull/205) ([heartyoh](https://github.com/heartyoh))
487
-
488
- ## [v2.0.12](https://github.com/hatiolab/things-scene/tree/v2.0.12) (2017-04-11)
489
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.0.11...v2.0.12)
490
-
491
- **Merged pull requests:**
492
-
493
- - 1344 moving guide [\#204](https://github.com/hatiolab/things-scene/pull/204) ([heartyoh](https://github.com/heartyoh))
494
-
495
- ## [v2.0.11](https://github.com/hatiolab/things-scene/tree/v2.0.11) (2017-04-09)
496
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.0.10...v2.0.11)
497
-
498
- **Merged pull requests:**
499
-
500
- - group 시 sorting logic 오류 수정함. [\#203](https://github.com/hatiolab/things-scene/pull/203) ([heartyoh](https://github.com/heartyoh))
501
- - retention property [\#202](https://github.com/hatiolab/things-scene/pull/202) ([heartyoh](https://github.com/heartyoh))
502
- - rotation, location property 등 공통 속성의 setter를 정의함. [\#201](https://github.com/hatiolab/things-scene/pull/201) ([heartyoh](https://github.com/heartyoh))
503
- - 1313 template component [\#200](https://github.com/hatiolab/things-scene/pull/200) ([heartyoh](https://github.com/heartyoh))
504
- - 데이타매핑시 primitive type property 처리 [\#199](https://github.com/hatiolab/things-scene/pull/199) ([heartyoh](https://github.com/heartyoh))
505
-
506
- ## [v2.0.10](https://github.com/hatiolab/things-scene/tree/v2.0.10) (2017-04-06)
507
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.0.9...v2.0.10)
508
-
509
- **Merged pull requests:**
510
-
511
- - 1311 relative target [\#198](https://github.com/hatiolab/things-scene/pull/198) ([heartyoh](https://github.com/heartyoh))
512
-
513
- ## [v2.0.9](https://github.com/hatiolab/things-scene/tree/v2.0.9) (2017-04-02)
514
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.0.8...v2.0.9)
515
-
516
- ## [v2.0.8](https://github.com/hatiolab/things-scene/tree/v2.0.8) (2017-03-27)
517
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.0.7...v2.0.8)
518
-
519
- ## [v2.0.7](https://github.com/hatiolab/things-scene/tree/v2.0.7) (2017-03-26)
520
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.0.6...v2.0.7)
521
-
522
- ## [v2.0.6](https://github.com/hatiolab/things-scene/tree/v2.0.6) (2017-03-23)
523
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.0.5...v2.0.6)
524
-
525
- ## [v2.0.5](https://github.com/hatiolab/things-scene/tree/v2.0.5) (2017-03-20)
526
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.0.4...v2.0.5)
527
-
528
- ## [v2.0.4](https://github.com/hatiolab/things-scene/tree/v2.0.4) (2017-03-20)
529
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.0.3...v2.0.4)
530
-
531
- **Merged pull requests:**
532
-
533
- - 라인 움직일 때 전 라인을 기준으로 15도 각도로 움직이도록 [\#197](https://github.com/hatiolab/things-scene/pull/197) ([kang-h](https://github.com/kang-h))
534
-
535
- ## [v2.0.3](https://github.com/hatiolab/things-scene/tree/v2.0.3) (2017-03-18)
536
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.0.2...v2.0.3)
537
-
538
- **Merged pull requests:**
539
-
540
- - buildEvaluator 개선 과정중 발생 오류 수정함. [\#196](https://github.com/hatiolab/things-scene/pull/196) ([heartyoh](https://github.com/heartyoh))
541
-
542
- ## [v2.0.2](https://github.com/hatiolab/things-scene/tree/v2.0.2) (2017-03-18)
543
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.0.1...v2.0.2)
544
-
545
- **Merged pull requests:**
546
-
547
- - self component가 eval의 context가 되도록 함. [\#195](https://github.com/hatiolab/things-scene/pull/195) ([heartyoh](https://github.com/heartyoh))
548
-
549
- ## [v2.0.1](https://github.com/hatiolab/things-scene/tree/v2.0.1) (2017-03-10)
550
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v2.0.0...v2.0.1)
551
-
552
- ## [v2.0.0](https://github.com/hatiolab/things-scene/tree/v2.0.0) (2017-03-09)
553
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.99...v2.0.0)
554
-
555
- ## [v0.7.99](https://github.com/hatiolab/things-scene/tree/v0.7.99) (2017-03-08)
556
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.98...v0.7.99)
557
-
558
- **Merged pull requests:**
559
-
560
- - 1045 paste on parent [\#194](https://github.com/hatiolab/things-scene/pull/194) ([heartyoh](https://github.com/heartyoh))
561
-
562
- ## [v0.7.98](https://github.com/hatiolab/things-scene/tree/v0.7.98) (2017-03-07)
563
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.97...v0.7.98)
564
-
565
- **Merged pull requests:**
566
-
567
- - 1074 component tag [\#193](https://github.com/hatiolab/things-scene/pull/193) ([heartyoh](https://github.com/heartyoh))
568
-
569
- ## [v0.7.97](https://github.com/hatiolab/things-scene/tree/v0.7.97) (2017-03-03)
570
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.96...v0.7.97)
571
-
572
- **Merged pull requests:**
573
-
574
- - Merge branch 'master' into 1063-variable-component [\#192](https://github.com/hatiolab/things-scene/pull/192) ([heartyoh](https://github.com/heartyoh))
575
-
576
- ## [v0.7.96](https://github.com/hatiolab/things-scene/tree/v0.7.96) (2017-03-03)
577
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v1.0-alpha...v0.7.96)
578
-
579
- **Merged pull requests:**
580
-
581
- - 1063 variable component [\#191](https://github.com/hatiolab/things-scene/pull/191) ([heartyoh](https://github.com/heartyoh))
582
-
583
- ## [v1.0-alpha](https://github.com/hatiolab/things-scene/tree/v1.0-alpha) (2017-02-28)
584
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.95...v1.0-alpha)
585
-
586
- **Merged pull requests:**
587
-
588
- - 1060 alias [\#190](https://github.com/hatiolab/things-scene/pull/190) ([heartyoh](https://github.com/heartyoh))
589
-
590
- ## [v0.7.95](https://github.com/hatiolab/things-scene/tree/v0.7.95) (2017-02-26)
591
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.94...v0.7.95)
592
-
593
- ## [v0.7.94](https://github.com/hatiolab/things-scene/tree/v0.7.94) (2017-02-26)
594
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.93...v0.7.94)
595
-
596
- **Merged pull requests:**
597
-
598
- - 1048 variable object array member access [\#189](https://github.com/hatiolab/things-scene/pull/189) ([heartyoh](https://github.com/heartyoh))
599
-
600
- ## [v0.7.93](https://github.com/hatiolab/things-scene/tree/v0.7.93) (2017-02-23)
601
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.92...v0.7.93)
602
-
603
- **Merged pull requests:**
604
-
605
- - is3dish [\#188](https://github.com/hatiolab/things-scene/pull/188) ([heartyoh](https://github.com/heartyoh))
606
-
607
- ## [v0.7.92](https://github.com/hatiolab/things-scene/tree/v0.7.92) (2017-02-23)
608
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.91...v0.7.92)
609
-
610
- ## [v0.7.91](https://github.com/hatiolab/things-scene/tree/v0.7.91) (2017-02-23)
611
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.90...v0.7.91)
612
-
613
- ## [v0.7.90](https://github.com/hatiolab/things-scene/tree/v0.7.90) (2017-02-23)
614
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.89...v0.7.90)
615
-
616
- ## [v0.7.89](https://github.com/hatiolab/things-scene/tree/v0.7.89) (2017-02-23)
617
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.88...v0.7.89)
618
-
619
- **Merged pull requests:**
620
-
621
- - 1042 keyboard navigation [\#187](https://github.com/hatiolab/things-scene/pull/187) ([heartyoh](https://github.com/heartyoh))
622
-
623
- ## [v0.7.88](https://github.com/hatiolab/things-scene/tree/v0.7.88) (2017-02-22)
624
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.87...v0.7.88)
625
-
626
- ## [v0.7.87](https://github.com/hatiolab/things-scene/tree/v0.7.87) (2017-02-20)
627
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.86...v0.7.87)
628
-
629
- ## [v0.7.86](https://github.com/hatiolab/things-scene/tree/v0.7.86) (2017-02-20)
630
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.85...v0.7.86)
631
-
632
- ## [v0.7.85](https://github.com/hatiolab/things-scene/tree/v0.7.85) (2017-02-14)
633
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.84...v0.7.85)
634
-
635
- ## [v0.7.84](https://github.com/hatiolab/things-scene/tree/v0.7.84) (2017-02-10)
636
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.83...v0.7.84)
637
-
638
- ## [v0.7.83](https://github.com/hatiolab/things-scene/tree/v0.7.83) (2017-02-03)
639
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.82...v0.7.83)
640
-
641
- ## [v0.7.82](https://github.com/hatiolab/things-scene/tree/v0.7.82) (2017-02-02)
642
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.81...v0.7.82)
643
-
644
- ## [v0.7.81](https://github.com/hatiolab/things-scene/tree/v0.7.81) (2017-02-02)
645
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/0.7.81...v0.7.81)
646
-
647
- ## [0.7.81](https://github.com/hatiolab/things-scene/tree/0.7.81) (2017-02-01)
648
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.80...0.7.81)
649
-
650
- ## [v0.7.80](https://github.com/hatiolab/things-scene/tree/v0.7.80) (2017-01-25)
651
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.79...v0.7.80)
652
-
653
- ## [v0.7.79](https://github.com/hatiolab/things-scene/tree/v0.7.79) (2017-01-25)
654
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.78...v0.7.79)
655
-
656
- ## [v0.7.78](https://github.com/hatiolab/things-scene/tree/v0.7.78) (2017-01-25)
657
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.77...v0.7.78)
658
-
659
- ## [v0.7.77](https://github.com/hatiolab/things-scene/tree/v0.7.77) (2017-01-25)
660
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.76...v0.7.77)
661
-
662
- ## [v0.7.76](https://github.com/hatiolab/things-scene/tree/v0.7.76) (2017-01-25)
663
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.0.75...v0.7.76)
664
-
665
- ## [v0.0.75](https://github.com/hatiolab/things-scene/tree/v0.0.75) (2017-01-11)
666
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.74...v0.0.75)
667
-
668
- ## [v0.7.74](https://github.com/hatiolab/things-scene/tree/v0.7.74) (2017-01-11)
669
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.73...v0.7.74)
670
-
671
- ## [v0.7.73](https://github.com/hatiolab/things-scene/tree/v0.7.73) (2016-12-26)
672
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.72...v0.7.73)
673
-
674
- ## [v0.7.72](https://github.com/hatiolab/things-scene/tree/v0.7.72) (2016-12-26)
675
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.71...v0.7.72)
676
-
677
- ## [v0.7.71](https://github.com/hatiolab/things-scene/tree/v0.7.71) (2016-12-26)
678
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.70...v0.7.71)
679
-
680
- ## [v0.7.70](https://github.com/hatiolab/things-scene/tree/v0.7.70) (2016-12-13)
681
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.69...v0.7.70)
682
-
683
- ## [v0.7.69](https://github.com/hatiolab/things-scene/tree/v0.7.69) (2016-11-28)
684
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.68...v0.7.69)
685
-
686
- ## [v0.7.68](https://github.com/hatiolab/things-scene/tree/v0.7.68) (2016-11-28)
687
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.67...v0.7.68)
688
-
689
- ## [v0.7.67](https://github.com/hatiolab/things-scene/tree/v0.7.67) (2016-11-27)
690
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.66...v0.7.67)
691
-
692
- ## [v0.7.66](https://github.com/hatiolab/things-scene/tree/v0.7.66) (2016-11-27)
693
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.65...v0.7.66)
694
-
695
- **Merged pull requests:**
696
-
697
- - shadow ready [\#186](https://github.com/hatiolab/things-scene/pull/186) ([heartyoh](https://github.com/heartyoh))
698
-
699
- ## [v0.7.65](https://github.com/hatiolab/things-scene/tree/v0.7.65) (2016-11-27)
700
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.64...v0.7.65)
701
-
702
- ## [v0.7.64](https://github.com/hatiolab/things-scene/tree/v0.7.64) (2016-11-25)
703
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.63...v0.7.64)
704
-
705
- ## [v0.7.63](https://github.com/hatiolab/things-scene/tree/v0.7.63) (2016-11-25)
706
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.62...v0.7.63)
707
-
708
- ## [v0.7.62](https://github.com/hatiolab/things-scene/tree/v0.7.62) (2016-11-22)
709
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.61...v0.7.62)
710
-
711
- ## [v0.7.61](https://github.com/hatiolab/things-scene/tree/v0.7.61) (2016-11-22)
712
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.59...v0.7.61)
713
-
714
- **Merged pull requests:**
715
-
716
- - 813 global scene reference [\#185](https://github.com/hatiolab/things-scene/pull/185) ([heartyoh](https://github.com/heartyoh))
717
- - 743 그림자 추가 [\#184](https://github.com/hatiolab/things-scene/pull/184) ([Lee-YuMin](https://github.com/Lee-YuMin))
718
-
719
- ## [v0.7.59](https://github.com/hatiolab/things-scene/tree/v0.7.59) (2016-11-17)
720
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.58...v0.7.59)
721
-
722
- ## [v0.7.58](https://github.com/hatiolab/things-scene/tree/v0.7.58) (2016-11-17)
723
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.57...v0.7.58)
724
-
725
- ## [v0.7.57](https://github.com/hatiolab/things-scene/tree/v0.7.57) (2016-11-17)
726
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.56...v0.7.57)
727
-
728
- ## [v0.7.56](https://github.com/hatiolab/things-scene/tree/v0.7.56) (2016-11-17)
729
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.55...v0.7.56)
730
-
731
- ## [v0.7.55](https://github.com/hatiolab/things-scene/tree/v0.7.55) (2016-11-17)
732
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.54...v0.7.55)
733
-
734
- **Merged pull requests:**
735
-
736
- - 804 animation ready [\#183](https://github.com/hatiolab/things-scene/pull/183) ([heartyoh](https://github.com/heartyoh))
737
-
738
- ## [v0.7.54](https://github.com/hatiolab/things-scene/tree/v0.7.54) (2016-11-14)
739
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.53...v0.7.54)
740
-
741
- ## [v0.7.53](https://github.com/hatiolab/things-scene/tree/v0.7.53) (2016-11-13)
742
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.52...v0.7.53)
743
-
744
- ## [v0.7.52](https://github.com/hatiolab/things-scene/tree/v0.7.52) (2016-11-13)
745
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.51...v0.7.52)
746
-
747
- ## [v0.7.51](https://github.com/hatiolab/things-scene/tree/v0.7.51) (2016-11-12)
748
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.50...v0.7.51)
749
-
750
- ## [v0.7.50](https://github.com/hatiolab/things-scene/tree/v0.7.50) (2016-11-11)
751
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.49...v0.7.50)
752
-
753
- ## [v0.7.49](https://github.com/hatiolab/things-scene/tree/v0.7.49) (2016-11-11)
754
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.48...v0.7.49)
755
-
756
- ## [v0.7.48](https://github.com/hatiolab/things-scene/tree/v0.7.48) (2016-11-11)
757
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.47...v0.7.48)
758
-
759
- ## [v0.7.47](https://github.com/hatiolab/things-scene/tree/v0.7.47) (2016-11-09)
760
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.46...v0.7.47)
761
-
762
- ## [v0.7.46](https://github.com/hatiolab/things-scene/tree/v0.7.46) (2016-11-07)
763
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.45...v0.7.46)
764
-
765
- ## [v0.7.45](https://github.com/hatiolab/things-scene/tree/v0.7.45) (2016-11-07)
766
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.44...v0.7.45)
767
-
768
- ## [v0.7.44](https://github.com/hatiolab/things-scene/tree/v0.7.44) (2016-11-07)
769
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.43...v0.7.44)
770
-
771
- ## [v0.7.43](https://github.com/hatiolab/things-scene/tree/v0.7.43) (2016-11-07)
772
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.41...v0.7.43)
773
-
774
- **Merged pull requests:**
775
-
776
- - 변수모델이 바뀌면 바로 적용되도록 한다. [\#182](https://github.com/hatiolab/things-scene/pull/182) ([heartyoh](https://github.com/heartyoh))
777
- - 752-table-behavior [\#181](https://github.com/hatiolab/things-scene/pull/181) ([heartyoh](https://github.com/heartyoh))
778
-
779
- ## [v0.7.41](https://github.com/hatiolab/things-scene/tree/v0.7.41) (2016-11-02)
780
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.40...v0.7.41)
781
-
782
- ## [v0.7.40](https://github.com/hatiolab/things-scene/tree/v0.7.40) (2016-11-02)
783
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.39...v0.7.40)
784
-
785
- ## [v0.7.39](https://github.com/hatiolab/things-scene/tree/v0.7.39) (2016-11-02)
786
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.38...v0.7.39)
787
-
788
- **Merged pull requests:**
789
-
790
- - 컨테이너의 선택 방법. [\#180](https://github.com/hatiolab/things-scene/pull/180) ([heartyoh](https://github.com/heartyoh))
791
-
792
- ## [v0.7.38](https://github.com/hatiolab/things-scene/tree/v0.7.38) (2016-11-01)
793
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.37...v0.7.38)
794
-
795
- ## [v0.7.37](https://github.com/hatiolab/things-scene/tree/v0.7.37) (2016-10-31)
796
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.36...v0.7.37)
797
-
798
- ## [v0.7.36](https://github.com/hatiolab/things-scene/tree/v0.7.36) (2016-10-29)
799
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.35...v0.7.36)
800
-
801
- ## [v0.7.35](https://github.com/hatiolab/things-scene/tree/v0.7.35) (2016-10-28)
802
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.34...v0.7.35)
803
-
804
- ## [v0.7.34](https://github.com/hatiolab/things-scene/tree/v0.7.34) (2016-10-27)
805
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.33...v0.7.34)
806
-
807
- ## [v0.7.33](https://github.com/hatiolab/things-scene/tree/v0.7.33) (2016-10-27)
808
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.32...v0.7.33)
809
-
810
- ## [v0.7.32](https://github.com/hatiolab/things-scene/tree/v0.7.32) (2016-10-27)
811
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.31...v0.7.32)
812
-
813
- **Merged pull requests:**
814
-
815
- - mixin - memorize path 때문에 발생한 문제 처리. [\#179](https://github.com/hatiolab/things-scene/pull/179) ([heartyoh](https://github.com/heartyoh))
816
-
817
- ## [v0.7.31](https://github.com/hatiolab/things-scene/tree/v0.7.31) (2016-10-27)
818
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.30...v0.7.31)
819
-
820
- ## [v0.7.30](https://github.com/hatiolab/things-scene/tree/v0.7.30) (2016-10-27)
821
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.29...v0.7.30)
822
-
823
- ## [v0.7.29](https://github.com/hatiolab/things-scene/tree/v0.7.29) (2016-10-27)
824
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.28...v0.7.29)
825
-
826
- ## [v0.7.28](https://github.com/hatiolab/things-scene/tree/v0.7.28) (2016-10-27)
827
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.27...v0.7.28)
828
-
829
- **Merged pull requests:**
830
-
831
- - shape, rect-path [\#178](https://github.com/hatiolab/things-scene/pull/178) ([heartyoh](https://github.com/heartyoh))
832
-
833
- ## [v0.7.27](https://github.com/hatiolab/things-scene/tree/v0.7.27) (2016-10-27)
834
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.26...v0.7.27)
835
-
836
- ## [v0.7.26](https://github.com/hatiolab/things-scene/tree/v0.7.26) (2016-10-26)
837
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.25...v0.7.26)
838
-
839
- ## [v0.7.25](https://github.com/hatiolab/things-scene/tree/v0.7.25) (2016-10-25)
840
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.24...v0.7.25)
841
-
842
- ## [v0.7.24](https://github.com/hatiolab/things-scene/tree/v0.7.24) (2016-10-25)
843
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.23...v0.7.24)
844
-
845
- ## [v0.7.23](https://github.com/hatiolab/things-scene/tree/v0.7.23) (2016-10-25)
846
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.22...v0.7.23)
847
-
848
- ## [v0.7.22](https://github.com/hatiolab/things-scene/tree/v0.7.22) (2016-10-20)
849
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.21...v0.7.22)
850
-
851
- ## [v0.7.21](https://github.com/hatiolab/things-scene/tree/v0.7.21) (2016-10-17)
852
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.20...v0.7.21)
853
-
854
- ## [v0.7.20](https://github.com/hatiolab/things-scene/tree/v0.7.20) (2016-10-17)
855
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.19...v0.7.20)
856
-
857
- **Merged pull requests:**
858
-
859
- - drawStroke을 독립 시킴. [\#177](https://github.com/hatiolab/things-scene/pull/177) ([heartyoh](https://github.com/heartyoh))
860
-
861
- ## [v0.7.19](https://github.com/hatiolab/things-scene/tree/v0.7.19) (2016-10-17)
862
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.18...v0.7.19)
863
-
864
- **Merged pull requests:**
865
-
866
- - text related functions ... 종속성 제거함. [\#176](https://github.com/hatiolab/things-scene/pull/176) ([heartyoh](https://github.com/heartyoh))
867
-
868
- ## [v0.7.18](https://github.com/hatiolab/things-scene/tree/v0.7.18) (2016-10-17)
869
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.17...v0.7.18)
870
-
871
- ## [v0.7.17](https://github.com/hatiolab/things-scene/tree/v0.7.17) (2016-10-16)
872
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.16...v0.7.17)
873
-
874
- ## [v0.7.16](https://github.com/hatiolab/things-scene/tree/v0.7.16) (2016-10-06)
875
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.15...v0.7.16)
876
-
877
- ## [v0.7.15](https://github.com/hatiolab/things-scene/tree/v0.7.15) (2016-10-06)
878
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.14...v0.7.15)
879
-
880
- ## [v0.7.14](https://github.com/hatiolab/things-scene/tree/v0.7.14) (2016-10-05)
881
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.13...v0.7.14)
882
-
883
- ## [v0.7.13](https://github.com/hatiolab/things-scene/tree/v0.7.13) (2016-10-04)
884
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.12...v0.7.13)
885
-
886
- ## [v0.7.12](https://github.com/hatiolab/things-scene/tree/v0.7.12) (2016-10-03)
887
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.11...v0.7.12)
888
-
889
- ## [v0.7.11](https://github.com/hatiolab/things-scene/tree/v0.7.11) (2016-09-29)
890
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.10...v0.7.11)
891
-
892
- ## [v0.7.10](https://github.com/hatiolab/things-scene/tree/v0.7.10) (2016-09-26)
893
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.9...v0.7.10)
894
-
895
- ## [v0.7.9](https://github.com/hatiolab/things-scene/tree/v0.7.9) (2016-09-26)
896
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.8...v0.7.9)
897
-
898
- ## [v0.7.8](https://github.com/hatiolab/things-scene/tree/v0.7.8) (2016-09-25)
899
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.7...v0.7.8)
900
-
901
- ## [v0.7.7](https://github.com/hatiolab/things-scene/tree/v0.7.7) (2016-09-25)
902
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.6...v0.7.7)
903
-
904
- ## [v0.7.6](https://github.com/hatiolab/things-scene/tree/v0.7.6) (2016-09-25)
905
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.5...v0.7.6)
906
-
907
- ## [v0.7.5](https://github.com/hatiolab/things-scene/tree/v0.7.5) (2016-09-22)
908
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.4...v0.7.5)
909
-
910
- ## [v0.7.4](https://github.com/hatiolab/things-scene/tree/v0.7.4) (2016-09-16)
911
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.3...v0.7.4)
912
-
913
- **Merged pull requests:**
914
-
915
- - 53 mobile event [\#174](https://github.com/hatiolab/things-scene/pull/174) ([heartyoh](https://github.com/heartyoh))
916
-
917
- ## [v0.7.3](https://github.com/hatiolab/things-scene/tree/v0.7.3) (2016-09-16)
918
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.2...v0.7.3)
919
-
920
- **Merged pull requests:**
921
-
922
- - deep-clone, deep-equals.. [\#173](https://github.com/hatiolab/things-scene/pull/173) ([heartyoh](https://github.com/heartyoh))
923
- - 542 api memoize [\#172](https://github.com/hatiolab/things-scene/pull/172) ([heartyoh](https://github.com/heartyoh))
924
-
925
- ## [v0.7.2](https://github.com/hatiolab/things-scene/tree/v0.7.2) (2016-09-14)
926
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.1...v0.7.2)
927
-
928
- ## [v0.7.1](https://github.com/hatiolab/things-scene/tree/v0.7.1) (2016-09-14)
929
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.7.0...v0.7.1)
930
-
931
- **Merged pull requests:**
932
-
933
- - memoize =\> Component API. [\#171](https://github.com/hatiolab/things-scene/pull/171) ([heartyoh](https://github.com/heartyoh))
934
-
935
- ## [v0.7.0](https://github.com/hatiolab/things-scene/tree/v0.7.0) (2016-09-11)
936
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.6.39...v0.7.0)
937
-
938
- ## [v0.6.39](https://github.com/hatiolab/things-scene/tree/v0.6.39) (2016-09-05)
939
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.6.38...v0.6.39)
940
-
941
- ## [v0.6.38](https://github.com/hatiolab/things-scene/tree/v0.6.38) (2016-09-05)
942
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.6.37...v0.6.38)
943
-
944
- ## [v0.6.37](https://github.com/hatiolab/things-scene/tree/v0.6.37) (2016-09-05)
945
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.6.36...v0.6.37)
946
-
947
- ## [v0.6.36](https://github.com/hatiolab/things-scene/tree/v0.6.36) (2016-09-03)
948
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.6.35...v0.6.36)
949
-
950
- **Merged pull requests:**
951
-
952
- - alt copy [\#170](https://github.com/hatiolab/things-scene/pull/170) ([heartyoh](https://github.com/heartyoh))
953
- - image default [\#169](https://github.com/hatiolab/things-scene/pull/169) ([heartyoh](https://github.com/heartyoh))
954
-
955
- ## [v0.6.35](https://github.com/hatiolab/things-scene/tree/v0.6.35) (2016-08-30)
956
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.6.34...v0.6.35)
957
-
958
- ## [v0.6.34](https://github.com/hatiolab/things-scene/tree/v0.6.34) (2016-08-23)
959
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.6.33...v0.6.34)
960
-
961
- ## [v0.6.33](https://github.com/hatiolab/things-scene/tree/v0.6.33) (2016-08-21)
962
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.6.32...v0.6.33)
963
-
964
- ## [v0.6.32](https://github.com/hatiolab/things-scene/tree/v0.6.32) (2016-08-21)
965
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.6.31...v0.6.32)
966
-
967
- ## [v0.6.31](https://github.com/hatiolab/things-scene/tree/v0.6.31) (2016-08-21)
968
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.6.30...v0.6.31)
969
-
970
- **Merged pull requests:**
971
-
972
- - group 이동 기능 오류 복구. [\#168](https://github.com/hatiolab/things-scene/pull/168) ([heartyoh](https://github.com/heartyoh))
973
-
974
- ## [v0.6.30](https://github.com/hatiolab/things-scene/tree/v0.6.30) (2016-08-21)
975
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.6.29...v0.6.30)
976
-
977
- **Merged pull requests:**
978
-
979
- - 476 off browser [\#167](https://github.com/hatiolab/things-scene/pull/167) ([heartyoh](https://github.com/heartyoh))
980
- - 451 offscreen image [\#166](https://github.com/hatiolab/things-scene/pull/166) ([heartyoh](https://github.com/heartyoh))
981
-
982
- ## [v0.6.29](https://github.com/hatiolab/things-scene/tree/v0.6.29) (2016-08-14)
983
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.6.28...v0.6.29)
984
-
985
- ## [v0.6.28](https://github.com/hatiolab/things-scene/tree/v0.6.28) (2016-08-13)
986
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.6.27...v0.6.28)
987
-
988
- ## [v0.6.27](https://github.com/hatiolab/things-scene/tree/v0.6.27) (2016-08-10)
989
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.6.26...v0.6.27)
990
-
991
- ## [v0.6.26](https://github.com/hatiolab/things-scene/tree/v0.6.26) (2016-08-09)
992
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.6.25...v0.6.26)
993
-
994
- **Merged pull requests:**
995
-
996
- - 컴포넌트 텍스트에 변수 치환 기능 [\#165](https://github.com/hatiolab/things-scene/pull/165) ([heartyoh](https://github.com/heartyoh))
997
-
998
- ## [v0.6.25](https://github.com/hatiolab/things-scene/tree/v0.6.25) (2016-08-09)
999
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.6.24...v0.6.25)
1000
-
1001
- ## [v0.6.24](https://github.com/hatiolab/things-scene/tree/v0.6.24) (2016-08-08)
1002
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.6.23...v0.6.24)
1003
-
1004
- **Merged pull requests:**
1005
-
1006
- - scene-play [\#164](https://github.com/hatiolab/things-scene/pull/164) ([heartyoh](https://github.com/heartyoh))
1007
-
1008
- ## [v0.6.23](https://github.com/hatiolab/things-scene/tree/v0.6.23) (2016-08-08)
1009
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.6.22...v0.6.23)
1010
-
1011
- ## [v0.6.22](https://github.com/hatiolab/things-scene/tree/v0.6.22) (2016-08-07)
1012
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.6.21...v0.6.22)
1013
-
1014
- ## [v0.6.21](https://github.com/hatiolab/things-scene/tree/v0.6.21) (2016-08-07)
1015
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.6.20...v0.6.21)
1016
-
1017
- ## [v0.6.20](https://github.com/hatiolab/things-scene/tree/v0.6.20) (2016-08-07)
1018
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.6.19...v0.6.20)
1019
-
1020
- **Merged pull requests:**
1021
-
1022
- - component로 공통기능 이전. [\#163](https://github.com/hatiolab/things-scene/pull/163) ([heartyoh](https://github.com/heartyoh))
1023
-
1024
- ## [v0.6.19](https://github.com/hatiolab/things-scene/tree/v0.6.19) (2016-08-05)
1025
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.6.18...v0.6.19)
1026
-
1027
- ## [v0.6.18](https://github.com/hatiolab/things-scene/tree/v0.6.18) (2016-08-05)
1028
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.6.17...v0.6.18)
1029
-
1030
- ## [v0.6.17](https://github.com/hatiolab/things-scene/tree/v0.6.17) (2016-08-05)
1031
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.6.16...v0.6.17)
1032
-
1033
- ## [v0.6.16](https://github.com/hatiolab/things-scene/tree/v0.6.16) (2016-08-05)
1034
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.6.15...v0.6.16)
1035
-
1036
- ## [v0.6.15](https://github.com/hatiolab/things-scene/tree/v0.6.15) (2016-08-05)
1037
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.6.14...v0.6.15)
1038
-
1039
- **Merged pull requests:**
1040
-
1041
- - 401 text structuring [\#162](https://github.com/hatiolab/things-scene/pull/162) ([heartyoh](https://github.com/heartyoh))
1042
-
1043
- ## [v0.6.14](https://github.com/hatiolab/things-scene/tree/v0.6.14) (2016-08-03)
1044
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.6.13...v0.6.14)
1045
-
1046
- ## [v0.6.13](https://github.com/hatiolab/things-scene/tree/v0.6.13) (2016-08-03)
1047
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.6.12...v0.6.13)
1048
-
1049
- ## [v0.6.12](https://github.com/hatiolab/things-scene/tree/v0.6.12) (2016-08-03)
1050
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.6.11...v0.6.12)
1051
-
1052
- ## [v0.6.11](https://github.com/hatiolab/things-scene/tree/v0.6.11) (2016-08-03)
1053
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.6.10...v0.6.11)
1054
-
1055
- **Merged pull requests:**
1056
-
1057
- - hierarchy [\#161](https://github.com/hatiolab/things-scene/pull/161) ([heartyoh](https://github.com/heartyoh))
1058
-
1059
- ## [v0.6.10](https://github.com/hatiolab/things-scene/tree/v0.6.10) (2016-08-02)
1060
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.6.9...v0.6.10)
1061
-
1062
- **Merged pull requests:**
1063
-
1064
- - 389 alt shift move bug [\#160](https://github.com/hatiolab/things-scene/pull/160) ([heartyoh](https://github.com/heartyoh))
1065
-
1066
- ## [v0.6.9](https://github.com/hatiolab/things-scene/tree/v0.6.9) (2016-08-02)
1067
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.6.8...v0.6.9)
1068
-
1069
- ## [v0.6.8](https://github.com/hatiolab/things-scene/tree/v0.6.8) (2016-08-02)
1070
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.6.7...v0.6.8)
1071
-
1072
- **Merged pull requests:**
1073
-
1074
- - 421 baseurl application context [\#159](https://github.com/hatiolab/things-scene/pull/159) ([heartyoh](https://github.com/heartyoh))
1075
-
1076
- ## [v0.6.7](https://github.com/hatiolab/things-scene/tree/v0.6.7) (2016-08-02)
1077
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.6.6...v0.6.7)
1078
-
1079
- ## [v0.6.6](https://github.com/hatiolab/things-scene/tree/v0.6.6) (2016-08-02)
1080
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.6.5...v0.6.6)
1081
-
1082
- **Merged pull requests:**
1083
-
1084
- - 변수 초기값 설정 [\#158](https://github.com/hatiolab/things-scene/pull/158) ([heartyoh](https://github.com/heartyoh))
1085
-
1086
- ## [v0.6.5](https://github.com/hatiolab/things-scene/tree/v0.6.5) (2016-08-01)
1087
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.6.4...v0.6.5)
1088
-
1089
- ## [v0.6.4](https://github.com/hatiolab/things-scene/tree/v0.6.4) (2016-08-01)
1090
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.6.3...v0.6.4)
1091
-
1092
- **Merged pull requests:**
1093
-
1094
- - 모델이 컴파일 된 후 속성 모델에서 하위 컴포넌트 정보는 불필요하므로, 삭제한다. [\#157](https://github.com/hatiolab/things-scene/pull/157) ([heartyoh](https://github.com/heartyoh))
1095
- - 인덱스에서 ID 빨리 찾기. - 셀렉터에 적용. [\#156](https://github.com/hatiolab/things-scene/pull/156) ([heartyoh](https://github.com/heartyoh))
1096
-
1097
- ## [v0.6.3](https://github.com/hatiolab/things-scene/tree/v0.6.3) (2016-08-01)
1098
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.6.2...v0.6.3)
1099
-
1100
- ## [v0.6.2](https://github.com/hatiolab/things-scene/tree/v0.6.2) (2016-08-01)
1101
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.6.1...v0.6.2)
1102
-
1103
- ## [v0.6.1](https://github.com/hatiolab/things-scene/tree/v0.6.1) (2016-07-31)
1104
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.6.0...v0.6.1)
1105
-
1106
- **Merged pull requests:**
1107
-
1108
- - 400 step rotate [\#155](https://github.com/hatiolab/things-scene/pull/155) ([heartyoh](https://github.com/heartyoh))
1109
- - 400-step-rotate [\#154](https://github.com/hatiolab/things-scene/pull/154) ([heartyoh](https://github.com/heartyoh))
1110
-
1111
- ## [v0.6.0](https://github.com/hatiolab/things-scene/tree/v0.6.0) (2016-07-30)
1112
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.72...v0.6.0)
1113
-
1114
- **Merged pull requests:**
1115
-
1116
- - multi-move [\#153](https://github.com/hatiolab/things-scene/pull/153) ([heartyoh](https://github.com/heartyoh))
1117
- - 391 wheel scroll error [\#152](https://github.com/hatiolab/things-scene/pull/152) ([heartyoh](https://github.com/heartyoh))
1118
-
1119
- ## [v0.5.72](https://github.com/hatiolab/things-scene/tree/v0.5.72) (2016-07-28)
1120
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.71...v0.5.72)
1121
-
1122
- ## [v0.5.71](https://github.com/hatiolab/things-scene/tree/v0.5.71) (2016-07-11)
1123
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.70...v0.5.71)
1124
-
1125
- ## [v0.5.70](https://github.com/hatiolab/things-scene/tree/v0.5.70) (2016-07-11)
1126
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.69...v0.5.70)
1127
-
1128
- **Merged pull requests:**
1129
-
1130
- - 343 character height [\#150](https://github.com/hatiolab/things-scene/pull/150) ([chunseop](https://github.com/chunseop))
1131
-
1132
- ## [v0.5.69](https://github.com/hatiolab/things-scene/tree/v0.5.69) (2016-07-09)
1133
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.68...v0.5.69)
1134
-
1135
- ## [v0.5.68](https://github.com/hatiolab/things-scene/tree/v0.5.68) (2016-07-09)
1136
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.67...v0.5.68)
1137
-
1138
- ## [v0.5.67](https://github.com/hatiolab/things-scene/tree/v0.5.67) (2016-07-08)
1139
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.65...v0.5.67)
1140
-
1141
- **Merged pull requests:**
1142
-
1143
- - 그라디언트 0~1 이외의 값일때 버그 수정 [\#149](https://github.com/hatiolab/things-scene/pull/149) ([Lee-YuMin](https://github.com/Lee-YuMin))
1144
- - 히든 남아있던것 수정 [\#148](https://github.com/hatiolab/things-scene/pull/148) ([Lee-YuMin](https://github.com/Lee-YuMin))
1145
-
1146
- ## [v0.5.65](https://github.com/hatiolab/things-scene/tree/v0.5.65) (2016-06-29)
1147
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.64...v0.5.65)
1148
-
1149
- **Merged pull requests:**
1150
-
1151
- - 343 character height [\#147](https://github.com/hatiolab/things-scene/pull/147) ([chunseop](https://github.com/chunseop))
1152
-
1153
- ## [v0.5.64](https://github.com/hatiolab/things-scene/tree/v0.5.64) (2016-06-16)
1154
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.63...v0.5.64)
1155
-
1156
- **Merged pull requests:**
1157
-
1158
- - 343 character height [\#146](https://github.com/hatiolab/things-scene/pull/146) ([chunseop](https://github.com/chunseop))
1159
-
1160
- ## [v0.5.63](https://github.com/hatiolab/things-scene/tree/v0.5.63) (2016-06-16)
1161
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.62...v0.5.63)
1162
-
1163
- **Merged pull requests:**
1164
-
1165
- - 343 character height [\#145](https://github.com/hatiolab/things-scene/pull/145) ([chunseop](https://github.com/chunseop))
1166
-
1167
- ## [v0.5.62](https://github.com/hatiolab/things-scene/tree/v0.5.62) (2016-06-15)
1168
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.61...v0.5.62)
1169
-
1170
- **Merged pull requests:**
1171
-
1172
- - 343 character height [\#144](https://github.com/hatiolab/things-scene/pull/144) ([chunseop](https://github.com/chunseop))
1173
- - 343 character height [\#143](https://github.com/hatiolab/things-scene/pull/143) ([chunseop](https://github.com/chunseop))
1174
-
1175
- ## [v0.5.61](https://github.com/hatiolab/things-scene/tree/v0.5.61) (2016-06-12)
1176
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.60...v0.5.61)
1177
-
1178
- ## [v0.5.60](https://github.com/hatiolab/things-scene/tree/v0.5.60) (2016-06-12)
1179
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.59...v0.5.60)
1180
-
1181
- **Merged pull requests:**
1182
-
1183
- - 343 character height [\#142](https://github.com/hatiolab/things-scene/pull/142) ([chunseop](https://github.com/chunseop))
1184
-
1185
- ## [v0.5.59](https://github.com/hatiolab/things-scene/tree/v0.5.59) (2016-06-07)
1186
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.58...v0.5.59)
1187
-
1188
- **Merged pull requests:**
1189
-
1190
- - 343 character height [\#141](https://github.com/hatiolab/things-scene/pull/141) ([chunseop](https://github.com/chunseop))
1191
- - 컴포넌트 hidden 프로퍼티 이동 [\#138](https://github.com/hatiolab/things-scene/pull/138) ([Lee-YuMin](https://github.com/Lee-YuMin))
1192
-
1193
- ## [v0.5.58](https://github.com/hatiolab/things-scene/tree/v0.5.58) (2016-06-02)
1194
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.57...v0.5.58)
1195
-
1196
- **Merged pull requests:**
1197
-
1198
- - 306 text linewidth [\#137](https://github.com/hatiolab/things-scene/pull/137) ([chunseop](https://github.com/chunseop))
1199
-
1200
- ## [v0.5.57](https://github.com/hatiolab/things-scene/tree/v0.5.57) (2016-05-28)
1201
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.56...v0.5.57)
1202
-
1203
- ## [v0.5.56](https://github.com/hatiolab/things-scene/tree/v0.5.56) (2016-05-28)
1204
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.55...v0.5.56)
1205
-
1206
- ## [v0.5.55](https://github.com/hatiolab/things-scene/tree/v0.5.55) (2016-05-27)
1207
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.54...v0.5.55)
1208
-
1209
- **Merged pull requests:**
1210
-
1211
- - group, selected, .. 등등. [\#134](https://github.com/hatiolab/things-scene/pull/134) ([heartyoh](https://github.com/heartyoh))
1212
-
1213
- ## [v0.5.54](https://github.com/hatiolab/things-scene/tree/v0.5.54) (2016-05-27)
1214
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.53...v0.5.54)
1215
-
1216
- ## [v0.5.53](https://github.com/hatiolab/things-scene/tree/v0.5.53) (2016-05-27)
1217
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.52...v0.5.53)
1218
-
1219
- **Merged pull requests:**
1220
-
1221
- - 321 container [\#131](https://github.com/hatiolab/things-scene/pull/131) ([Lee-YuMin](https://github.com/Lee-YuMin))
1222
-
1223
- ## [v0.5.52](https://github.com/hatiolab/things-scene/tree/v0.5.52) (2016-05-26)
1224
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.51...v0.5.52)
1225
-
1226
- ## [v0.5.51](https://github.com/hatiolab/things-scene/tree/v0.5.51) (2016-05-25)
1227
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.50...v0.5.51)
1228
-
1229
- ## [v0.5.50](https://github.com/hatiolab/things-scene/tree/v0.5.50) (2016-05-25)
1230
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.49...v0.5.50)
1231
-
1232
- ## [v0.5.49](https://github.com/hatiolab/things-scene/tree/v0.5.49) (2016-05-25)
1233
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.48...v0.5.49)
1234
-
1235
- ## [v0.5.48](https://github.com/hatiolab/things-scene/tree/v0.5.48) (2016-05-24)
1236
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.47...v0.5.48)
1237
-
1238
- ## [v0.5.47](https://github.com/hatiolab/things-scene/tree/v0.5.47) (2016-05-24)
1239
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.46...v0.5.47)
1240
-
1241
- ## [v0.5.46](https://github.com/hatiolab/things-scene/tree/v0.5.46) (2016-05-24)
1242
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.45...v0.5.46)
1243
-
1244
- ## [v0.5.45](https://github.com/hatiolab/things-scene/tree/v0.5.45) (2016-05-24)
1245
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.44...v0.5.45)
1246
-
1247
- ## [v0.5.44](https://github.com/hatiolab/things-scene/tree/v0.5.44) (2016-05-24)
1248
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.43...v0.5.44)
1249
-
1250
- ## [v0.5.43](https://github.com/hatiolab/things-scene/tree/v0.5.43) (2016-05-24)
1251
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.42...v0.5.43)
1252
-
1253
- ## [v0.5.42](https://github.com/hatiolab/things-scene/tree/v0.5.42) (2016-05-24)
1254
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.41...v0.5.42)
1255
-
1256
- ## [v0.5.41](https://github.com/hatiolab/things-scene/tree/v0.5.41) (2016-05-24)
1257
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.40...v0.5.41)
1258
-
1259
- ## [v0.5.40](https://github.com/hatiolab/things-scene/tree/v0.5.40) (2016-05-23)
1260
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.39...v0.5.40)
1261
-
1262
- **Merged pull requests:**
1263
-
1264
- - 331 meter unit support [\#133](https://github.com/hatiolab/things-scene/pull/133) ([heartyoh](https://github.com/heartyoh))
1265
-
1266
- ## [v0.5.39](https://github.com/hatiolab/things-scene/tree/v0.5.39) (2016-05-23)
1267
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.38...v0.5.39)
1268
-
1269
- **Merged pull requests:**
1270
-
1271
- - outside fill [\#132](https://github.com/hatiolab/things-scene/pull/132) ([heartyoh](https://github.com/heartyoh))
1272
-
1273
- ## [v0.5.38](https://github.com/hatiolab/things-scene/tree/v0.5.38) (2016-05-23)
1274
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.37...v0.5.38)
1275
-
1276
- **Merged pull requests:**
1277
-
1278
- - 321 container [\#130](https://github.com/hatiolab/things-scene/pull/130) ([Lee-YuMin](https://github.com/Lee-YuMin))
1279
-
1280
- ## [v0.5.37](https://github.com/hatiolab/things-scene/tree/v0.5.37) (2016-05-22)
1281
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.36...v0.5.37)
1282
-
1283
- ## [v0.5.36](https://github.com/hatiolab/things-scene/tree/v0.5.36) (2016-05-22)
1284
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.35...v0.5.36)
1285
-
1286
- ## [v0.5.35](https://github.com/hatiolab/things-scene/tree/v0.5.35) (2016-05-22)
1287
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.34...v0.5.35)
1288
-
1289
- ## [v0.5.34](https://github.com/hatiolab/things-scene/tree/v0.5.34) (2016-05-22)
1290
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.33...v0.5.34)
1291
-
1292
- ## [v0.5.33](https://github.com/hatiolab/things-scene/tree/v0.5.33) (2016-05-22)
1293
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.32...v0.5.33)
1294
-
1295
- ## [v0.5.32](https://github.com/hatiolab/things-scene/tree/v0.5.32) (2016-05-22)
1296
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.31...v0.5.32)
1297
-
1298
- ## [v0.5.31](https://github.com/hatiolab/things-scene/tree/v0.5.31) (2016-05-22)
1299
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.30...v0.5.31)
1300
-
1301
- ## [v0.5.30](https://github.com/hatiolab/things-scene/tree/v0.5.30) (2016-05-22)
1302
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.29...v0.5.30)
1303
-
1304
- ## [v0.5.29](https://github.com/hatiolab/things-scene/tree/v0.5.29) (2016-05-22)
1305
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.28...v0.5.29)
1306
-
1307
- ## [v0.5.28](https://github.com/hatiolab/things-scene/tree/v0.5.28) (2016-05-21)
1308
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.27...v0.5.28)
1309
-
1310
- ## [v0.5.27](https://github.com/hatiolab/things-scene/tree/v0.5.27) (2016-05-21)
1311
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.26...v0.5.27)
1312
-
1313
- ## [v0.5.26](https://github.com/hatiolab/things-scene/tree/v0.5.26) (2016-05-21)
1314
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.25...v0.5.26)
1315
-
1316
- ## [v0.5.25](https://github.com/hatiolab/things-scene/tree/v0.5.25) (2016-05-21)
1317
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.24...v0.5.25)
1318
-
1319
- **Merged pull requests:**
1320
-
1321
- - 323 retina display [\#129](https://github.com/hatiolab/things-scene/pull/129) ([heartyoh](https://github.com/heartyoh))
1322
-
1323
- ## [v0.5.24](https://github.com/hatiolab/things-scene/tree/v0.5.24) (2016-05-20)
1324
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.23...v0.5.24)
1325
-
1326
- ## [v0.5.23](https://github.com/hatiolab/things-scene/tree/v0.5.23) (2016-05-20)
1327
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.22...v0.5.23)
1328
-
1329
- ## [v0.5.22](https://github.com/hatiolab/things-scene/tree/v0.5.22) (2016-05-19)
1330
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.21...v0.5.22)
1331
-
1332
- **Merged pull requests:**
1333
-
1334
- - 306 text linewidth [\#128](https://github.com/hatiolab/things-scene/pull/128) ([chunseop](https://github.com/chunseop))
1335
- - 302 [\#122](https://github.com/hatiolab/things-scene/pull/122) ([Lee-YuMin](https://github.com/Lee-YuMin))
1336
-
1337
- ## [v0.5.21](https://github.com/hatiolab/things-scene/tree/v0.5.21) (2016-05-18)
1338
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.20...v0.5.21)
1339
-
1340
- **Merged pull requests:**
1341
-
1342
- - multi-rotation [\#127](https://github.com/hatiolab/things-scene/pull/127) ([heartyoh](https://github.com/heartyoh))
1343
-
1344
- ## [v0.5.20](https://github.com/hatiolab/things-scene/tree/v0.5.20) (2016-05-17)
1345
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.19...v0.5.20)
1346
-
1347
- **Merged pull requests:**
1348
-
1349
- - multi-resize [\#126](https://github.com/hatiolab/things-scene/pull/126) ([heartyoh](https://github.com/heartyoh))
1350
-
1351
- ## [v0.5.19](https://github.com/hatiolab/things-scene/tree/v0.5.19) (2016-05-17)
1352
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.18...v0.5.19)
1353
-
1354
- **Merged pull requests:**
1355
-
1356
- - wheel을 이용한 텍스트 사이즈 조정. [\#125](https://github.com/hatiolab/things-scene/pull/125) ([heartyoh](https://github.com/heartyoh))
1357
-
1358
- ## [v0.5.18](https://github.com/hatiolab/things-scene/tree/v0.5.18) (2016-05-17)
1359
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.17...v0.5.18)
1360
-
1361
- **Merged pull requests:**
1362
-
1363
- - 자식이 선택되어있을 때, 그룹 부모도 선택되어있는 것과 관련한 문제. [\#124](https://github.com/hatiolab/things-scene/pull/124) ([heartyoh](https://github.com/heartyoh))
1364
-
1365
- ## [v0.5.17](https://github.com/hatiolab/things-scene/tree/v0.5.17) (2016-05-17)
1366
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.16...v0.5.17)
1367
-
1368
- **Merged pull requests:**
1369
-
1370
- - shift-key를 누른 상태에서 패스의 이동. [\#123](https://github.com/hatiolab/things-scene/pull/123) ([heartyoh](https://github.com/heartyoh))
1371
-
1372
- ## [v0.5.16](https://github.com/hatiolab/things-scene/tree/v0.5.16) (2016-05-17)
1373
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.15...v0.5.16)
1374
-
1375
- ## [v0.5.15](https://github.com/hatiolab/things-scene/tree/v0.5.15) (2016-05-16)
1376
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.14...v0.5.15)
1377
-
1378
- ## [v0.5.14](https://github.com/hatiolab/things-scene/tree/v0.5.14) (2016-05-15)
1379
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.13...v0.5.14)
1380
-
1381
- ## [v0.5.13](https://github.com/hatiolab/things-scene/tree/v0.5.13) (2016-05-14)
1382
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.12...v0.5.13)
1383
-
1384
- **Merged pull requests:**
1385
-
1386
- - 307 polygon control bug [\#121](https://github.com/hatiolab/things-scene/pull/121) ([heartyoh](https://github.com/heartyoh))
1387
-
1388
- ## [v0.5.12](https://github.com/hatiolab/things-scene/tree/v0.5.12) (2016-05-14)
1389
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.11...v0.5.12)
1390
-
1391
- **Merged pull requests:**
1392
-
1393
- - 304 ui container component [\#120](https://github.com/hatiolab/things-scene/pull/120) ([heartyoh](https://github.com/heartyoh))
1394
-
1395
- ## [v0.5.11](https://github.com/hatiolab/things-scene/tree/v0.5.11) (2016-05-12)
1396
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.10...v0.5.11)
1397
-
1398
- ## [v0.5.10](https://github.com/hatiolab/things-scene/tree/v0.5.10) (2016-05-12)
1399
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.9...v0.5.10)
1400
-
1401
- **Merged pull requests:**
1402
-
1403
- - 303 layout [\#119](https://github.com/hatiolab/things-scene/pull/119) ([heartyoh](https://github.com/heartyoh))
1404
- - 177 [\#118](https://github.com/hatiolab/things-scene/pull/118) ([chunseop](https://github.com/chunseop))
1405
-
1406
- ## [v0.5.9](https://github.com/hatiolab/things-scene/tree/v0.5.9) (2016-05-12)
1407
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.8...v0.5.9)
1408
-
1409
- ## [v0.5.8](https://github.com/hatiolab/things-scene/tree/v0.5.8) (2016-05-12)
1410
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.7...v0.5.8)
1411
-
1412
- ## [v0.5.7](https://github.com/hatiolab/things-scene/tree/v0.5.7) (2016-05-12)
1413
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.6...v0.5.7)
1414
-
1415
- **Merged pull requests:**
1416
-
1417
- - 303 layout [\#116](https://github.com/hatiolab/things-scene/pull/116) ([heartyoh](https://github.com/heartyoh))
1418
- - 177 [\#115](https://github.com/hatiolab/things-scene/pull/115) ([chunseop](https://github.com/chunseop))
1419
-
1420
- ## [v0.5.6](https://github.com/hatiolab/things-scene/tree/v0.5.6) (2016-05-11)
1421
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.5...v0.5.6)
1422
-
1423
- **Merged pull requests:**
1424
-
1425
- - text justify case bug fix [\#114](https://github.com/hatiolab/things-scene/pull/114) ([chunseop](https://github.com/chunseop))
1426
-
1427
- ## [v0.5.5](https://github.com/hatiolab/things-scene/tree/v0.5.5) (2016-05-11)
1428
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.4...v0.5.5)
1429
-
1430
- **Merged pull requests:**
1431
-
1432
- - 177 [\#113](https://github.com/hatiolab/things-scene/pull/113) ([chunseop](https://github.com/chunseop))
1433
-
1434
- ## [v0.5.4](https://github.com/hatiolab/things-scene/tree/v0.5.4) (2016-05-10)
1435
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.3...v0.5.4)
1436
-
1437
- **Merged pull requests:**
1438
-
1439
- - ellipse 메소드 antilock 수정 [\#112](https://github.com/hatiolab/things-scene/pull/112) ([Lee-YuMin](https://github.com/Lee-YuMin))
1440
-
1441
- ## [v0.5.3](https://github.com/hatiolab/things-scene/tree/v0.5.3) (2016-05-10)
1442
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.2...v0.5.3)
1443
-
1444
- **Merged pull requests:**
1445
-
1446
- - Pattern Fit - width 애러 수정 [\#111](https://github.com/hatiolab/things-scene/pull/111) ([Lee-YuMin](https://github.com/Lee-YuMin))
1447
- - 177 [\#110](https://github.com/hatiolab/things-scene/pull/110) ([chunseop](https://github.com/chunseop))
1448
-
1449
- ## [v0.5.2](https://github.com/hatiolab/things-scene/tree/v0.5.2) (2016-05-04)
1450
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.1...v0.5.2)
1451
-
1452
- ## [v0.5.1](https://github.com/hatiolab/things-scene/tree/v0.5.1) (2016-05-04)
1453
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.5.0...v0.5.1)
1454
-
1455
- ## [v0.5.0](https://github.com/hatiolab/things-scene/tree/v0.5.0) (2016-05-03)
1456
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.4.29...v0.5.0)
1457
-
1458
- ## [v0.4.29](https://github.com/hatiolab/things-scene/tree/v0.4.29) (2016-05-03)
1459
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.4.28...v0.4.29)
1460
-
1461
- ## [v0.4.28](https://github.com/hatiolab/things-scene/tree/v0.4.28) (2016-05-03)
1462
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.4.27...v0.4.28)
1463
-
1464
- **Merged pull requests:**
1465
-
1466
- - 236 class style api [\#108](https://github.com/hatiolab/things-scene/pull/108) ([heartyoh](https://github.com/heartyoh))
1467
-
1468
- ## [v0.4.27](https://github.com/hatiolab/things-scene/tree/v0.4.27) (2016-04-29)
1469
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.4.26...v0.4.27)
1470
-
1471
- ## [v0.4.26](https://github.com/hatiolab/things-scene/tree/v0.4.26) (2016-04-29)
1472
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.4.25...v0.4.26)
1473
-
1474
- ## [v0.4.25](https://github.com/hatiolab/things-scene/tree/v0.4.25) (2016-04-26)
1475
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.4.24...v0.4.25)
1476
-
1477
- **Merged pull requests:**
1478
-
1479
- - 177 [\#106](https://github.com/hatiolab/things-scene/pull/106) ([chunseop](https://github.com/chunseop))
1480
-
1481
- ## [v0.4.24](https://github.com/hatiolab/things-scene/tree/v0.4.24) (2016-04-22)
1482
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.4.23...v0.4.24)
1483
-
1484
- ## [v0.4.23](https://github.com/hatiolab/things-scene/tree/v0.4.23) (2016-04-22)
1485
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.4.22...v0.4.23)
1486
-
1487
- **Merged pull requests:**
1488
-
1489
- - 256 grf viewer [\#105](https://github.com/hatiolab/things-scene/pull/105) ([chunseop](https://github.com/chunseop))
1490
- - 256 grf viewer [\#104](https://github.com/hatiolab/things-scene/pull/104) ([chunseop](https://github.com/chunseop))
1491
-
1492
- ## [v0.4.22](https://github.com/hatiolab/things-scene/tree/v0.4.22) (2016-04-21)
1493
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.4.21...v0.4.22)
1494
-
1495
- **Merged pull requests:**
1496
-
1497
- - 256 grf viewer [\#103](https://github.com/hatiolab/things-scene/pull/103) ([chunseop](https://github.com/chunseop))
1498
- - 256 grf [\#102](https://github.com/hatiolab/things-scene/pull/102) ([chunseop](https://github.com/chunseop))
1499
-
1500
- ## [v0.4.21](https://github.com/hatiolab/things-scene/tree/v0.4.21) (2016-04-19)
1501
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.4.20...v0.4.21)
1502
-
1503
- **Merged pull requests:**
1504
-
1505
- - 177 [\#101](https://github.com/hatiolab/things-scene/pull/101) ([chunseop](https://github.com/chunseop))
1506
-
1507
- ## [v0.4.20](https://github.com/hatiolab/things-scene/tree/v0.4.20) (2016-04-19)
1508
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.4.19...v0.4.20)
1509
-
1510
- **Merged pull requests:**
1511
-
1512
- - 264 [\#99](https://github.com/hatiolab/things-scene/pull/99) ([Lee-YuMin](https://github.com/Lee-YuMin))
1513
- - 177 [\#98](https://github.com/hatiolab/things-scene/pull/98) ([chunseop](https://github.com/chunseop))
1514
- - 253 [\#97](https://github.com/hatiolab/things-scene/pull/97) ([Lee-YuMin](https://github.com/Lee-YuMin))
1515
-
1516
- ## [v0.4.19](https://github.com/hatiolab/things-scene/tree/v0.4.19) (2016-04-18)
1517
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.4.18...v0.4.19)
1518
-
1519
- ## [v0.4.18](https://github.com/hatiolab/things-scene/tree/v0.4.18) (2016-04-18)
1520
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.4.17...v0.4.18)
1521
-
1522
- **Merged pull requests:**
1523
-
1524
- - 177 [\#96](https://github.com/hatiolab/things-scene/pull/96) ([chunseop](https://github.com/chunseop))
1525
-
1526
- ## [v0.4.17](https://github.com/hatiolab/things-scene/tree/v0.4.17) (2016-04-18)
1527
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.4.16...v0.4.17)
1528
-
1529
- ## [v0.4.16](https://github.com/hatiolab/things-scene/tree/v0.4.16) (2016-04-18)
1530
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.4.15...v0.4.16)
1531
-
1532
- **Merged pull requests:**
1533
-
1534
- - export component/layer/event-map/link [\#94](https://github.com/hatiolab/things-scene/pull/94) ([heartyoh](https://github.com/heartyoh))
1535
-
1536
- ## [v0.4.15](https://github.com/hatiolab/things-scene/tree/v0.4.15) (2016-04-16)
1537
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.4.14...v0.4.15)
1538
-
1539
- **Merged pull requests:**
1540
-
1541
- - 177 [\#93](https://github.com/hatiolab/things-scene/pull/93) ([chunseop](https://github.com/chunseop))
1542
- - 253 [\#92](https://github.com/hatiolab/things-scene/pull/92) ([Lee-YuMin](https://github.com/Lee-YuMin))
1543
- - pie-progress [\#91](https://github.com/hatiolab/things-scene/pull/91) ([heartyoh](https://github.com/heartyoh))
1544
- - 177 [\#90](https://github.com/hatiolab/things-scene/pull/90) ([chunseop](https://github.com/chunseop))
1545
- - 248 [\#88](https://github.com/hatiolab/things-scene/pull/88) ([Lee-YuMin](https://github.com/Lee-YuMin))
1546
-
1547
- ## [v0.4.14](https://github.com/hatiolab/things-scene/tree/v0.4.14) (2016-04-15)
1548
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.4.13...v0.4.14)
1549
-
1550
- **Merged pull requests:**
1551
-
1552
- - 248 [\#87](https://github.com/hatiolab/things-scene/pull/87) ([Lee-YuMin](https://github.com/Lee-YuMin))
1553
-
1554
- ## [v0.4.13](https://github.com/hatiolab/things-scene/tree/v0.4.13) (2016-04-12)
1555
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.4.12...v0.4.13)
1556
-
1557
- ## [v0.4.12](https://github.com/hatiolab/things-scene/tree/v0.4.12) (2016-04-12)
1558
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.4.11...v0.4.12)
1559
-
1560
- ## [v0.4.11](https://github.com/hatiolab/things-scene/tree/v0.4.11) (2016-04-12)
1561
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.4.10...v0.4.11)
1562
-
1563
- ## [v0.4.10](https://github.com/hatiolab/things-scene/tree/v0.4.10) (2016-04-12)
1564
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.4.9...v0.4.10)
1565
-
1566
- ## [v0.4.9](https://github.com/hatiolab/things-scene/tree/v0.4.9) (2016-04-11)
1567
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.4.8...v0.4.9)
1568
-
1569
- **Merged pull requests:**
1570
-
1571
- - 178 transcoord [\#86](https://github.com/hatiolab/things-scene/pull/86) ([heartyoh](https://github.com/heartyoh))
1572
-
1573
- ## [v0.4.8](https://github.com/hatiolab/things-scene/tree/v0.4.8) (2016-04-11)
1574
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.4.7...v0.4.8)
1575
-
1576
- **Merged pull requests:**
1577
-
1578
- - 178 transcoord [\#85](https://github.com/hatiolab/things-scene/pull/85) ([heartyoh](https://github.com/heartyoh))
1579
-
1580
- ## [v0.4.7](https://github.com/hatiolab/things-scene/tree/v0.4.7) (2016-04-11)
1581
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.4.6...v0.4.7)
1582
-
1583
- ## [v0.4.6](https://github.com/hatiolab/things-scene/tree/v0.4.6) (2016-04-11)
1584
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.4.5...v0.4.6)
1585
-
1586
- **Merged pull requests:**
1587
-
1588
- - 178 transcoord [\#84](https://github.com/hatiolab/things-scene/pull/84) ([heartyoh](https://github.com/heartyoh))
1589
- - 시계 추가중 [\#83](https://github.com/hatiolab/things-scene/pull/83) ([Lee-YuMin](https://github.com/Lee-YuMin))
1590
-
1591
- ## [v0.4.5](https://github.com/hatiolab/things-scene/tree/v0.4.5) (2016-04-08)
1592
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.4.4...v0.4.5)
1593
-
1594
- **Merged pull requests:**
1595
-
1596
- - 178 transcoord [\#82](https://github.com/hatiolab/things-scene/pull/82) ([heartyoh](https://github.com/heartyoh))
1597
- - 정리 [\#80](https://github.com/hatiolab/things-scene/pull/80) ([chunseop](https://github.com/chunseop))
1598
-
1599
- ## [v0.4.4](https://github.com/hatiolab/things-scene/tree/v0.4.4) (2016-04-07)
1600
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.4.3...v0.4.4)
1601
-
1602
- **Merged pull requests:**
1603
-
1604
- - 177 [\#79](https://github.com/hatiolab/things-scene/pull/79) ([chunseop](https://github.com/chunseop))
1605
- - memoize [\#78](https://github.com/hatiolab/things-scene/pull/78) ([heartyoh](https://github.com/heartyoh))
1606
- - ellipse 함수 polyfill 적용 [\#77](https://github.com/hatiolab/things-scene/pull/77) ([heartyoh](https://github.com/heartyoh))
1607
- - 178 transcoord [\#76](https://github.com/hatiolab/things-scene/pull/76) ([heartyoh](https://github.com/heartyoh))
1608
-
1609
- ## [v0.4.3](https://github.com/hatiolab/things-scene/tree/v0.4.3) (2016-04-07)
1610
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.4.2...v0.4.3)
1611
-
1612
- **Merged pull requests:**
1613
-
1614
- - 178 transcoord [\#75](https://github.com/hatiolab/things-scene/pull/75) ([heartyoh](https://github.com/heartyoh))
1615
- - rect -\> 라운드 정리 [\#74](https://github.com/hatiolab/things-scene/pull/74) ([Lee-YuMin](https://github.com/Lee-YuMin))
1616
- - 177 [\#73](https://github.com/hatiolab/things-scene/pull/73) ([chunseop](https://github.com/chunseop))
1617
-
1618
- ## [v0.4.2](https://github.com/hatiolab/things-scene/tree/v0.4.2) (2016-04-03)
1619
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.4.1...v0.4.2)
1620
-
1621
- **Merged pull requests:**
1622
-
1623
- - 몇몇 파일 복구.. [\#72](https://github.com/hatiolab/things-scene/pull/72) ([heartyoh](https://github.com/heartyoh))
1624
- - model-layer 타입을 이용한 이벤트 컨트롤 [\#71](https://github.com/hatiolab/things-scene/pull/71) ([heartyoh](https://github.com/heartyoh))
1625
- - model\_base 제거, 컴포넌트 이름 규칙 적용 [\#70](https://github.com/hatiolab/things-scene/pull/70) ([heartyoh](https://github.com/heartyoh))
1626
- - Selection Box 가 모델러를 최초에 시작한 시점에 traslate 만큼 선택 범위의 오차가 있는 문제 해결 [\#69](https://github.com/hatiolab/things-scene/pull/69) ([heartyoh](https://github.com/heartyoh))
1627
- - var =\> const [\#68](https://github.com/hatiolab/things-scene/pull/68) ([heartyoh](https://github.com/heartyoh))
1628
- - symmetry에 fillStyle gradient 도 적용함 [\#67](https://github.com/hatiolab/things-scene/pull/67) ([heartyoh](https://github.com/heartyoh))
1629
- - symmerty X/Y [\#66](https://github.com/hatiolab/things-scene/pull/66) ([heartyoh](https://github.com/heartyoh))
1630
- - group resize [\#65](https://github.com/hatiolab/things-scene/pull/65) ([heartyoh](https://github.com/heartyoh))
1631
- - width-height-free [\#64](https://github.com/hatiolab/things-scene/pull/64) ([heartyoh](https://github.com/heartyoh))
1632
- - delete context-menu [\#63](https://github.com/hatiolab/things-scene/pull/63) ([heartyoh](https://github.com/heartyoh))
1633
- - map-integration test [\#62](https://github.com/hatiolab/things-scene/pull/62) ([heartyoh](https://github.com/heartyoh))
1634
- - 142 map integration [\#61](https://github.com/hatiolab/things-scene/pull/61) ([heartyoh](https://github.com/heartyoh))
1635
-
1636
- ## [v0.4.1](https://github.com/hatiolab/things-scene/tree/v0.4.1) (2016-04-01)
1637
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.4.0...v0.4.1)
1638
-
1639
- **Merged pull requests:**
1640
-
1641
- - map integration sample [\#60](https://github.com/hatiolab/things-scene/pull/60) ([heartyoh](https://github.com/heartyoh))
1642
-
1643
- ## [v0.4.0](https://github.com/hatiolab/things-scene/tree/v0.4.0) (2016-03-30)
1644
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.3.32...v0.4.0)
1645
-
1646
- ## [v0.3.32](https://github.com/hatiolab/things-scene/tree/v0.3.32) (2016-03-30)
1647
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.3.31...v0.3.32)
1648
-
1649
- ## [v0.3.31](https://github.com/hatiolab/things-scene/tree/v0.3.31) (2016-03-30)
1650
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.3.30...v0.3.31)
1651
-
1652
- ## [v0.3.30](https://github.com/hatiolab/things-scene/tree/v0.3.30) (2016-03-30)
1653
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.3.29...v0.3.30)
1654
-
1655
- **Merged pull requests:**
1656
-
1657
- - 라인캡 추가 [\#59](https://github.com/hatiolab/things-scene/pull/59) ([Lee-YuMin](https://github.com/Lee-YuMin))
1658
-
1659
- ## [v0.3.29](https://github.com/hatiolab/things-scene/tree/v0.3.29) (2016-03-30)
1660
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.3.28...v0.3.29)
1661
-
1662
- **Merged pull requests:**
1663
-
1664
- - 라인 끝선 추가 [\#58](https://github.com/hatiolab/things-scene/pull/58) ([Lee-YuMin](https://github.com/Lee-YuMin))
1665
- - 포커스 우선순위 변경 [\#56](https://github.com/hatiolab/things-scene/pull/56) ([Lee-YuMin](https://github.com/Lee-YuMin))
1666
-
1667
- ## [v0.3.28](https://github.com/hatiolab/things-scene/tree/v0.3.28) (2016-03-30)
1668
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.3.27...v0.3.28)
1669
-
1670
- **Merged pull requests:**
1671
-
1672
- - modeling handlers scale [\#57](https://github.com/hatiolab/things-scene/pull/57) ([heartyoh](https://github.com/heartyoh))
1673
-
1674
- ## [v0.3.27](https://github.com/hatiolab/things-scene/tree/v0.3.27) (2016-03-30)
1675
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.3.26...v0.3.27)
1676
-
1677
- ## [v0.3.26](https://github.com/hatiolab/things-scene/tree/v0.3.26) (2016-03-29)
1678
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.3.25...v0.3.26)
1679
-
1680
- ## [v0.3.25](https://github.com/hatiolab/things-scene/tree/v0.3.25) (2016-03-29)
1681
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.3.24...v0.3.25)
1682
-
1683
- ## [v0.3.24](https://github.com/hatiolab/things-scene/tree/v0.3.24) (2016-03-29)
1684
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.3.23...v0.3.24)
1685
-
1686
- **Merged pull requests:**
1687
-
1688
- - pattern Fit 추가 [\#55](https://github.com/hatiolab/things-scene/pull/55) ([Lee-YuMin](https://github.com/Lee-YuMin))
1689
-
1690
- ## [v0.3.23](https://github.com/hatiolab/things-scene/tree/v0.3.23) (2016-03-29)
1691
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.3.22...v0.3.23)
1692
-
1693
- ## [v0.3.22](https://github.com/hatiolab/things-scene/tree/v0.3.22) (2016-03-28)
1694
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.3.21...v0.3.22)
1695
-
1696
- **Merged pull requests:**
1697
-
1698
- - 복사시 밑으로 이동 후 복사, 라인 양 끝모양 추가중 [\#54](https://github.com/hatiolab/things-scene/pull/54) ([Lee-YuMin](https://github.com/Lee-YuMin))
1699
-
1700
- ## [v0.3.21](https://github.com/hatiolab/things-scene/tree/v0.3.21) (2016-03-28)
1701
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.3.20...v0.3.21)
1702
-
1703
- **Merged pull requests:**
1704
-
1705
- - nofill 수정 [\#53](https://github.com/hatiolab/things-scene/pull/53) ([Lee-YuMin](https://github.com/Lee-YuMin))
1706
-
1707
- ## [v0.3.20](https://github.com/hatiolab/things-scene/tree/v0.3.20) (2016-03-28)
1708
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.3.19...v0.3.20)
1709
-
1710
- **Merged pull requests:**
1711
-
1712
- - nofill일때 컴포넌트 Fill안하기 [\#52](https://github.com/hatiolab/things-scene/pull/52) ([Lee-YuMin](https://github.com/Lee-YuMin))
1713
-
1714
- ## [v0.3.19](https://github.com/hatiolab/things-scene/tree/v0.3.19) (2016-03-27)
1715
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.3.18...v0.3.19)
1716
-
1717
- ## [v0.3.18](https://github.com/hatiolab/things-scene/tree/v0.3.18) (2016-03-27)
1718
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.3.17...v0.3.18)
1719
-
1720
- ## [v0.3.17](https://github.com/hatiolab/things-scene/tree/v0.3.17) (2016-03-26)
1721
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.3.16...v0.3.17)
1722
-
1723
- ## [v0.3.16](https://github.com/hatiolab/things-scene/tree/v0.3.16) (2016-03-25)
1724
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.3.15...v0.3.16)
1725
-
1726
- ## [v0.3.15](https://github.com/hatiolab/things-scene/tree/v0.3.15) (2016-03-25)
1727
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.3.14...v0.3.15)
1728
-
1729
- ## [v0.3.14](https://github.com/hatiolab/things-scene/tree/v0.3.14) (2016-03-25)
1730
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.3.13...v0.3.14)
1731
-
1732
- **Merged pull requests:**
1733
-
1734
- - 199 [\#51](https://github.com/hatiolab/things-scene/pull/51) ([Lee-YuMin](https://github.com/Lee-YuMin))
1735
-
1736
- ## [v0.3.13](https://github.com/hatiolab/things-scene/tree/v0.3.13) (2016-03-24)
1737
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.3.12...v0.3.13)
1738
-
1739
- **Merged pull requests:**
1740
-
1741
- - 텍스트에리어에서 핫키 적용 막기 [\#50](https://github.com/hatiolab/things-scene/pull/50) ([Lee-YuMin](https://github.com/Lee-YuMin))
1742
- - 193 [\#49](https://github.com/hatiolab/things-scene/pull/49) ([chunseop](https://github.com/chunseop))
1743
-
1744
- ## [v0.3.12](https://github.com/hatiolab/things-scene/tree/v0.3.12) (2016-03-24)
1745
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.3.11...v0.3.12)
1746
-
1747
- ## [v0.3.11](https://github.com/hatiolab/things-scene/tree/v0.3.11) (2016-03-23)
1748
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.3.10...v0.3.11)
1749
-
1750
- **Merged pull requests:**
1751
-
1752
- - 히든 추가, 패턴 정렬 약간 수정 [\#48](https://github.com/hatiolab/things-scene/pull/48) ([Lee-YuMin](https://github.com/Lee-YuMin))
1753
- - 라운드렉트 수정 [\#47](https://github.com/hatiolab/things-scene/pull/47) ([Lee-YuMin](https://github.com/Lee-YuMin))
1754
-
1755
- ## [v0.3.10](https://github.com/hatiolab/things-scene/tree/v0.3.10) (2016-03-22)
1756
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.3.9...v0.3.10)
1757
-
1758
- ## [v0.3.9](https://github.com/hatiolab/things-scene/tree/v0.3.9) (2016-03-22)
1759
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.3.8...v0.3.9)
1760
-
1761
- **Merged pull requests:**
1762
-
1763
- - 184 [\#45](https://github.com/hatiolab/things-scene/pull/45) ([Lee-YuMin](https://github.com/Lee-YuMin))
1764
-
1765
- ## [v0.3.8](https://github.com/hatiolab/things-scene/tree/v0.3.8) (2016-03-22)
1766
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.3.7...v0.3.8)
1767
-
1768
- **Merged pull requests:**
1769
-
1770
- - 177 [\#44](https://github.com/hatiolab/things-scene/pull/44) ([chunseop](https://github.com/chunseop))
1771
-
1772
- ## [v0.3.7](https://github.com/hatiolab/things-scene/tree/v0.3.7) (2016-03-21)
1773
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.3.6...v0.3.7)
1774
-
1775
- ## [v0.3.6](https://github.com/hatiolab/things-scene/tree/v0.3.6) (2016-03-21)
1776
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.3.5...v0.3.6)
1777
-
1778
- **Merged pull requests:**
1779
-
1780
- - 184 [\#43](https://github.com/hatiolab/things-scene/pull/43) ([Lee-YuMin](https://github.com/Lee-YuMin))
1781
- - 177 [\#42](https://github.com/hatiolab/things-scene/pull/42) ([chunseop](https://github.com/chunseop))
1782
-
1783
- ## [v0.3.5](https://github.com/hatiolab/things-scene/tree/v0.3.5) (2016-03-20)
1784
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.3.4...v0.3.5)
1785
-
1786
- ## [v0.3.4](https://github.com/hatiolab/things-scene/tree/v0.3.4) (2016-03-20)
1787
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.3.3...v0.3.4)
1788
-
1789
- ## [v0.3.3](https://github.com/hatiolab/things-scene/tree/v0.3.3) (2016-03-19)
1790
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.3.2...v0.3.3)
1791
-
1792
- **Merged pull requests:**
1793
-
1794
- - 184-gradient [\#41](https://github.com/hatiolab/things-scene/pull/41) ([heartyoh](https://github.com/heartyoh))
1795
- - faye를 이용한 pub/sub [\#40](https://github.com/hatiolab/things-scene/pull/40) ([heartyoh](https://github.com/heartyoh))
1796
-
1797
- ## [v0.3.2](https://github.com/hatiolab/things-scene/tree/v0.3.2) (2016-03-16)
1798
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.3.1...v0.3.2)
1799
-
1800
- **Merged pull requests:**
1801
-
1802
- - DrawText 패딩 수정 [\#39](https://github.com/hatiolab/things-scene/pull/39) ([Lee-YuMin](https://github.com/Lee-YuMin))
1803
-
1804
- ## [v0.3.1](https://github.com/hatiolab/things-scene/tree/v0.3.1) (2016-03-15)
1805
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.3.0...v0.3.1)
1806
-
1807
- **Merged pull requests:**
1808
-
1809
- - 148 [\#38](https://github.com/hatiolab/things-scene/pull/38) ([Lee-YuMin](https://github.com/Lee-YuMin))
1810
-
1811
- ## [v0.3.0](https://github.com/hatiolab/things-scene/tree/v0.3.0) (2016-03-15)
1812
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.2.50...v0.3.0)
1813
-
1814
- **Merged pull requests:**
1815
-
1816
- - symmetry for ellipse, donut [\#37](https://github.com/hatiolab/things-scene/pull/37) ([heartyoh](https://github.com/heartyoh))
1817
-
1818
- ## [v0.2.50](https://github.com/hatiolab/things-scene/tree/v0.2.50) (2016-03-15)
1819
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.2.49...v0.2.50)
1820
-
1821
- ## [v0.2.49](https://github.com/hatiolab/things-scene/tree/v0.2.49) (2016-03-15)
1822
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.2.48...v0.2.49)
1823
-
1824
- ## [v0.2.48](https://github.com/hatiolab/things-scene/tree/v0.2.48) (2016-03-15)
1825
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.2.47...v0.2.48)
1826
-
1827
- **Merged pull requests:**
1828
-
1829
- - 52 [\#36](https://github.com/hatiolab/things-scene/pull/36) ([chunseop](https://github.com/chunseop))
1830
-
1831
- ## [v0.2.47](https://github.com/hatiolab/things-scene/tree/v0.2.47) (2016-03-13)
1832
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.2.46...v0.2.47)
1833
-
1834
- **Merged pull requests:**
1835
-
1836
- - 52 [\#35](https://github.com/hatiolab/things-scene/pull/35) ([heartyoh](https://github.com/heartyoh))
1837
-
1838
- ## [v0.2.46](https://github.com/hatiolab/things-scene/tree/v0.2.46) (2016-03-13)
1839
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.2.45...v0.2.46)
1840
-
1841
- **Merged pull requests:**
1842
-
1843
- - 52 [\#34](https://github.com/hatiolab/things-scene/pull/34) ([heartyoh](https://github.com/heartyoh))
1844
-
1845
- ## [v0.2.45](https://github.com/hatiolab/things-scene/tree/v0.2.45) (2016-03-11)
1846
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.2.44...v0.2.45)
1847
-
1848
- **Merged pull requests:**
1849
-
1850
- - 52 [\#33](https://github.com/hatiolab/things-scene/pull/33) ([chunseop](https://github.com/chunseop))
1851
-
1852
- ## [v0.2.44](https://github.com/hatiolab/things-scene/tree/v0.2.44) (2016-03-11)
1853
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.2.43...v0.2.44)
1854
-
1855
- ## [v0.2.43](https://github.com/hatiolab/things-scene/tree/v0.2.43) (2016-03-11)
1856
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.2.42...v0.2.43)
1857
-
1858
- ## [v0.2.42](https://github.com/hatiolab/things-scene/tree/v0.2.42) (2016-03-11)
1859
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.2.41...v0.2.42)
1860
-
1861
- **Merged pull requests:**
1862
-
1863
- - 131 [\#32](https://github.com/hatiolab/things-scene/pull/32) ([Lee-YuMin](https://github.com/Lee-YuMin))
1864
-
1865
- ## [v0.2.41](https://github.com/hatiolab/things-scene/tree/v0.2.41) (2016-03-11)
1866
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.2.40...v0.2.41)
1867
-
1868
- **Merged pull requests:**
1869
-
1870
- - barcode, text - override drawText\(\) function [\#31](https://github.com/hatiolab/things-scene/pull/31) ([heartyoh](https://github.com/heartyoh))
1871
-
1872
- ## [v0.2.40](https://github.com/hatiolab/things-scene/tree/v0.2.40) (2016-03-11)
1873
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.2.39...v0.2.40)
1874
-
1875
- **Merged pull requests:**
1876
-
1877
- - 131 [\#30](https://github.com/hatiolab/things-scene/pull/30) ([Lee-YuMin](https://github.com/Lee-YuMin))
1878
-
1879
- ## [v0.2.39](https://github.com/hatiolab/things-scene/tree/v0.2.39) (2016-03-10)
1880
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.2.38...v0.2.39)
1881
-
1882
- **Merged pull requests:**
1883
-
1884
- - deselection by clicking with shift-key [\#29](https://github.com/hatiolab/things-scene/pull/29) ([heartyoh](https://github.com/heartyoh))
1885
-
1886
- ## [v0.2.38](https://github.com/hatiolab/things-scene/tree/v0.2.38) (2016-03-10)
1887
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.2.37...v0.2.38)
1888
-
1889
- **Merged pull requests:**
1890
-
1891
- - 125 incorrect synchronization [\#28](https://github.com/hatiolab/things-scene/pull/28) ([heartyoh](https://github.com/heartyoh))
1892
- - paste without copy [\#27](https://github.com/hatiolab/things-scene/pull/27) ([heartyoh](https://github.com/heartyoh))
1893
- - deep clone, deep equals [\#26](https://github.com/hatiolab/things-scene/pull/26) ([heartyoh](https://github.com/heartyoh))
1894
- - deep clone [\#25](https://github.com/hatiolab/things-scene/pull/25) ([heartyoh](https://github.com/heartyoh))
1895
- - 131 [\#24](https://github.com/hatiolab/things-scene/pull/24) ([Lee-YuMin](https://github.com/Lee-YuMin))
1896
- - 133 [\#23](https://github.com/hatiolab/things-scene/pull/23) ([Lee-YuMin](https://github.com/Lee-YuMin))
1897
-
1898
- ## [v0.2.37](https://github.com/hatiolab/things-scene/tree/v0.2.37) (2016-03-09)
1899
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.2.36...v0.2.37)
1900
-
1901
- **Merged pull requests:**
1902
-
1903
- - shift key를 누르고 이동하는 경우에 수직, 수평 한 방향으로만 이동하도록 함 [\#22](https://github.com/hatiolab/things-scene/pull/22) ([heartyoh](https://github.com/heartyoh))
1904
-
1905
- ## [v0.2.36](https://github.com/hatiolab/things-scene/tree/v0.2.36) (2016-03-09)
1906
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.2.35...v0.2.36)
1907
-
1908
- ## [v0.2.35](https://github.com/hatiolab/things-scene/tree/v0.2.35) (2016-03-09)
1909
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.2.34...v0.2.35)
1910
-
1911
- **Merged pull requests:**
1912
-
1913
- - 141 guidelayer origin rect position [\#21](https://github.com/hatiolab/things-scene/pull/21) ([heartyoh](https://github.com/heartyoh))
1914
-
1915
- ## [v0.2.34](https://github.com/hatiolab/things-scene/tree/v0.2.34) (2016-03-09)
1916
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.2.33...v0.2.34)
1917
-
1918
- **Merged pull requests:**
1919
-
1920
- - 컴포넌트 컨트롤 좌표 개념 정리 [\#20](https://github.com/hatiolab/things-scene/pull/20) ([heartyoh](https://github.com/heartyoh))
1921
-
1922
- ## [v0.2.33](https://github.com/hatiolab/things-scene/tree/v0.2.33) (2016-03-08)
1923
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.2.32...v0.2.33)
1924
-
1925
- **Merged pull requests:**
1926
-
1927
- - 이미지 gray화 로직 정리. [\#19](https://github.com/hatiolab/things-scene/pull/19) ([chunseop](https://github.com/chunseop))
1928
-
1929
- ## [v0.2.32](https://github.com/hatiolab/things-scene/tree/v0.2.32) (2016-03-08)
1930
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.2.31...v0.2.32)
1931
-
1932
- ## [v0.2.31](https://github.com/hatiolab/things-scene/tree/v0.2.31) (2016-03-08)
1933
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.2.30...v0.2.31)
1934
-
1935
- ## [v0.2.30](https://github.com/hatiolab/things-scene/tree/v0.2.30) (2016-03-08)
1936
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.2.29...v0.2.30)
1937
-
1938
- **Merged pull requests:**
1939
-
1940
- - toDataURL API 추가 [\#18](https://github.com/hatiolab/things-scene/pull/18) ([heartyoh](https://github.com/heartyoh))
1941
-
1942
- ## [v0.2.29](https://github.com/hatiolab/things-scene/tree/v0.2.29) (2016-03-08)
1943
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.2.28...v0.2.29)
1944
-
1945
- **Merged pull requests:**
1946
-
1947
- - text wrap에서 fontSize에 대하여 scale처리. [\#17](https://github.com/hatiolab/things-scene/pull/17) ([chunseop](https://github.com/chunseop))
1948
- - polygon, triangle 패스 변경시 도형이 이상해지는 버그 해결 [\#16](https://github.com/hatiolab/things-scene/pull/16) ([chunseop](https://github.com/chunseop))
1949
-
1950
- ## [v0.2.28](https://github.com/hatiolab/things-scene/tree/v0.2.28) (2016-03-07)
1951
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.2.27...v0.2.28)
1952
-
1953
- ## [v0.2.27](https://github.com/hatiolab/things-scene/tree/v0.2.27) (2016-03-07)
1954
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.2.26...v0.2.27)
1955
-
1956
- ## [v0.2.26](https://github.com/hatiolab/things-scene/tree/v0.2.26) (2016-03-07)
1957
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.2.25...v0.2.26)
1958
-
1959
- ## [v0.2.25](https://github.com/hatiolab/things-scene/tree/v0.2.25) (2016-03-07)
1960
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.2.24...v0.2.25)
1961
-
1962
- **Merged pull requests:**
1963
-
1964
- - 94 [\#15](https://github.com/hatiolab/things-scene/pull/15) ([chunseop](https://github.com/chunseop))
1965
-
1966
- ## [v0.2.24](https://github.com/hatiolab/things-scene/tree/v0.2.24) (2016-03-07)
1967
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.2.23...v0.2.24)
1968
-
1969
- ## [v0.2.23](https://github.com/hatiolab/things-scene/tree/v0.2.23) (2016-03-07)
1970
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.2.22...v0.2.23)
1971
-
1972
- ## [v0.2.22](https://github.com/hatiolab/things-scene/tree/v0.2.22) (2016-03-07)
1973
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.2.21...v0.2.22)
1974
-
1975
- ## [v0.2.21](https://github.com/hatiolab/things-scene/tree/v0.2.21) (2016-03-07)
1976
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.2.20...v0.2.21)
1977
-
1978
- **Merged pull requests:**
1979
-
1980
- - mode change event [\#14](https://github.com/hatiolab/things-scene/pull/14) ([heartyoh](https://github.com/heartyoh))
1981
-
1982
- ## [v0.2.20](https://github.com/hatiolab/things-scene/tree/v0.2.20) (2016-03-07)
1983
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.2.19...v0.2.20)
1984
-
1985
- **Merged pull requests:**
1986
-
1987
- - 스페이스키로 좌표이동. 가이드레이어 원점 클릭하면 모델레이어 translate가 원점으로 이동하도록. [\#13](https://github.com/hatiolab/things-scene/pull/13) ([heartyoh](https://github.com/heartyoh))
1988
-
1989
- ## [v0.2.19](https://github.com/hatiolab/things-scene/tree/v0.2.19) (2016-03-05)
1990
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.2.18...v0.2.19)
1991
-
1992
- **Merged pull requests:**
1993
-
1994
- - 모드 정의 추가 [\#12](https://github.com/hatiolab/things-scene/pull/12) ([heartyoh](https://github.com/heartyoh))
1995
-
1996
- ## [v0.2.18](https://github.com/hatiolab/things-scene/tree/v0.2.18) (2016-03-05)
1997
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.2.17...v0.2.18)
1998
-
1999
- **Merged pull requests:**
2000
-
2001
- - 117 uaevent bug [\#11](https://github.com/hatiolab/things-scene/pull/11) ([heartyoh](https://github.com/heartyoh))
2002
-
2003
- ## [v0.2.17](https://github.com/hatiolab/things-scene/tree/v0.2.17) (2016-03-04)
2004
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.2.16...v0.2.17)
2005
-
2006
- **Merged pull requests:**
2007
-
2008
- - 드래깅시에 키를 누르면 오류가 발생하는 문제 [\#10](https://github.com/hatiolab/things-scene/pull/10) ([heartyoh](https://github.com/heartyoh))
2009
-
2010
- ## [v0.2.16](https://github.com/hatiolab/things-scene/tree/v0.2.16) (2016-03-04)
2011
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.2.15...v0.2.16)
2012
-
2013
- ## [v0.2.15](https://github.com/hatiolab/things-scene/tree/v0.2.15) (2016-03-04)
2014
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.2.14...v0.2.15)
2015
-
2016
- **Merged pull requests:**
2017
-
2018
- - 변수타입 자동변환 [\#9](https://github.com/hatiolab/things-scene/pull/9) ([Lee-YuMin](https://github.com/Lee-YuMin))
2019
-
2020
- ## [v0.2.14](https://github.com/hatiolab/things-scene/tree/v0.2.14) (2016-02-28)
2021
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.2.13...v0.2.14)
2022
-
2023
- **Merged pull requests:**
2024
-
2025
- - variable 모델 개선 [\#8](https://github.com/hatiolab/things-scene/pull/8) ([heartyoh](https://github.com/heartyoh))
2026
- - 0.2.13 [\#7](https://github.com/hatiolab/things-scene/pull/7) ([heartyoh](https://github.com/heartyoh))
2027
-
2028
- ## [v0.2.13](https://github.com/hatiolab/things-scene/tree/v0.2.13) (2016-02-28)
2029
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.2.12...v0.2.13)
2030
-
2031
- **Merged pull requests:**
2032
-
2033
- - \#97 variable mapping [\#6](https://github.com/hatiolab/things-scene/pull/6) ([heartyoh](https://github.com/heartyoh))
2034
-
2035
- ## [v0.2.12](https://github.com/hatiolab/things-scene/tree/v0.2.12) (2016-02-26)
2036
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.2.11...v0.2.12)
2037
-
2038
- **Merged pull requests:**
2039
-
2040
- - variable 기능 추가 [\#5](https://github.com/hatiolab/things-scene/pull/5) ([heartyoh](https://github.com/heartyoh))
2041
-
2042
- ## [v0.2.11](https://github.com/hatiolab/things-scene/tree/v0.2.11) (2016-02-26)
2043
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.2.10...v0.2.11)
2044
-
2045
- **Merged pull requests:**
2046
-
2047
- - API model 가져오기 개선 [\#4](https://github.com/hatiolab/things-scene/pull/4) ([heartyoh](https://github.com/heartyoh))
2048
- - Api edit [\#3](https://github.com/hatiolab/things-scene/pull/3) ([heartyoh](https://github.com/heartyoh))
2049
-
2050
- ## [v0.2.10](https://github.com/hatiolab/things-scene/tree/v0.2.10) (2016-02-26)
2051
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.2.9...v0.2.10)
2052
-
2053
- ## [v0.2.9](https://github.com/hatiolab/things-scene/tree/v0.2.9) (2016-02-25)
2054
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.2.8...v0.2.9)
2055
-
2056
- ## [v0.2.8](https://github.com/hatiolab/things-scene/tree/v0.2.8) (2016-02-25)
2057
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.2.7...v0.2.8)
2058
-
2059
- ## [v0.2.7](https://github.com/hatiolab/things-scene/tree/v0.2.7) (2016-02-24)
2060
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.2.6...v0.2.7)
2061
-
2062
- ## [v0.2.6](https://github.com/hatiolab/things-scene/tree/v0.2.6) (2016-02-24)
2063
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.2.5...v0.2.6)
2064
-
2065
- ## [v0.2.5](https://github.com/hatiolab/things-scene/tree/v0.2.5) (2016-02-23)
2066
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.2.4...v0.2.5)
2067
-
2068
- ## [v0.2.4](https://github.com/hatiolab/things-scene/tree/v0.2.4) (2016-02-23)
2069
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.2.3...v0.2.4)
2070
-
2071
- ## [v0.2.3](https://github.com/hatiolab/things-scene/tree/v0.2.3) (2016-02-22)
2072
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.2.2...v0.2.3)
2073
-
2074
- ## [v0.2.2](https://github.com/hatiolab/things-scene/tree/v0.2.2) (2016-02-22)
2075
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.2.1...v0.2.2)
2076
-
2077
- **Merged pull requests:**
2078
-
2079
- - add on, once, off to API [\#2](https://github.com/hatiolab/things-scene/pull/2) ([heartyoh](https://github.com/heartyoh))
2080
-
2081
- ## [v0.2.1](https://github.com/hatiolab/things-scene/tree/v0.2.1) (2016-02-21)
2082
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.2.0...v0.2.1)
2083
-
2084
- ## [v0.2.0](https://github.com/hatiolab/things-scene/tree/v0.2.0) (2016-02-20)
2085
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.1.4...v0.2.0)
2086
-
2087
- **Merged pull requests:**
2088
-
2089
- - Device pixel [\#1](https://github.com/hatiolab/things-scene/pull/1) ([heartyoh](https://github.com/heartyoh))
2090
-
2091
- ## [v0.1.4](https://github.com/hatiolab/things-scene/tree/v0.1.4) (2016-02-15)
2092
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.1.3...v0.1.4)
2093
-
2094
- ## [v0.1.3](https://github.com/hatiolab/things-scene/tree/v0.1.3) (2016-02-15)
2095
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.1.2...v0.1.3)
2096
-
2097
- ## [v0.1.2](https://github.com/hatiolab/things-scene/tree/v0.1.2) (2016-02-15)
2098
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/0.1.2...v0.1.2)
2099
-
2100
- ## [0.1.2](https://github.com/hatiolab/things-scene/tree/0.1.2) (2016-02-15)
2101
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.1.1...0.1.2)
2102
-
2103
- ## [v0.1.1](https://github.com/hatiolab/things-scene/tree/v0.1.1) (2016-02-15)
2104
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/v0.1.0...v0.1.1)
2105
-
2106
- ## [v0.1.0](https://github.com/hatiolab/things-scene/tree/v0.1.0) (2016-02-15)
2107
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/0.1.0...v0.1.0)
2108
-
2109
- ## [0.1.0](https://github.com/hatiolab/things-scene/tree/0.1.0) (2016-02-15)
2110
- [Full Changelog](https://github.com/hatiolab/things-scene/compare/0.1...0.1.0)
2111
-
2112
- ## [0.1](https://github.com/hatiolab/things-scene/tree/0.1) (2016-02-15)
2113
-
2114
-
2115
- \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*