Releases: TRA-Tech/react-native-kitra
Releases · TRA-Tech/react-native-kitra
v2.0.0-rc.6
What's Changed
- feat: Added border width style when text input component is not editable. by @DogusErdem in #176
- update theme doc by @KaganYrk in #177
- feat: read me logos added by @DogusErdem in #178
- Example project refactor. by @DogusErdem in #179
- feat: Value prop has been added to the dropdown component. by @DogusErdem in #180
- feat: Added reference to notifications. Can now be used with reference outside of scope. by @DogusErdem in #182
- feat: Added containerStyle prop to AccordionList component. by @DogusErdem in #181
- feat: Types have been exported. by @DogusErdem in #183
- refactor: Mandatory props for the chip component have been edited. by @DogusErdem in #184
- fix: Fixed issues with the position of the label in the TextInput component. by @DogusErdem in #185
- feat: Added size prop to Dropdown component. by @DogusErdem in #186
- refactor: Notification props were regulated. by @DogusErdem in #187
- fix: Fixed the horizontal position of the dropdown button label. by @DogusErdem in #188
- feat: Description have been added to context types. by @DogusErdem in #189
- feat: Added borderWidth prop to the divider. by @DogusErdem in #190
- fix: Edited notification container styles. by @DogusErdem in #191
- feat: react-native-vector-icons updated. by @DogusErdem in #192
- fix: The padding of buttons has been corrected according to the button size. by @DogusErdem in #193
- refactor: Dropdown props type has been edited. by @DogusErdem in #194
- fix: Multiple dropdown typescript error fixed by @DogusErdem in #195
Full Changelog: v2.0.0-rc.5...v2.0.0-rc.6
v2.0.0-rc.5
What's Changed
- fix: Fixed left and right props of text input causing a crash . by @DogusErdem in #171
- fix: Fixed left and right props of accordion list causing a crash . by @DogusErdem in #172
- fix: Fixed button props of accordion list causing a crash . by @DogusErdem in #173
- refactor: Divider styles edited. by @DogusErdem in #174
- feat: Custom notification prop added. by @DogusErdem in #175
Full Changelog: v2.0.0-rc.4...v2.0.0-rc.5
v2.0.0-rc.4
What's Changed
- fix: Activity indicator now aligns to the center of the screen by @DogusErdem in #96
- fix: Android ripple effect removed by @DogusErdem in #97
- refactor: convert flashlist to flatlist by @KaganYrk in #99
- refactor: disable prop name changed to disabled by @DogusErdem in #98
- refactor: Theme succes key change to success by @DogusErdem in #100
- refactor: Badge & avatar updated by @KaganYrk in #106
- bug: Text input interpolatecolor by @DogusErdem in #107
- docs: add example project by @KaganYrk in #108
- refactor: Changed the labelStyle prop of the menu component to rowTextStyle by @DogusErdem in #112
- fix: Removed children from button component. added icon prop. by @DogusErdem in #111
- fix: Menu item icon centered. by @DogusErdem in #113
- fix: Fixed textinput component overlapping with border label. by @DogusErdem in #110
- refactor: component theme by @KaganYrk in #115
- refactor: Code optimization of the badge component. by @DogusErdem in #124
- fix: Fixed the issue of not rendering when changing the props of the buttons. by @DogusErdem in #123
- refactor: Slider value prop has been changed defaultValue. by @DogusErdem in #122
- refactor: Divider's borderSyle prop has been changed variant. by @DogusErdem in #119
- refactor: TextInput error message deleted. by @DogusErdem in #118
- refactor: Chip icon prop by @DogusErdem in #117
- refactor: remove icon button by @KaganYrk in #126
- refactor: remove modal by @KaganYrk in #128
- remove duplicated icon names by @KaganYrk in #129
- update avatar group type by @KaganYrk in #130
- refactor: pagerview by @KaganYrk in #132
- refactor: Notification component refactored. by @DogusErdem in #131
- feat: Added prop descriptions of components. by @DogusErdem in #133
- feat: Text input disable colors added. by @DogusErdem in #134
- fix: updated theme prop as optional by @KaganYrk in #135
- refactor: Toggle button background color opacity removed. Default background color changed. by @DogusErdem in #120
- fix: Edited the position of the Menu component by @DogusErdem in #136
- fix: dropdown dynamic height by @KaganYrk in #137
- refactor: button icon prop to left-right props by @KaganYrk in #138
- refactor icon prop to left-right by @KaganYrk in #140
- fix: Dropdown solved crash issue when required supports are not sent. by @DogusErdem in #145
- fix: Avatar groups solved crash issue when required supports are not sent. by @DogusErdem in #144
- fix: Accordion list solved crash issue when required supports are not sent. by @DogusErdem in #143
- fix: Speed dial component container style edited. by @DogusErdem in #142
- fix: Slider component container style edited. by @DogusErdem in #141
- fix: Toggle button component border width edited. by @DogusErdem in #139
- fix: Fixed menu crashing when required supports are not shipped. by @DogusErdem in #147
- fix:Fixed pager view crashing when required supports are not shipped. by @DogusErdem in #148
- fix: Fixed radio button crashing when required supports are not shipped. by @DogusErdem in #149
- fix: Fixed speed dial crashing when required supports are not shipped. by @DogusErdem in #150
- fix: Fixed toggle button crashing when required supports are not shipped by @DogusErdem in #151
- feat: opacity function exported by @DogusErdem in #152
- fix: Fixed Multiple Dropdowns crashing when required supports are not shipped. by @DogusErdem in #146
- feat: Flash-list package deleted. by @DogusErdem in #153
- feat: add component theme override by @KaganYrk in #155
- fix: Menu open animation edited. by @DogusErdem in #154
- fix: Dropdown opening animation edited. by @DogusErdem in #156
- fix: Multiple dropdown opening animation edited. by @DogusErdem in #157
- refactor: Divider component's styles edited. by @DogusErdem in #163
- feat: Chip right and left props now return the on focus of chip. by @DogusErdem in #162
- feat: Button right and left props now return the on focus of button. by @DogusErdem in #161
- feat: Text input right and left props now return the on focus of text input. by @DogusErdem in #160
- fix:Fixed position errors of right and left props in the multiple dropdown. by @DogusErdem in #159
- fix: Fixed position errors of right and left props in the dropdown. by @DogusErdem in #158
- refactor: Updated example project by @DogusErdem in #165
- refactor: Icon colors of buttons were removed from the theme. by @DogusErdem in #166
- refactor: Icon colors of accordion list were removed from the theme. by @DogusErdem in #167
- refactor: Icon colors of chip were removed from the theme. by @DogusErdem in #168
- refactor: Types edited. by @DogusErdem in #169
- feat: Button active opacity prop added. by @DogusErdem in #170
Full Changelog: v1.0.6...v2.0.0-rc.4
v2.0.0-rc.3
What's Changed
- fix: Activity indicator now aligns to the center of the screen by @DogusErdem in #96
- fix: Android ripple effect removed by @DogusErdem in #97
- refactor: convert flashlist to flatlist by @KaganYrk in #99
- refactor: disable prop name changed to disabled by @DogusErdem in #98
- refactor: Theme succes key change to success by @DogusErdem in #100
- refactor: Badge & avatar updated by @KaganYrk in #106
- bug: Text input interpolatecolor by @DogusErdem in #107
- docs: add example project by @KaganYrk in #108
- refactor: Changed the labelStyle prop of the menu component to rowTextStyle by @DogusErdem in #112
- fix: Removed children from button component. added icon prop. by @DogusErdem in #111
- fix: Menu item icon centered. by @DogusErdem in #113
- fix: Fixed textinput component overlapping with border label. by @DogusErdem in #110
- refactor: component theme by @KaganYrk in #115
- refactor: Code optimization of the badge component. by @DogusErdem in #124
- fix: Fixed the issue of not rendering when changing the props of the buttons. by @DogusErdem in #123
- refactor: Slider value prop has been changed defaultValue. by @DogusErdem in #122
- refactor: Divider's borderSyle prop has been changed variant. by @DogusErdem in #119
- refactor: TextInput error message deleted. by @DogusErdem in #118
- refactor: Chip icon prop by @DogusErdem in #117
- refactor: remove icon button by @KaganYrk in #126
- refactor: remove modal by @KaganYrk in #128
- remove duplicated icon names by @KaganYrk in #129
- update avatar group type by @KaganYrk in #130
- refactor: pagerview by @KaganYrk in #132
- refactor: Notification component refactored. by @DogusErdem in #131
- feat: Added prop descriptions of components. by @DogusErdem in #133
- feat: Text input disable colors added. by @DogusErdem in #134
- fix: updated theme prop as optional by @KaganYrk in #135
- refactor: Toggle button background color opacity removed. Default background color changed. by @DogusErdem in #120
- fix: Edited the position of the Menu component by @DogusErdem in #136
- fix: dropdown dynamic height by @KaganYrk in #137
- refactor: button icon prop to left-right props by @KaganYrk in #138
- refactor icon prop to left-right by @KaganYrk in #140
- fix: Dropdown solved crash issue when required supports are not sent. by @DogusErdem in #145
- fix: Avatar groups solved crash issue when required supports are not sent. by @DogusErdem in #144
- fix: Accordion list solved crash issue when required supports are not sent. by @DogusErdem in #143
- fix: Speed dial component container style edited. by @DogusErdem in #142
- fix: Slider component container style edited. by @DogusErdem in #141
- fix: Toggle button component border width edited. by @DogusErdem in #139
- fix: Fixed menu crashing when required supports are not shipped. by @DogusErdem in #147
- fix:Fixed pager view crashing when required supports are not shipped. by @DogusErdem in #148
- fix: Fixed radio button crashing when required supports are not shipped. by @DogusErdem in #149
- fix: Fixed speed dial crashing when required supports are not shipped. by @DogusErdem in #150
- fix: Fixed toggle button crashing when required supports are not shipped by @DogusErdem in #151
- feat: opacity function exported by @DogusErdem in #152
- fix: Fixed Multiple Dropdowns crashing when required supports are not shipped. by @DogusErdem in #146
- feat: Flash-list package deleted. by @DogusErdem in #153
- feat: add component theme override by @KaganYrk in #155
- fix: Menu open animation edited. by @DogusErdem in #154
Full Changelog: v1.0.6...v2.0.0-rc.3
v2.0.0-rc.1
What's Changed
- fix: Activity indicator now aligns to the center of the screen by @DogusErdem in #96
- fix: Android ripple effect removed by @DogusErdem in #97
- refactor: convert flashlist to flatlist by @KaganYrk in #99
- refactor: disable prop name changed to disabled by @DogusErdem in #98
- refactor: Theme succes key change to success by @DogusErdem in #100
- refactor: Badge & avatar updated by @KaganYrk in #106
- bug: Text input interpolatecolor by @DogusErdem in #107
- docs: add example project by @KaganYrk in #108
- refactor: Changed the labelStyle prop of the menu component to rowTextStyle by @DogusErdem in #112
- fix: Removed children from button component. added icon prop. by @DogusErdem in #111
- fix: Menu item icon centered. by @DogusErdem in #113
- fix: Fixed textinput component overlapping with border label. by @DogusErdem in #110
- refactor: component theme by @KaganYrk in #115
- refactor: Code optimization of the badge component. by @DogusErdem in #124
- fix: Fixed the issue of not rendering when changing the props of the buttons. by @DogusErdem in #123
- refactor: Slider value prop has been changed defaultValue. by @DogusErdem in #122
- refactor: Divider's borderSyle prop has been changed variant. by @DogusErdem in #119
- refactor: TextInput error message deleted. by @DogusErdem in #118
- refactor: Chip icon prop by @DogusErdem in #117
- refactor: remove icon button by @KaganYrk in #126
- refactor: remove modal by @KaganYrk in #128
- remove duplicated icon names by @KaganYrk in #129
- update avatar group type by @KaganYrk in #130
- refactor: pagerview by @KaganYrk in #132
- refactor: Notification component refactored. by @DogusErdem in #131
- feat: Added prop descriptions of components. by @DogusErdem in #133
- feat: Text input disable colors added. by @DogusErdem in #134
Full Changelog: v1.0.6...v2.0.0-rc.1
v2.0.0-rc.0
What's Changed
- fix: Activity indicator now aligns to the center of the screen by @DogusErdem in #96
- fix: Android ripple effect removed by @DogusErdem in #97
- refactor: convert flashlist to flatlist by @KaganYrk in #99
- refactor: disable prop name changed to disabled by @DogusErdem in #98
- refactor: Theme succes key change to success by @DogusErdem in #100
- refactor: Badge & avatar updated by @KaganYrk in #106
- bug: Text input interpolatecolor by @DogusErdem in #107
- docs: add example project by @KaganYrk in #108
- refactor: Changed the labelStyle prop of the menu component to rowTextStyle by @DogusErdem in #112
- fix: Removed children from button component. added icon prop. by @DogusErdem in #111
- fix: Menu item icon centered. by @DogusErdem in #113
- fix: Fixed textinput component overlapping with border label. by @DogusErdem in #110
- refactor: component theme by @KaganYrk in #115
- refactor: Code optimization of the badge component. by @DogusErdem in #124
- fix: Fixed the issue of not rendering when changing the props of the buttons. by @DogusErdem in #123
- refactor: Slider value prop has been changed defaultValue. by @DogusErdem in #122
- refactor: Divider's borderSyle prop has been changed variant. by @DogusErdem in #119
- refactor: TextInput error message deleted. by @DogusErdem in #118
- refactor: Chip icon prop by @DogusErdem in #117
- refactor: remove icon button by @KaganYrk in #126
- refactor: remove modal by @KaganYrk in #128
- remove duplicated icon names by @KaganYrk in #129
- update avatar group type by @KaganYrk in #130
- refactor: pagerview by @KaganYrk in #132
- refactor: Notification component refactored. by @DogusErdem in #131
- feat: Added prop descriptions of components. by @DogusErdem in #133
- feat: Text input disable colors added. by @DogusErdem in #134
Full Changelog: v1.0.6...2.0.0-rc.0
v1.0.6
v1.0.5
What's Changed
- fix: react-native-pager-view installation added to documentation by @DogusErdem in #89
- fix: Text input backgroundColor edited by @DogusErdem in #90
Full Changelog: v1.0.4...v1.0.5
v1.0.4
What's Changed
- fix: change label default color as theme.primary by @KaganYrk in #59
- Update avatargroup props by @DogusErdem in #60
- SpeedDial onChange prop is added by @DogusErdem in #61
- fix: onSelect prop is optional now by @KaganYrk in #62
- feat: left and right props returns visible status by @KaganYrk in #63
- fix: dropdown button focus background color changed to primary5 by @KaganYrk in #64
- fix: dropdown menu is now shown on top by @KaganYrk in #65
- fix: Changed the requirement of the AccordionList onExpand prop by @DogusErdem in #67
- fix: The borderwidth style of the ToggleButton component now appears. by @DogusErdem in #66
- fix: The text color now changes when the button is pressed by @DogusErdem in #68
- feat: Added style for CheckBox disabled prop by @DogusErdem in #69
- fix: Now helper text and count text styles are compatible by @DogusErdem in #70
- fix: Fixed press animation in the menu. Now works by default. by @DogusErdem in #74
- fix: TextInput disabled prop removed by @DogusErdem in #73
- fix: Fixed the issue where the text showing the percentage in the slider component did not show the correct value by @DogusErdem in #72
- fix: drowdown list flicker on open resolved by @KaganYrk in #71
- fix: actionText color dynamically updated by @DogusErdem in #75
- fix: icon animation removed by @KaganYrk in #76
- fix: If there is no errorMessage when the error prop is true, no error message will be shown by @DogusErdem in #77
- fix: TextInput default background color added by @DogusErdem in #78
- feat: return swipeRef as parameter in onPress props by @KaganYrk in #79
- fix: Now left-right items added to the menu align with the label by @DogusErdem in #80
- fix: The default value of the borderStyle prop is set to circular' by @DogusErdem in #82
- chore: Add docs by @KaganYrk in #84
- fix: Menu static width deleted by @DogusErdem in #88
New Contributors
Full Changelog: v1.0.3...v1.0.4
v1.0.3
What's Changed
- fix: Update avatargroup props by @DogusErdem in #2
- fix: PagerView Header Text visible by @DogusErdem in #4
- fix: Fixed ProgressBar bar color not showing up by @DogusErdem in #10
- fix: Problem with the slider component printing warnings to the console. by @DogusErdem in #14
- fix: checkbox implement prop edit by @DogusErdem in #17
- fix: multiple dropdown onselect prop return type updated by @DogusErdem in #18
- fix: updated multiple dropdown menu displayButtonValue prop by @DogusErdem in #19
New Contributors
- @DogusErdem made their first contribution in #2
Full Changelog: https://github.com/TRA-Tech/react-native-kitra/commits/v1.0.3