v0.0.124
What's Changed
- Added initial setup for storybook by @sangameshsomawar in #3
- Added details in package.json and pushed package to npm by @sangameshsomawar in #8
- Auto publish to npm on push by @sangameshsomawar in #9
- Updated README.md with reference to neetoUI. by @sangameshsomawar in #10
- Integrated husky and eslint by @sangameshsomawar in #16
- Integrated styled component library by @sangameshsomawar in #17
- Developed typography as reusable component by @sangameshsomawar in #18
- Integrated shapshot testing by @sangameshsomawar in #19
- Integrated component docs by @sangameshsomawar in #20
- [ImgBot] Optimize images by @imgbot in #22
- Added Type Safety for components with prop-types. by @sangameshsomawar in #28
- Showed link for story book in component docs. by @sangameshsomawar in #30
- Improved documentation by @sangameshsomawar in #26
- Typography component issues by @sangameshsomawar in #32
- Added support for auto linking of fonts with react-native-link command by @sangameshsomawar in #33
- Improved typography component by @sangameshsomawar in #35
- Updated placeholder color site with trusted site by @sangameshsomawar in #38
- [ImgBot] Optimize images by @imgbot in #36
- Added support for typography variants by @sangameshsomawar in #40
- [ImgBot] Optimize images by @imgbot in #44
- Developed button component by @sangameshsomawar in #43
- Updated home screen message by @sangameshsomawar in #48
- developed input component by @jayanth-karri22 in #50
- Supported Activity Indicator for button. by @sangameshsomawar in #51
- Fixed aliase are not working once library is published issue. by @sangameshsomawar in #54
- FAB component by @jenipharachel in #55
- Added controls for typography component by @sangameshsomawar in #65
- Fixed the issue where loader is shown even if isLoading prop is false. by @Tsudhishnair in #70
- Added textDecoration and textTransform style properties support in Typography component. by @Tsudhishnair in #71
- Toggle switch component by @jenipharachel in #69
- configure addons improve docs and snack by @jayanth-karri22 in #72
- Avatar component by @jenipharachel in #73
- Switch: Docs, controls and Snack by @jenipharachel in #75
- [ImgBot] Optimize images by @imgbot in #76
- Fab: Docs , Control addons and Snack by @jenipharachel in #67
- [ImgBot] Optimize images by @imgbot in #83
- Story update for toggle switch by @jenipharachel in #81
- develop badge as reusable component by @jayanth-karri22 in #77
- Added position props by @sangameshsomawar in #87
- add badge control addons by @jayanth-karri22 in #84
- Avatar: docs, snack and controls by @jenipharachel in #80
- [ImgBot] Optimize images by @imgbot in #92
- Developed bottom sheet as a reusable component. by @sangameshsomawar in #82
- text input issues by @jayanth-karri22 in #88
- Chip component by @Tsudhishnair in #89
- Fixes for issues faced while testing in neetoInvoice-RN by @jenipharachel in #97
- added fallback fix for avatar and updated stories by @jayanth-karri22 in #99
- input password feature added, updated controls and docs by @jayanth-karri22 in #100
- Added React.useRef for Input component by @sangameshsomawar in #102
- Developed Toast Message Component by @sangameshsomawar in #96
- Added story for multiline text by @sangameshsomawar in #107
- Moved text cursor position to top by @jenipharachel in #109
- snapshots updated for input by @jenipharachel in #110
- added support for label styles and minor design fixes by @jayanth-karri22 in #111
- Developed Alert Component by @sangameshsomawar in #106
- Added optional chaining while calling onPress handlers. by @sangameshsomawar in #113
- Developed ParentView by @sangameshsomawar in #115
- color support added for input by @jayanth-karri22 in #118
- Added correct prop type for child by @sangameshsomawar in #119
- fixed margin issue on input by @jayanth-karri22 in #121
- Fixed the issue where numeric content is not shown in badge component by @Tsudhishnair in #124
- Fixed the issue where the complete description in the Alert modal is not shown. by @Tsudhishnair in #126
- Added support for Info and Warning message Toast by @Tsudhishnair in #130
- Added docs, color from theme and android scroll true by default by @sangameshsomawar in #133
- Limit height for badge by @sangameshsomawar in #135
- Parentview improvements by @sangameshsomawar in #136
- bottomsheet UI issues by @jayanth-karri22 in #132
- Disable commit and push on master branch. by @sangameshsomawar in #140
- Implemented RichText editor component by @Tsudhishnair in #138
- Removed KeyboardAwareScrollView from ParentView by @sangameshsomawar in #143
- Input Component Improvements by @sangameshsomawar in #142
- Updated readme file by @sangameshsomawar in #145
- Added documentation and controls for chip component. by @Tsudhishnair in #146
- Added documentation and controls for button component by @Tsudhishnair in #149
- [ImgBot] Optimize images by @imgbot in #150
- input border prop fix by @jayanth-karri22 in #151
- Fixed import statement in RichTextEditor example. by @Tsudhishnair in #155
- Implemented ButtonGroup Component, added documentation and controls. by @Tsudhishnair in #154
- [ImgBot] Optimize images by @imgbot in #159
- Increased default font size for Input by @jenipharachel in #158
- Updated default placeholder text for richTextEditor and made the Avatar response upperCased. by @Tsudhishnair in #161
- Developed Reusable OTP Inputs Component by @sangameshsomawar in #163
- [ImgBot] Optimize images by @imgbot in #167
- Updated example for BottomSheet compoenent by @Tsudhishnair in #168
- Fixed issue where BottomSheet gets hidden behind the keyboard. by @Tsudhishnair in #171
- Refactored the toggleSwitch component into a generic component. by @Tsudhishnair in #175
- Fixed toolbar position issue and buttonGroup warning on running testcase. by @Tsudhishnair in #178
- [ImgBot] Optimize images by @imgbot in #179
- Developed popover as reusable component. by @sangameshsomawar in #181
- implemented Touchable component by @jayanth-karri22 in #176
- Replaced RN's SafeAreaView with Safe area context in Parent View by @jenipharachel in #180
- Badge size adjustment by @jenipharachel in #186
- develop card as a reusable component by @jayanth-karri22 in #182
- Fixed Toast styles to solve trim issues. by @sangameshsomawar in #190
- Added transparent border to solid buttons. by @sangameshsomawar in #191
- Refactored OTP component by @Tsudhishnair in #193
- added default ripple color for solid button variant by @jayanth-karri22 in #194
- added ref support for touchable to fix snapshot by @jayanth-karri22 in #196
- fix safeareaview bottom edge by @injas-bigbinary in #199
- Added bottom inset to nested container instead of safe area view. by @sangameshsomawar in #200
- Added [email protected] as owner and publisher in npmjs by @yedhink in #201
- Fixed description of the package. by @sangameshsomawar in #203
- Fixed description of npm package. by @sangameshsomawar in #204
- 208-improvements-on-bottomsheet by @injas-bigbinary in #209
- topbar integration by @injas-bigbinary in #212
- Running husky for storybooks on lint staged. by @sangameshsomawar in #214
- checkbox and radio button component by @injas-bigbinary in #217
- Moved RichText toolbar on top of editor by @jenipharachel in #222
- Updated input height by @injas-bigbinary in #220
- fix for android app crash in RichTextEditor by @jenipharachel in #224
- Showing toast in top when keyboard is active. by @sangameshsomawar in #207
- Hiding popover on press. by @sangameshsomawar in #225
- fix for ui button shadow issue by @jenipharachel in #227
- Select component by @sangameshsomawar in #229
- [ImgBot] Optimize images by @imgbot in #231
- Added multi select support by @kamolesh97 in #232
- [ImgBot] Optimize images by @imgbot in #234
- displayed keyboard when the otp input component mounts by @jenipharachel in #239
- Reusuable components by @jenipharachel in #241
- Divider prop fixes by @jenipharachel in #243
- Updated netlify links with onrender by @sangameshsomawar in #244
- dismissed keyboard before reopening it by @jenipharachel in #247
- Added required methods to get selected/deleted items for MultiSelect component. by @kamolesh97 in #250
- Select and Multiselect related changes by @kamolesh97 in #237
- Popover: call onpress after popover is animated out. by @kamolesh97 in #253
- Added support of TouchableOpacity to card component. by @sangameshsomawar in #251
- Select/Multiselect bug fixes. by @kamolesh97 in #255
- Added placeholder for no options by @kamolesh97 in #257
- Added ability to create searched option not present in options list. by @kamolesh97 in #261
- integrated eslint plugin neeto by @jenipharachel in #259
- Git workflow fix by @sangameshsomawar in #263
- Create release on push to master by @sangameshsomawar in #264
New Contributors
- @sangameshsomawar made their first contribution in #3
- @imgbot made their first contribution in #22
- @jayanth-karri22 made their first contribution in #50
- @jenipharachel made their first contribution in #55
- @Tsudhishnair made their first contribution in #70
- @injas-bigbinary made their first contribution in #199
- @yedhink made their first contribution in #201
- @kamolesh97 made their first contribution in #232
Full Changelog: https://github.com/bigbinary/neeto-ui-rn/commits/v0.0.124