You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Bootstrap widget kickoff (#537)
* bootstrap widget - initial configs and structure
* Implementing button for bootstrap widget
* removing unnecessary code
* minor fix to bootstrap index.js
* removing use confirm from bootstrap widget
* removing use confirm from index.js
* moving bootstrap and fontawesome dependencies to peer dependencies and dev dependencies
* adding reactstrap button group, correcting size of button and removing rangeslider from bootstrap feature
* Applying Reactstrap input select (#570)
* applying reactstrap input select
* minor adjustment to multiselect
* Bootstrap - Implementing conjs and boolean (#585)
* implementing conjs and boolean
* adapting the other components with reactstrap Input
* implementing dropdown to obtain options with bootstrap styles
* stretching dropdown options - bootstrap
* adding bootstrap style to multiselect and its options
* implementing bootstrap field select
* adding margin to group items
* minor adjustment to item group spacing and adding key to fix warning
* fixing indentation and warning (#606)
* improve
* cool vs
* readme
* lint fix
* 4.10.0
Co-authored-by: Pedro Coelho <pedrocoelhoprojetos@gmail.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
# Changelog
2
-
2
+
- 4.10.0
3
+
- Support Bootstrap (via `reactstrap`) (PR #604)
3
4
- 4.9.0
4
5
- Added `is_null` and `is_not_null` operators (issue #494) (PR #522)
5
6
- ! Breaking change for operators `is_empty` and `is_not_empty`. Left for text type only, for other types will be auto converted to `is_null`/`is_not_null`. Changed meaning of `is_empty` - now it's just strict comparing with empty string. Before change meaning was similar to `is_null` (and export to SQL was wrong because of non-existent operator `IS EMPTY`). (issue #494) (PR #573)
0 commit comments