10000 Releases · wisercoder/uibuilder · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: wisercoder/uibuilder

Support nested fragments

08 Dec 19:14
Compare
Choose a tag to compare

Nested fragments are now supported. Also, in order to support expressions such as { someBool && <MyComponent /> } boolean false values are now not displayed.

In other news, the time for WebComponents has now come. FireFox now supports Shadow DOM. Microsoft's Edge is switching to Chromium, which brings WebComponents to Edge. UIBuilder helps you create WebComponents, as well as use them in your applications.

Support for fragments and functional components

26 May 22:45
Compare
Choose a tag to compare

Fragments avoid the need for an extra wrapper element when you need to return more than one element in your render method. Functional components let you implement stateless components as functions as opposed to classes. This release has a breaking change. The return type of the render method is now JSX.Element not HTMLElement.

ref callbacks on components now receive instance of component

21 Dec 23:42
Compare
Choose a tag to compare

This release has two breaking changes:

  1. If you have ref callback on a component the callback will now receive the instance of the component as the first parameter. This is an important improvement. Previously the callback received the root HTML element of the component, and there was no way to get a reference to the component.
  2. The Props interface now takes type parameter, which should be the type of the Component.

bug fixes

20 Oct 18:24
Compare
Choose a tag to compare
v1.4.5

bug fix and increment version

fixed svg bug

03 Sep 20:59
Compare
Choose a tag to compare

bug fixes

02 May 04:28
Compare
Choose a tag to compare
v1.4.3

bump version number

Improved support for Web Components

22 Nov 14:24
Compare
Choose a tag to compare

SVG support; bug fixes

11 Nov 04:45
Compare
Choose a tag to compare
v1.3

update readme

support props.children, ref callback, style object

19 Mar 18:32
Compare
Choose a tag to compare
v1.2

support props.children, ref callback, style object

support events

09 Mar 06:36
Compare
Choose a tag to compare
v1.1

bump version number
0