Releases: jeffshaver/safe-app
Releases · jeffshaver/safe-app
v0.0.25
v0.0.24
Changes
- [fa30263] - fix issue with grid layout (jeffshaver)
- [d4fbc1c] - rewrite filters (jeffshaver)
- [880972a] - fix issue where filter values wouldn't be right if selected from auto-complete (jeffshaver)
- [3ab07a9] - fix issue where default filters weren't getting sent (jeffshaver)
- [b5b1792] - add application name to header (knorris)
- [2289e93] - stop collapsing of filters on submit (knorris)
- [e691210] - fix autocomplete values for default filters (jeffshaver)
- [5093d58] - fix issue with exporting tables (pml984)
- [16906b3] - add export option to search results (knorris)
- [a13ab81] - fix charts not resizing correctly (jeffshaver)
v0.0.23
Changes
- [dc7d79e] - fix issue where add filter button appeared after every filter (jeffshaver)
- [405041a] - fix PropType warnings and some other issues (jeffshaver)
v0.0.22
Changes
- [09df38c] - fix filter remove button on search page (jeffshaver)
- [cd00ef1] - add alerts banner (jeffshaver)
- [55f2d35] - implement required filters. default filter operator is now =. filter button now says submit (jeffshaver)
- [9349c4f] - add generic way to use tooltip component (pml984)
- [6dff496] - fix grid being inset by margin (jeffshaver)
- [5bda042] - use dashboard group select field from framework (jeffshaver)
- [565f2b2] - fix user session issue (knorris)
- [7a7e218] - update deps. remove flexbox hack. remove margin on filter directions (jeffshaver)
v0.0.21
Changes
- [7b3e071] - Closes #255. Added insruction instead of tooltip to filter buttons (knorris)
- [d1b7c3c] - Closes #223. Added reset button to filter on dashboard page (knorris)
- [7238d53] - Closes #218. Created a MetricsWrapper component and logged metrics for each dashboard, button clicks on search and filter (knorris)
- [93deb0c] - fix another dashboard size issue with strings (jeffshaver)
v0.0.20
Changes
- [c833c41] - fix warning when saving a chart. for visualization sizes to be numbers (jeffshaver)
v0.0.19
Changes
- [e61daa3] - fix some styles while dragging visualizations. only allow dragging from toolbar (jeffshaver)
- [6d701b2] - configurable dashboards (pml984)
- [48976f7] - change visualization styles (jeffshaver)
- [9d8caf8] - fix issue that caused all visualizations to be 2 columns wide (jeffshaver)
- [363ad31] - fix issue when dashboards only had one visualization (jeffshaver)
Dependency updates
- add
react-grid-layout
at0.12.7
v0.0.18
Changes
- [8e407b3] - allow visualizations to choose the number of rows they take up in the grid (knorris)
- [359afe8] - update dependencies and remove a few (jeffshaver)
- [b2cf4a4] - use new CircularProgress component from safe-framework (knorris)
- [8966659] - fix touch ripple on help icon (jeffshaver)
- [fa1406b] - remove unneccessary reference to dashboards in dashboard (jeffshaver)
- [e1eaab1] - bring dashboard back into safe-app (jeffshaver)
- [deeba8a] - fix issue where visualization menus wouldn't close after clicking (jeffshaver)
- [c9c50a5] - add eslint plugin to find bad imports. fix left nav styling (jeffshaver)
- [08c2fd5] - move dashboard component to safe-framework (pml984)
Dependency updates
- add
eslint-import-resolver-webpack
at0.4.0
- add
eslint-plugin-import
at1.11.1
- update
babel-cli
to6.11.4
- update
babel-core
to6.11.4
- update
babel-register
to6.11.5
- update
eslint
to3.1.1
- update
eslint-config-standard
to5.3.5
- update
eslint-plugin-promise
to2.0.0
- update
eslint-plugin-standard
to2.0.0
- update
radium
to0.18.1
- update
react-router
to2.6.0
- remove
is
- remove
color
- remove
flexboxgrid
- remove
jsesc
- remove
title-case
v0.0.17
Changes
- [20eb92b] - save state in MapComponent to avoid unneccessary rerenders (jeffshaver)
- [bd18975] - replace custom json formatting with JSON.stringify (jeffshaver)
- [7b068a5] - add != operator to operator list (knorris)
- [2130c0d] - fix drilldown issue (pml984)
- [327b951] - fix logo padding. allow menu items to pass a target (jeffshaver)
- [7cd2c21] - update eslint config and fix eslint issues (jeffshaver)
- [12efb96] - show better error message when authentication fails (knorris)
- [ce73ac4] - fix help menu styling (jeffshaver)
- [3c8569f] - fix select field menu item styles (jeffshaver)
- [db13b51] - allow ips in filter criteria (jeffshaver)
- [fca2b68] - fetch visualization results now passes filters as an object (jeffshaver)
v0.0.16
Changes
- [273cac7] - add ability for autocomplete in filters (jeffshaver)
- [978ba01] - fix help menu (jeffshaver)
- [f1fe13f] - add header component (jeffshaver)
- [591088e] - zoom only the x axis (jeffshaver)
- [27d95b1] - add fullscreen to maps (jeffshaver)
- [e67b719] - add zoom for timeline charts (jeffshaver)
- [85f5396] - create summary count visualization (jeffshaver)
Dependency updates
- add
leaflet-fullscreen
at1.0.1
- add
numeral
at1.5.3
- update
react-leaflet
to0.12.1
- update
safe-framework
to0.0.33