- Error response from axios is passed to failureCallback used in BaseModel.
- Environment configuration settings via dotenv files.
- Now
FormInputcan take any html attribute as prop.
- require statement in fetchComponent method. (it was causing issue while chunking)
- Now we can pass custom callback
onNavCloseto be invoked when Primary or Secondary Navigation Menu is closed - Added
enzyme-adapter-react-16@1.0.2to make test cases compatible withreact 16 - Added
.circleci/config.ymlfor continous integration. - Added
.circleci/npmSetup.shfor resolving version dependencies during build. - Added
publishConfigblock inpackage.json.
- Updated
enzymeto3.1.0to make test cases compatible withreact 16. - Updated
.gitignorefor includingnpmSetup.shinto VCS. - Set
"private": falseinpackage.jsonfor enabling publish operation.
- Some type issues.
react-selectimport inDropDownInputTemplate.- Fixed
onChangehandler inDropDownInputTemplate.
KeywordMatchercomponent for conditional rendering based on keywords.
- Refactored
Inputin widgets to modularizeGenericInputTemplate,BooleanInputTemplate,DropDownInputTemplate,DateTimeComponentandListInputTemplate - Replaced the use of
react-datetimewithFormControl[type="date"]in DateTimeComponent. - Replaced custom dropdown in
DropDownInputTemplatewithreact-select
- Added props to style headers in PagedList
- Added isJobBoardManager permission
- Utilty method in commonUtils to get Nested Data (
getNestedData)
- Updated typings of
react@15.0.21,react-bootstrap@0.0.50,react-do@0.14.23 - Added prop
onNavCloseto call custom method whenMenuLauncherIconis closed - Added support for nested
columnNamesinModelandDataGrid
- Removed deprecated typings of
reduxand used typings which was coming withredux.
- Secondary navigation drawer.
- A check to restrict the number of navigation drawer and fixed the demo file.
- Documentation for the navigation menu.
- Checks for the boolean type input label.
- Object prototype functions:
isEmptyto check if an object is empty.objectEachto iterate over an object.
getRowStyleMethod support in Model to get custom style for every Row of DataGrid. When defined in Model, it will be called for every instance in instanceList and CSS returned from that method will be applied to Row of that Grid.- Added boolean prop
exactinAuthRoutewhich will add propexacttoRouteofreact-router-domif specified.
- Reseted
activePageforPaginationoncomponentWillMountofPagedList, So when coming back again on Listing Page from any other page, pagination will start from 1.
- Object prototype functions:
isEmpty.objectEach.