You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* updated antd select to radix select
* changed switch from antd to radix
* changed switch in formBuilder
* added story for switch and fixed props for select in FormBuilder
* feat: update antd select to radix select (#28)
* updated antd select to radix select
* changed switch from antd to radix
* changed switch in formBuilder
* added story for switch and fixed props for select in FormBuilder
Co-authored-by: Koteswarudu Akula <koteswaruduakula@koteswarudu-a.optilink>
* Changed antd radio to radix
* chore: changed storybook for Radio
* fix: updated yarn lock to fix rollup plugin version issue
* feat: replaced antd slider with radix slider
* feat: removed antd from image
* feat: removed antd tag and created a new tag component
* feat: added a simple preview option to Image
* feat: updated antd radio to radix (#30)
* updated antd select to radix select
* changed switch from antd to radix
* changed switch in formBuilder
* added story for switch and fixed props for select in FormBuilder
* Changed antd radio to radix
* chore: changed storybook for Radio
* fix: updated yarn lock to fix rollup plugin version issue
* feat: replaced antd slider with radix slider
* feat: removed antd from image
* feat: removed antd tag and created a new tag component
* feat: added a simple preview option to Image
Co-authored-by: Koteswarudu Akula <koteswaruduakula@koteswarudu-a.optilink>
* feat: created a new component combobox
combobox provides multi select and search features
BREAKING CHANGE: select doesn't provide multi select or search feature. if we need them, we need to
use combobox.
combobox for multiselect and search feature #31
* style: minor styling changes
* feat : combobox for multiselect and search features (#32)
* updated antd select to radix select
* changed switch from antd to radix
* changed switch in formBuilder
* added story for switch and fixed props for select in FormBuilder
* Changed antd radio to radix
* chore: changed storybook for Radio
* fix: updated yarn lock to fix rollup plugin version issue
* feat: replaced antd slider with radix slider
* feat: removed antd from image
* feat: removed antd tag and created a new tag component
* feat: added a simple preview option to Image
* feat: created a new component combobox
combobox provides multi select and search features
BREAKING CHANGE: select doesn't provide multi select or search feature. if we need them, we need to
use combobox.
combobox for multiselect and search feature #31
* style: minor styling changes
Co-authored-by: Koteswarudu Akula <koteswaruduakula@koteswarudu-a.optilink>
* fix: lint issues
* chore(release): publish v0.7.1-alpha.0
* ci: add npm whoami to debug
* chore(release): publish v0.7.1-alpha.1
* ci: fix lerna publish
* chore(release): publish v0.7.1-alpha.2
* ci: update npm registry
* chore(release): publish v0.7.1-alpha.3
* feat: added radio button feature to radio and changed combobox to hide content properly
radio button feature supports to insert custom components into radio group and combobox will now
hides the content using ellipsis when the screen is minimized.
* feat: added tooltip for slider and changed tag to hide the content using ellipsis when required
* fix: fixed select so that it will be rendered correctly even if no initial value is given
* chore: added styles to radio and switch
* feat: added enable tag feature for combobox in form and fixed placeholder content hiding
* feat : added features to combobox , select , radio, tag , switch and slider (#33)
* updated antd select to radix select
* changed switch from antd to radix
* changed switch in formBuilder
* added story for switch and fixed props for select in FormBuilder
* Changed antd radio to radix
* chore: changed storybook for Radio
* fix: updated yarn lock to fix rollup plugin version issue
* feat: replaced antd slider with radix slider
* feat: removed antd from image
* feat: removed antd tag and created a new tag component
* feat: added a simple preview option to Image
* feat: created a new component combobox
combobox provides multi select and search features
BREAKING CHANGE: select doesn't provide multi select or search feature. if we need them, we need to
use combobox.
combobox for multiselect and search feature #31
* style: minor styling changes
* feat: added radio button feature to radio and changed combobox to hide content properly
radio button feature supports to insert custom components into radio group and combobox will now
hides the content using ellipsis when the screen is minimized.
* feat: added tooltip for slider and changed tag to hide the content using ellipsis when required
* fix: fixed select so that it will be rendered correctly even if no initial value is given
* chore: added styles to radio and switch
* feat: added enable tag feature for combobox in form and fixed placeholder content hiding
Co-authored-by: Koteswarudu Akula <koteswaruduakula@koteswarudu-a.optilink>
* chore(release): publish v0.7.1-alpha.4
* feat: removed antd input and created a new input component from scratch
* feat: created a new checkbox component using radix and updated it in filters
* feat: created a new text component from scratch which provides different text styles
* feat: created a new tooltip component which supports 12 placement positions
* feat: replaced radix icon with a new component built from scratch
* feat: replaced antd button component with a new component buitl from scratch
* feat: updated confirm modal styles
* feat: replaced antd popover with radix popover component
* feat: replaced antd notification component with radix toast
* feat: replaced antd tabs component with radix tabs
* feat: replaced antd sidebar with a new sidebar component
* chore: updated theme styles
Co-authored-by: Koteswarudu Akula <koteswaruduakula@koteswarudu-a.optilink>
Co-authored-by: akula-koteswarudu <60617676+akula-koteswarudu@users.noreply.github.com>
Co-authored-by: akula-koteswarudu <koteswaruduakula@gmail.com>
Co-authored-by: Rishabh Mishra <me@rsbh.dev>
0 commit comments