Releases: ukrbublik/react-awesome-query-builder
Releases · ukrbublik/react-awesome-query-builder
TypeSript support
- Added TypeScript support (
examples
uses TS,sandbox
uses JS) - Updated Babel, Webpack
- For
field
widget slightly changed format offormatValue()
andsqlFormatValue()
functions - argumentrightFieldDef
is now last one - Added
defaultValue
in field config - All
fieldSettings
will be now passed to widget props listValues
andallowCustomValues
moved insidefieldSettings
See:
- index.d.ts
- examples in TS (
npm run examples
)
TODO:
- Probably it worth adding comments in
index.d.ts
also.
1.0.4
Changelog
- 1.0.4
- Added
QbUtils.sqlFormat()
(issue #29) - Added
like
andnot_like
operators - Added 2 params
string op, Object opDef
to end offormatValue
,mongoFormatValue
- Added
- 1.0.3
- Completely removed auto-loading of antd styles (issue #50)
- 1.0.2
- Fixed bug with running examples app via react-scripts
- 1.0.1
- Fixed bug with importing React
- 1.0.0
- Don't include AntDesign styles automatically (issues #50, #93)
- added:
allowCustomValues
(issue #88) - change: removed
renderFieldAndOpAsDropdown
, replaced byrenderField
(issue #109) - added
renderOperator
(issue #89) - change: query value now can be exported to JSON (instead of
Immutable.Map
), and loaded withloadTree
(old format is supported) (issue #61) - added:
canRegroup
- rename:
readonlyMode
->immutableGroupsMode
- rename:
get_children
->renderBuilder
- removed: unused
<Preview />
component and.query-preview
class - optimized renders & dragging
Sandbox
Fixed atd3 search in field
0.2.50 switch to antd3
Switched from atd2 to antd3
0.1.49 0.1.49
MongoDb export; Slider widget
- Added export to MongoDb
- Added Slider widget
- Bugfixes