Skip to content

Releases: karasjs/karas

v0.6

04 Nov 09:12
Compare
Choose a tag to compare
  • feature
    • 基本实现web animation api #19
    • 增加了computedStyle
    • inject注入增加requestAnimationFrame和now
    • 继承style的处理
    • refresh/refreshTask使用frame实现
  • bugfix
    • relative/absolute在svg里排序靠后实现覆盖

v0.5

24 Oct 08:37
Compare
Choose a tag to compare
  • feature
    • 支持位图标签
    • 更新之后进行destroy操作

v0.4

21 Oct 01:31
Compare
Choose a tag to compare
  • feature
    • 添加refreshTask方法,渲染队列
    • comoponent的setState为异步实现
    • refresh拥有回调函数
    • 每次refresh都会触发refersh事件
    • 提取测量字体宽度,供外部注入
  • bugfix
    • svg丢失font-weight和font-style
    • component返回的text使用host的style

v0.3

18 Oct 09:32
Compare
Choose a tag to compare
  • feat:
    • 依赖selenite,支持cssx化
    • css化,包括component #17

v0.2

13 Oct 04:59
Compare
Choose a tag to compare
  • feat:
    • 支持Component(shadow-dom) #16
    • 支持自定义事件on-{Event}
    • 支持ref引用
    • 支持根节点refresh()重绘

v0.1

09 Oct 10:30
Compare
Choose a tag to compare
  • feat
    • 实现基本csx语法
    • 实现基本布局引擎
    • 实现基本css样式渲染
    • 实现基本事件系统
    • 实现基本自定义图形
    • 实现canvas/svg抹平