Release 0.1.0-beta.1
Pre-release
Pre-release
Added
- Support for double data type (#72) PR #86
- Added search functionailty for table list similar to schema. (#73) PR #88
- Added input field for date/datetime/time/timestamp copy over for insert and update. (#47) PR #87
- Added support for reseting to null or default for insert and update (#48) PR #93
- Added support to render default values if exist for insert (#95) PR #93
- Added browser default popup to confirm before page refresh. (#7) PR #94
- Added table sorting feature (#84) PR #98
- Added more details in the error message for table content/attribute/info fetch PR #96
Changed
- Changed dark and default logos to reflect new
DataJoint LabBook
name. PR #70 - Changed Insert and Update component code to share common form generation code, still need to do for delete (#54) PR #86
- Replaced the word delete with trash icon for filter card removal (#82) PR #87
- Hide dependency logic in update and delete action - partially fixes (#83) PR #87 #91
- Update nginx image to pull from datajoint organization. PR #94
- Changed the total number of entries in table to reflect the actual total count sent back by pharus PR #96
- Improved filter request logic to reduce unnecessary calls with configurable delay. (#85) PR #97
Fixed
- Fixed issue with input fields for decimal, floats, and double not having the correct step settings. (#81) PR #86
- Fixed formating for time to match HH:MM:SS, before it would chop off MM and SS if was less then 10 (#74) PR #86
- Fixed issue with insert error breaking the app. (#71) PR #87
- Fixed issue with time, date, datetime, and timestamp display null as Nan::Nan, now it just display null for those fields (#75) PR #89
- Fixed broken styling that came up in the code cleaning process. PR #92
- Fixed tinyInt input field min/max value. (#77) PR #92
- Fixed typos for table type string (smallint/medium unsigned) PR #96
- Fixed part table selection not getting highlighted correctly PR #96