Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rv 276 #830

Closed
wants to merge 106 commits into from
Closed

Rv 276 #830

wants to merge 106 commits into from

Conversation

ShachiniMekala
Copy link

Checklist

  • Test Coverage is 100% for the newly added code
  • Storybook stories are added/updated for the changed areas
  • Components standards defined in this document are followed
  • Code is linted properly
  • Developer testing is done for the affected areas
  • Package version updated (not applicable to ent branch)
  • Changelog.md updated on possible breaking (applicable to ent branch)

RajithaKumara and others added 30 commits September 11, 2021 21:33
* OHRM-1008:Improve form layouts

* OHRM-1010:Implements input field with validatable

* OHRM-1010:Improve file input component

* OHRM-1010:Disabled attribute inheritance for input field

* OHRM-1013:Initiate basic data table

* OHRM-1014:Add icons support

* OHRM-1017:Initiate card data table

* OHRM-1017:Improve card data table

* OHRM-1018:Initiate pagination component
* OHRM-1018:Add icon button component

* OHRM-1017:Add action cell type

* OHRM-1017:Add a11y addon to storybook

* OHRM-1017:Refactor code
* OHRM-1021:Develop loading spinner

* OHRM-1021:Fix storybook a11y addon issue

* OHRM-1017:Fix checked select all input when async data loading

* OHRM-1008:Improve input field to emit errors

* OHRM-1023:Initiate label button
* OHRM-1041:Configure PostCSS

* OHRM-1042:Restructure button Sass

* OHRM-1042:Develop feedback buttons for label,ghost

* OHRM-1042:Develop tool, text button

* OHRM-1042:Add icon button
* OHRM-1043:Initiate sheet component

* OHRM-1043:Append unit test for oxd-text

* OHRM-1044:Develop dialog component

* OHRM-1045:Initiate toast component

* OHRM-1046:Bump @storybook/vue3 version to 6.2.0-beta.1

* OHRM-1045:Develop toast container component
* Package version added

* uuid mixin added

* oxd-button type prop changed

* form validation feature added

* form validation story added

* removed type prop and emit

* moved error bag interfaces inside form component

* oxd-button type prop rename, story updated

* Dynamic form validation story added

* tsconfig file moved from component dir to root

* lint fixes

* unit tests updated

* input field test lint fix on mock function

* changes requested
* OHRM-1008:Refactor form-group to input-group

* OHRM-1017:Improve unit tests for card table

* OHRM-1017:Refactor storybook stories
* Develop sidepanel (orangehrm#5)

* Package version added

* uuid mixin added

* oxd-button type prop changed

* form validation feature added

* form validation story added

* removed type prop and emit

* moved error bag interfaces inside form component

* oxd-button type prop rename, story updated

* Dynamic form validation story added

* tsconfig file moved from component dir to root

* lint fixes

* unit tests updated

* input field test lint fix on mock function

* static assets added, storybooks webpack config updated

* oxd-sidepanel component base

* main menu collapse toggle button responsive fix

* oxd sidepanel component unit tests added

* aria violations fixes

* Dropdown Menu Component Added

* sidepanel unique key set, zindex update

* topbar, l1,l2 menu component added

* default layout component added

* lint fixes

* unit tests updated

* images assets moved

* font assets added

* click-outside directive added

* oxd-userdropdown, oxd-notifdropdown added

* lint fixes

* newline added

* form input field type error fix

* responsive fixes

* topbar dropdown components styles moved to seperate files

* branding, mainmenu component style files added

* branding component image src prop added

* input field stories fix
* stylesheets renamed to kebab case

* oxd card table type errors fixed
* oxd-cardtable improvements

* fixup! oxd-cardtable improvements

* fixup! oxd-cardtable improvements
pathumhdes and others added 29 commits May 30, 2022 19:04
* OHRM5X-778: Add localization date format support to date input (orangehrm#287)

* OHRM5X-1355: Add OXD-Color input field (orangehrm#292)

* OHRM5X-1385: Add thumbs up/down icons (orangehrm#341)

* OHRM5X-1456: Change variables for OXD theming (orangehrm#363)

* OHRM5X-1352: Add social media svg icons (orangehrm#371)

* OHRM5X-377: Fix general defects (orangehrm#378)

* OHRM5X-390: OXD Grid side margin fix to allow grid content alignment in card

* OHRM5X-379: OXD sheet/table filter padding fixes

* OHRM5X-378: OXD Grid remove verticle paddings

* OHRM5X-629: OXD Dialog style issue fixes

* OHRM5X-1481:  Fix color input TouchEvent undefined issue in Firefox (orangehrm#387)

* OHRM5X-629: OXD Dialog gutters prop added

* OHRM5X-1481: OXD Color fix Firefox issue with TouchEvent undefined

* OHRM5X-377: OXD Form prevents showing errors while loading

* OHRM5X-1501: Upload jest coverage artifacts (orangehrm#402)

* OHRM5X-1500: Support 8 columns grid (orangehrm#408)

* OHRM5X-1500: OXD Grid add 8 column support

* OHRM5X-1402: OXD multiselect autocomplete selected items are removed on backspace fix

* OHRM5X-1491: Improve useResponsive composable (orangehrm#434)

* OHRM5X-1507: Add SVG client logo & banner support to layout (orangehrm#449)

* OHRM5X-1507: Add SVG support for layout

* OHRM5X-1507: Append version to title

* OHRM5X-1507: Change storybook favicon

* OHRM5X-1586: Prevent OXD Form validation of disabled fields (orangehrm#458)

* OHRM5X-1588: Validate date input value with display date format (orangehrm#463)

* OHRM5X-1628: Bump version to 1.0.6 (orangehrm#483)

Co-authored-by: devishke-orange <[email protected]>
Co-authored-by: Rajitha Kumara <[email protected]>
* OHRM5X-1696: OXD Pie chart custom tooltip added
* OHRM5X-1657: Add OXD svg icons

* OHRM5X-1657: Bump version to 1.0.7-alpha.5
* OHRM5X-1724: Fix bar chart label clipping issue

* OHRM5X-1730: Add glass button component

* OHRM5X-1732: Add buzz post input component
* OHRM5X-1786: Remove unused assets

* OHRM5X-1786: OXD glass button fix icon not displaying issue
* OHRM5X-1988: Implement build system for OXD library
* OHRM5X-859: OXD Report table set fixed height to enable sticky headers

* OHRM5X-2081: OXD Select input keyboard navigation issue fix

* OHRM5X-939: OXD Report table revert header trunking behavior
	.github/workflows/linting.yml
	.github/workflows/storybook.yml
	.github/workflows/unit-tests.yml
	README.md
	components/.browserslistrc
	components/.eslintrc.js
	components/.gitignore
	components/babel.config.js
	components/jest.config.js
	components/package.json
	components/src/core/components/Button/Button.vue
	package.json
	storybook/.storybook/main.js
	storybook/.storybook/preview.js
	storybook/babel.config.js
	storybook/package.json
	storybook/stories/core/components/Button/Button.stories.js
	tsconfig.json
	yarn.lock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants