mirror of https://github.com/renovatebot/renovate
7.8 KiB
7.8 KiB
4.0.0 (2016-08-04)
BREAKING CHANGES
Component.displayName
now takes precedence overComponent.name
. This will break for class and functional components that defined adisplayName
different from the class or function's own name.
3.2.0 (2016-07-15)
3.1.2 (2016-07-12)
3.1.1 (2016-07-12)
3.1.0 (2016-06-28)
3.0.0 (2016-05-25)
Boolean attributes are now translated to short version automatically.
2.6.0 (2016-04-15)
2.5.0 (2016-04-15)
2.3.0 (2016-02-02)
2.2.0 (2016-02-02)
2.2.0 (2016-01-14)
- add reactElementToJSXString(ReactElement, opts) opts.displayName option to allow choosing the display name of components
2.1.5 (2016-01-05)
Bug Fixes
- stop breaking lines when interpolating {number}s (13b832c)
2.1.4 (2015-12-10)
Bug Fixes
- stateless comps: add No Display Name as default component name (89ea2f2)
- consider elements containing only {''} as empty (resulting DOM being empty) (d837683)
2.1.3 (2015-11-30)
Bug Fixes
- handle {123}(609ac78), closes #8
- lodash: just use plain lodash and import (062b3fe)
- whitespace: handle {true} {false} (eaca1a2), closes #6 #7
- whitespace: stop rendering it differently in SOME cases (128aa95)
2.1.2 (2015-11-08)
Bug Fixes
- whitespace: handle {true} {false} (eaca1a2), closes #6 #7
- handle {123}(609ac78), closes #8
- whitespace: stop rendering it differently in SOME cases (128aa95)
2.1.1 (2015-11-08)
Bug Fixes
2.1.0 (2015-10-25)
Features
2.0.5 (2015-10-21)
Bug Fixes
- merge plain strings props replacements (7c2bf27)
2.0.4 (2015-10-16)
Bug Fixes
- tagName: fixed an edge-case with decorated component name (9169ac7)
2.0.3 (2015-10-16)
Bug Fixes
- handle arrays the right way (597a910)
2.0.2 (2015-10-16)
Bug Fixes
- children: ensure the array of children is well handled (36b462a)
2.0.1 (2015-10-16)
Bug Fixes
- handle empty objects (fe052bd)
2.0.0 (2015-10-16)
Features
BREAKING CHANGES
- deep: functions are now stringified to
function noRefCheck() {}
instead offunction () {code;}
. For various reasons AND to be specific about the fact that we do not represent the function in a realistic way.
1.1.2 (2015-10-16)
Bug Fixes
1.1.1 (2015-10-15)
1.1.0 (2015-10-15)
Bug Fixes
- whitespace: remove unwanted whitespace in output (3e2e7b8)
Features
- sort object keys in a deterministic way (c1ce8a6)