hele
Version:
A front-end UI lib.
230 lines (130 loc) • 3.69 kB
Markdown
### 0.17.1 - 2018-09-23
- Fix a bug
## 0.17.0 - 2018-09-23
- Add namespace support
- Improve some internals
## 0.16.0 - 2018-08-30
- Rename `component.onUncaughtError` `component.onCaughtError`
- Add an optional `newState` parameter to `component.forceUpdate`
- Fix some bugs
## 0.15.0 - 2018-08-27
- Remove `Ticker.maxUpdateCountPerTick` & `Ticker.maxClearCountPerTick`
- Add `Ticker.maxUpdateTime` & `Ticker.maxClearTime`
- Rename some internals
- Remove `.npmignore`
### 0.14.2 - 2018-08-25
- Make `component.forceUpdate` return `this`
### 0.14.1 - 2018-08-25
- Shorten some internals
## 0.14.0 - 2018-08-25
- Add `component.forceUpdate`
- Fix some bugs
- Shorten some internals
### 0.13.1 - 2018-08-24
- Fix a bug in `component.update`
## 0.13.0 - 2018-08-24
- Improve `component.update`
### 0.12.4 - 2018-08-23
- Fix `dist` files
### 0.12.3 - 2018-08-23
- Fix `context` passing
### 0.12.2 - 2018-08-23
- Improve object `state` handling
### 0.12.1 - 2018-08-23
- Improve array `state` handling
## 0.12.0 - 2018-08-19
- Add `node.context`
- Improve `context` passing
### 0.11.6 - 2018-08-17
- Improve `component.update`
### 0.11.5 - 2018-08-17
- Improve non-object `state` handling
- Improve `component.requestUpdate`
### 0.11.4 - 2018-08-17
- Fix non-object state handling
### 0.11.3 - 2018-08-16
- Fix some type declarations
### 0.11.2 - 2018-08-16
- Improve some type declarations
## 0.11.1 - 2018-08-16
- Remove `*.d.ts.map`
## 0.11.0 - 2018-08-12
- Add context updating
- Improve some type declarations
## 0.10.0 - 2018-08-12
- Improve update request handling
### 0.9.1 - 2018-08-12
- Improve internals
- Improve `CHANGELOG.md`
## 0.9.0 - 2018-08-11
- Add `Context`
- Add optional `deepClear` option to `Portal`
- Add `_` to internals
- Improve some internals
- Improve `CHANGELOG.md`
### 0.8.2 - 2018-08-11
- Fix a bug in `class` prop handling
### 0.8.1 - 2018-08-11
- Fix two bugs in updating
## 0.8.0 - 2018-08-11
- Rename `states` `state`
## 0.7.0 - 2018-08-08
- Add `newStates` parameter to `component.onWillUpdate`
- Improve update request callback handling
## 0.6.0 - 2018-08-08
- Improve minification
- Improve type declarations
### 0.5.1 - 2018-08-07
- Improve type declarations
## 0.5.0 - 2018-08-07
- Remove `Ticker.maxCheckCountPerTick`
- Add `Ticker.maxClearCountPerTick`
- Add `Ticker.maxUpdateCountPerTick`
### 0.4.2 - 2018-08-07
- Remove `AnyProps`
- Improve type declarations
### 0.4.1 - 2018-08-06
- Update the file structure
### 0.4.0 - 2018-08-06
- Add class name array handling
- Update type declarations
### 0.3.3 - 2018-08-04
- Fix a typo in the declaration file
### 0.3.2 - 2018-08-04
- Preserve special props
- Improve type declarations
- Modify the default message in `component.onUncaughtError`
### 0.3.1 - 2018-08-02
- Improve type declarations
### 0.3.0 - 2018-08-02
- Add optional `deepClear` option to `render`
- Improve type declarations
- Fix a bug in emitting lifecycle hooks
### 0.2.4 - 2018-08-01
- Improve type declarations
- Fix a bug in `Ticker`
### 0.2.3 - 2018-07-31
- Improve type declarations
### 0.2.2 - 2018-07-31
- Improve reference handling
### 0.2.1 - 2018-07-31
- Improve generic type declarations
## 0.2.0 - 2018-07-30
- Add `Portal`
- Improve some type declarations
### 0.1.6 - 2018-07-28
- Update README.md & package.json
- Fix some type declarations
### 0.1.5 - 2018-07-28
- Fix a bug in handling props
### 0.1.4 - 2018-07-28
- Update README.md
### 0.1.3 - 2018-07-28
- Update keywords
### 0.1.2 - 2018-07-28
- Fix .npmignore
### 0.1.1 - 2018-07-28
- Update README.md
- Update .npmignore
## 0.1.0 - 2018-07-28
- Initial release