- Add dashboards with logs
- Add setSelectedRowsHandler for change value in Table
- Add export
FormItems
andFormItem
- Fix Ant Table two load configs
- Fix two dispatch in Table
- Fix Ant Table footer height
- Fix bugs with types
- Fix bug withItem props
- Fix bug with reload component after change store
- Fix FormBody. Error in console noPadding and scrollable
- Change call withStore
- Change Upload props logic.
- Not need valuePropName
- Init value struct
{ dataObject: {...} }
- Dispatch struct
{ dataObject: {...}, file: {...} }
- Add TypeScript to project
- Restrict declarative to many files
- Add extraData as object for Modal and Simple components
- Rename
setDateStore
tosetDataStore
- Fix infinity for
Select
- Add initFormData in Form dispatch
- Add className and style in Rt Table
- Move Modal dispatch in request
- Fix radical id in Select
- Fix select lose param
- Fix modal requestSaveForm
- ReStruct main
index.js
- Add new components Slider, Collapse, Popover, Tooltip
- Form
- Change
onFinish
inForm
. Send full save object - Remove props
autoSaveForm
- Change
- Modal
- Add
onOk
andonFinish
for local modal - Send full save object to
onOk
andonFinish
- Change modal types to
['save', 'select', 'view']
- Add props
methodSaveForm
- Rename props
requestSaveRow
torequestSaveForm
- Add
- Select
- Fix bug with no load option by id
- Add props
lostParamName
name filter param for load option. Default'id'
- Add search in Select and TreeSelect
- Add
response.data
as second param in onFinish func after requestSaveForm inForm
- Add
response.data
as second param in onFinish func after requestSaveRow inModal
- Add default sort for
Table
from config - Add support
dispatch.path
forTable
- Add reset sort for Rt table
- Add TimePicker
- Fix bugs
- Date/Time Picker render error
- Form not support props error
- Select need set showSearch error
- Add withMount in subscribe
- Refactor config loader for Ant Table
- Refactor and add BodyCell for Ant Table
- Fix bug withClear fields
- Add support new struct extraData for
Table
Example:extraData: { filter: <path>, searchValue: <path> }
- Change reducer. If set undefined value then remove field
- Fix isValid for Table props
customFields
- Add isValid in Table for
_addRow
func - Add
Ant Table
for no infinity Tables - Change default headerHeight and rowHeight to 36px (small size in Ant Table)
- Remove check value before dispatch in HOC
withStore
- Add
_setLoadedRowsHandler
inTable
for callonChange
after load data - Add dispatch
onRowClick
- Add support children for
Custom
component - Add
setSubscribePropsHandler
in HOC withStore
- Remove def padding for cell.
Need add
rt-table-cell
incellRenderer
for add padding - Add
Table
propscellBordered
,rowBordered
,editMode
,value
andonChange
- Add
setSubscribeProps
fromTable
- Add dispatch new events to
${dispatchPath}.events.${nameEvent}
:onAddRows
onAddRow
onAddRowAsCopy
onEditRow
onRemoveRow
onMoveUpRow
onMoveDownRow
- Add
FormList
andList
- Refactoring code
- Add components
- FormHeader
- FormBody
- FormFooter
- TreeSelect
- UploadFile
- Add
JSX
style components - Add
declarative
style components
- Fix bug "Add select row on a double click"
- Fix bug with
ListItems
operations - Change
Modal
subscribe object to array - Add in
Modal
subscribe onChange funcsopenModal
andcloseModal
- Add rowDoubleClickDispatch to
Table
- Add select row by rowClick if selectable table
- New
Table
component - New
Select
component - Full refactor code
- Add export notificationError
- Remove not used initStore
- Add showTime to
DateRange
- Add
ListItems
andListItem
- Add setButtonProps in
Modal
- Add selectedDispatchPath in selectAll in
Table
- Fix editable modal in selectable
Table
- Fix
Table
styles for safari
- Add centralize notificationError
- Add subscribe and dispatchPath in
Modal
- Change
Modal
props selectedRow to modalData - Fix
Tabs
style - Fix
Select
style
- Add estimatedRowHeight for
Table
- Add generate markdown by props of components
- Fix
MultiSelect
- Add getValueFromMultiSelect for
MultiSelect
- Add requestDeleteRow in
FormTable
- Add init dispatch in
Select
- Add description in notification.error
- Add Modal in FormItem
- Fix selectedRowKeys for local SingleSelect
- Fix forwardRef in
FormTable
- Fix parent select in file manager modal
- Fix
index.js
(addFileManager
)
- Fix save group in
FormTable
- Change
CommandPanel
style - Add
FileManager
,Custom
component - Add forwardRef in
FormTable
- Add clipboard utils
- Change Search in
Cmd panel
. Now you can change props acrosssystemBtnProps
- Fix
TabPane
styles inForm
- Fix hide
Select
when click on search
- Fix saveModalObject
- Fix overflow select in modal
- Add handler to props in
FormTable
foronClickUp
andonClickDown
- Add up and down for tree table
- Add clear button for
Select
- Fix bug with
RadioGroup
- Fix bug with view
Title
,Text
andDateText
- Change dispatch from
onChange
touseEffect
in HOCwithStore
- Add
useEffect
for subscribeProps.value in HOCwithStore
. If change subscribeProps.value then callonChange
- Add set SelectedRowKeys from props.value in
reloadData
func inTable
- Remove className from React.Fragment in
Table
footer
- Rename tableReducer to rtdReducer
- Rename actions
initTableStore
andsetTableSelectedRow
toinitStore
andsetDateStore
- Rename type actions
INIT_TABLE_STORE
andSET_ROWS
toINIT_STORE
andSET_DATA_STORE
- Fix command panel elements in
Select
- Fix excludeProps in
Typography
- Add dispatch and subscribe for All ItemComponents such as
Button
,Checkbox
,Input
and others from their level - Change dispatch and subscribe in
Table
. Now dispatch to store selected row to${dispatchPath}.selected
and all rows to${dispatchPath}.rows
- Remove prop from
Table
=>footerShow
,footerTitles
,footerHeight
- Add props to
Table
=>footerProps
with fields- height
- showElements
- selectedTitle
- loadedTitle
- totalTitle
- leftCustomSideElement
- centerCustomSideElement
- rightCustomSideElement
- Fix bugs with selectable table
- Add dispatchPath and subscribe to
Table
- Fix selectable Modal
- Fix Prop Type for cmd panel
- Add label for Checkbox
- Fix Prop Type for cmd panel
- Fix justify footer buttons
- Fix height forms
- Delete
initialValues
from FormModal - Add
loadInitData
to FormModal - Delete not need
console.log
from FormTable - Add all PropTypes to FormTable (import all props from Table)
- Change leftCustomSideElement centerCustomSideElement rightCustomSideElement в CommandPanel
- Add DatePickerHOC for convert init value
- Change view modal to viewGroup and viewObject
- Add new componentType
DateText
for view date