Skip to content

Latest commit

 

History

History
83 lines (58 loc) · 7.03 KB

CHANGELOG.md

File metadata and controls

83 lines (58 loc) · 7.03 KB

CHANGELOG

0.1.0-alpha.1 (2023-01-29)

Bug Fixes

Performance Improvements

  • core: export all packages in root (98995ee)

0.1.0-alpha.0 (2022-12-22)

Bug Fixes

  • core: default value of prop inoperative (034e51f)
  • core: missing adoptedCallback (638f8f5)
  • core: missing attributes updating (cc6c3b2)
  • css type warning (c2c0774)
  • export modules (8ae586b)
  • jwc-core: component decorators doesn't return a function (b827d9a)
  • jwc-core: create dom element at first rendering (27dcf6c)
  • jwc-core: inject styles into host (f198477)
  • jwc-reactively: reactive function extra props (c97f7f5)
  • jwc-runtime: diff function return a vnode (bb18358)
  • jwc-runtime: incorrectly passed arguments after using fragment (0a7caa5)
  • jwc-runtime: vnode attrs do not be updated (fb27f63)
  • jwc-starter-vite-ts: vite warning of css files (0d70380)
  • reactively: circular dependency (a324244)
  • reactively: circular dependency (#12) (40075cc)
  • runtime: dom functions in circular dependency (3b2f54a)
  • type defination (f7ae05e)

Features

  • cli commands (e22c311)
  • core bundle (#7) (e34655d)
  • event listener (32c5040)
  • JSX types support (#2) (f33f673)
  • jwc-core: base JwcComponent class (699acba)
  • jwc-core: element and watcher interfaces (896b4d1)
  • jwc-core: init shadow root and css style (c850cf6)
  • jwc-core: init watcher in wc (f03f9d7)
  • jwc-core: reactively decorators (2e1e1f5)
  • jwc-core: register custom element (fada8a7)
  • jwc-core: transform attrs to props (f027d79)
  • jwc-reactively: base reactive data handler (63e74c6)
  • jwc-reactively: create css element with css text (e72cb55)
  • jwc-reactively: define data and event by proxy (a39e943)
  • jwc-reactively: define reactively props datas (d023082)
  • jwc-runtime: <Fragment /> support (#4) (1edd095)
  • jwc-runtime: reactively support (#1) (25680d3)
  • jwc-starter-vite-ts: create a vite starter template (76be0cc)
  • starter vite config (b41a115)
  • use cli to create project (9ace584)
  • v-dom: diff function (3aac67f)
  • v-dom: h create vnode function (852dc11)

Performance Improvements

  • export modules in core (#3) (9672b8f)
  • jwc-core: *.css file types support (105b133)
  • jwc-starter: import vite client env (0e72b92)
  • remove useless things (8af7171)

Reverts