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
BREAKING CHANGE: None, All v4 related components added, but no more compexity added.
### Changes made
Explain what you made to present the following solution on this pull
request.
---
### My pull request is for
- [ ] A bugfix
- [x] A new component
- [ ] An existing component update
### Also, it complies with the following
- In case of a `new component`
- [x] A folder with its name on `src/components/organisms`
- [x] A `index.tsx` file where the component will be coded
- [x] New and/or updated interfaces, types, tuples and enums for the
component
- [x] A `index.test.ts` file for its units tests and create the needed
to reach at least 90% of code coverage
- [x] A `index.stories.tsx` file for storybook stories and add at least
2 stories for different scenarios
---
### Screenshots
`In case of have differences between old and new functionality, please
provide a 'Before vs After' comparrison in order to show in a graphic
way your contribution`
# [4.0.0](v3.2.0...v4.0.0) (2024-1-31)
### Bug Fixes
* Updating depdencies version. Updating README and related files for post-v4.0.0 commits ([71032b1](71032b1))
### Features
* Create component "Table" ([#257](#257)) ([#80](#80)) ([6517dac](6517dac))
### BREAKING CHANGES
* None, All v4 related components added, but no more compexity added.
### Changes made
Explain what you made to present the following solution on this pull
request.
Objective
Create bulma's component
Table
from scratchDescription
Based on project's roadmap, this component will need to have the following specifications
.test.tsx
) for its related unit tests.stories.tsx
) to be deployed on a public Storybook site (and be tested for anyone)Tasks
index.tsx
file where the component will be coded.test.ts
file for its units test and create the needed to reach at least 80% of code coverage.stories.tsx
file for storybook stories and add at least 2 stories for different scenariosTicket relationships
Technical notes
None
The text was updated successfully, but these errors were encountered: