Skip to content

Latest commit

 

History

History
94 lines (48 loc) · 4.51 KB

CHANGELOG.md

File metadata and controls

94 lines (48 loc) · 4.51 KB

v1.2.1

  • 3d5dad3 add options passed to factory (Christophe Hurpeau)

v1.1.3

  • adc46fd component: also load components (Christophe Hurpeau)

v1.1.1

  • 1beefc5 fix browser index (Christophe Hurpeau)

v1.1.0

  • 9a974cd set renderer in view/component and component method in prototype of View/Component (Christophe Hurpeau)
  • b170c71 ViewRenderer: _internalRender (Christophe Hurpeau)

v1.0.0

BREAKING CHANGE

removed create()

Move your code from create to render.

  • 7b94018 Update Index.jsx (Christophe Hurpeau)
  • 3e00ed6 breaking change : removed create() (Christophe Hurpeau)

v0.1.16

  • f8223b5 fix in BrowserComponentRenderer on load (Christophe Hurpeau)

v0.1.15

  • db79340 update springbokjs-dom (Christophe Hurpeau)

v0.1.14

  • f5e5ab4 fix last release (Christophe Hurpeau)

v0.1.13

  • 6c649fb in views set components not elements (Christophe Hurpeau)

v0.1.12

  • 59a8664 _initComponents (Christophe Hurpeau)

v0.1.11

  • 969d58b view.component supports (properties, data) (Christophe Hurpeau)
  • 6374f00 Components extends EventEmitter (Christophe Hurpeau)

v0.1.10

  • 215f735 fix Promise when loading (Christophe Hurpeau)

v0.1.9

  • ee17c8c views and components render (Christophe Hurpeau)

v0.1.8

  • a8cfce4 init elements from components and fix load view in browser (Christophe Hurpeau)

v0.1.7

  • e65866a renderers and loaders (Christophe Hurpeau)

v0.1.6

  • 662120b browser loader views = new WeakMap (Christophe Hurpeau)

v0.1.5

  • 93db8e7 load browser views: Promise (Christophe Hurpeau)

v0.1.4

  • 89038fd browser/basicInstanceFactory (Christophe Hurpeau)

v0.1.3

  • b0fed52 load browser components: Promise (Christophe Hurpeau)

v0.1.2

  • ab89d4f install scripts (Christophe Hurpeau)
  • dbc658a render class instead of string keys (Christophe Hurpeau)
  • 6be987c linters (Christophe Hurpeau)