Skip to content

Latest commit

 

History

History
893 lines (409 loc) · 51.8 KB

CHANGELOG.md

File metadata and controls

893 lines (409 loc) · 51.8 KB

4.3.6 (2025-01-06)

Bug Fixes

4.3.5 (2025-01-04)

Bug Fixes

  • Fixing input's testId implementation on FormFieldInput (#538) (#537) (336295d)

4.3.4 (2024-12-29)

Bug Fixes

  • Adding date input type for Input. Types adjusted for a extended brandConfig implementation (864a9e6)
  • Dependencies version updated. 12/29/24 (#536) (#535) (94fb512)
  • Updating dependencies (0c86bab)

4.3.3 (2024-12-27)

Bug Fixes

  • Fixing non-functional user interactions in Select component (#530) (#529) (40e2010)

4.3.2 (2024-12-26)

Bug Fixes

4.3.1 (2024-12-24)

Bug Fixes

4.3.0 (2024-12-17)

Features

4.2.1 (2024-12-10)

Bug Fixes

  • Fixing missing event argument on handlers (ef99cb5)

4.2.0 (2024-12-10)

Features

4.1.5 (2024-12-08)

Bug Fixes

4.1.4 (2024-12-01)

Bug Fixes

4.1.3 (2024-11-24)

Bug Fixes

4.1.2 (2024-11-18)

Bug Fixes

  • Fixing linting issues with new version (2f531dc)

4.1.1 (2024-11-18)

Bug Fixes

  • Fixing build process and package sintaxis error. Adding missing husky package (413c586)

4.1.0 (2024-11-18)

Features

4.0.30 (2024-11-11)

Bug Fixes

4.0.29 (2024-11-05)

Bug Fixes

4.0.28 (2024-10-30)

Bug Fixes

4.0.27 (2024-10-14)

Bug Fixes

4.0.26 (2024-09-23)

Bug Fixes

4.0.25 (2024-09-17)

Bug Fixes

4.0.24 (2024-09-09)

Bug Fixes

4.0.23 (2024-09-03)

Bug Fixes

4.0.22 (2024-08-13)

Bug Fixes

4.0.21 (2024-08-05)

Bug Fixes

4.0.20 (2024-07-22)

Bug Fixes

4.0.19 (2024-07-16)

Bug Fixes

4.0.18 (2024-07-08)

Bug Fixes

4.0.17 (2024-07-04)

Bug Fixes

4.0.16 (2024-06-24)

Bug Fixes

4.0.15 (2024-06-17)

Bug Fixes

4.0.14 (2024-06-09)

Bug Fixes

4.0.13 (2024-06-03)

Bug Fixes

4.0.12 (2024-05-27)

Bug Fixes

4.0.11 (2024-05-22)

Bug Fixes

4.0.10 (2024-05-01)

Bug Fixes

4.0.9 (2024-04-02)

Bug Fixes

4.0.8 (2024-03-24)

Bug Fixes

4.0.7 (2024-03-12)

Bug Fixes

4.0.6 (2024-3-4)

Bug Fixes

4.0.5 (2024-2-27)

Bug Fixes

4.0.4 (2024-2-19)

Bug Fixes

4.0.3 (2024-2-11)

Bug Fixes

  • Added issue uploader to project workflow (b9a96a0)
  • Change weekly dependencies updater issue to its project (#274) (#273) (5128cf3)
  • Dependencies version updated (f53d26d)

4.0.2 (2024-2-4)

Bug Fixes

  • Dependencies version update. Improvements in issue creation. 02/04/24 (9825746)

4.0.1 (2024-2-3)

Bug Fixes

  • Add a weekly dependency updates issue creator (#259) (#258) (e6eb50d)
  • Adding weekly dependency updates issue creator using GitHub Actions (4234f45)
  • Small adjustments and updates on README file (ac0caf0)

4.0.0 (2024-1-31)

Bug Fixes

  • Updating depdencies version. Updating README and related files for post-v4.0.0 commits (71032b1)

Features

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.

3.2.0 (2024-1-30)

Bug Fixes

  • Updating dependencies versions (f4eb36e)

Features

3.1.0 (2024-1-29)

Features

3.0.0 (2024-1-26)

Bug Fixes

  • Refactoring render function for Hero component. Adding better typing (8989670)
  • Updating dependencies version (435cb7f)

Features

BREAKING CHANGES

  • None, All v3-related components added, but no more compexity added.

Changes made

  • Create new component Section.
  • Small type additions for Section and Hero components.
  • Refactor of Hero section rendering, based on Section implmentation.
  • Dependencies version update.

2.17.0 (2024-1-25)

Features

2.16.0 (2024-1-24)

Bug Fixes

  • Updating dependencies version (aa8cd02)

Features

2.15.0 (2024-1-23)

Bug Fixes

  • Moving componentEnums content to domTypes for better type management (80ef7eb)

Features

2.14.0 (2024-1-22)

Bug Fixes

  • Creating ChildrenType and SingleChildType less redudant types (864ae47)
  • Small renames on used Types for better naming consistency (70638f8)

Features

2.13.0 (2024-1-21)

Features

2.12.0 (2024-1-20)

Bug Fixes

  • Dependencies version update (6885e91)
  • LICENSE year updated (d063996)
  • Moving FormField as a organism-level component (cc70d6f)
  • Rename parseKey function to generateKey. Generator functions moved to a separated file with its mocks and UTs (05fd93a)
  • Updating codeql-action action from v2 to v3 (9e8a03d)

Features

2.11.0 (2024-1-17)

Bug Fixes

  • Adding missing alt property to Image for accessibility purposes (f6465a3)
  • Adding missing prop placeholder in Input component (eab77b0)

Features

2.10.0 (2024-1-16)

Bug Fixes

  • Snyk command updated to fix pipeline errors (0851063)
  • Solving node-version issue for semantic-release run. Updated for other jobs aswell (3ff6f14)
  • Updating dependencies versions (3048b14)

Features

2.9.0 (2023-12-10)

Bug Fixes

  • Dependencies versions updated (5a69a1e)

Features

2.8.0 (2023-11-20)

Bug Fixes

  • Dependencies version updated (f8bb7cd)
  • Improving Title component UT to 100% (2d561a9)
  • Reducing redundant storyNames on stories (2381dd6)
  • Solving missing tech debt according SonarCloud (12c27f1)

Features

2.7.0 (2023-11-12)

Bug Fixes

  • Dependencies versions up to date (4c65087)
  • Solving some founded code bugs from SonarCloud analysis. Better implementation and UT on next commit (06fc524)
  • Solving some key generations using a custom parser (fbb156a)
  • Tiny adjustments on component templates (bacb670)
  • Updating actions/setup-node step to v4 (7d15a3d)

Features

2.6.0 (2023-11-07)

Bug Fixes

  • Dependencies versions updated (5be5d3e)
  • README updated with 'Update Dependencies' subsection under 'Usage' section (5024185)
  • Small Storybook subtitles improvements for some Message and Dropdown components (e589dbb)

Features

2.5.0 (2023-10-23)

Bug Fixes

  • Added create script capability to generate a composed or simple element (72edeae)
  • Added several dependencies status. Updated 'Folder Structure' section with missing folders (63a3716)
  • Dependencies version updated (e26b20f)
  • Updated minimun UT converage percentage to 95% on current and new PRs (daf1067)

Features

2.4.0 (2023-10-16)

Bug Fixes

  • Adapting Hygen template generator to create component structure following a assistant (0e524da)
  • BrearcrumbItem added for Breacrumb structure (534cbcb)
  • Dependencies updated to last version (2e42705)

Features

2.3.0 (2023-10-02)

Bug Fixes

  • Adding descriptive text to each created component for better context (9d0c6ac)
  • Reviewing props usage for a more correct usage (94e5b11)
  • Updating dependencies to last versions (c940027)

Features

2.2.1 (2023-09-25)

Bug Fixes

2.2.0 (2023-09-25)

Bug Fixes

  • Github Actions and npm dependencies version updated (bfc443f)

Features

2.1.1 (2023-09-24)

Bug Fixes

2.1.0 (2023-09-19)

Bug Fixes

  • Dependencies updated. CHANGELOG file small fixes (912c1e6)
  • Updating dependencies versions (02437d9)

Features

2.0.0 (2023-08-06)

Bug Fixes

  • Add issue templates (#147) (bf3e726)
  • Add SECURITY file (#148) (cac4975)
  • CONTRIBUTING and CODE OF CONDUCT added into the project (1b140ba)
  • Dependencies updated. CONTRIBUTING file small updates (9557981)
  • Prettier styling check added as pre-commit command. Build and quality CI workflows improved for more accurate workloads (76878c7)
  • PULL REQUEST template added. Small changes on issue templates (6f106da)
  • updating dependencies versions (6c87581)

Features

BREAKING CHANGES

  • None. All atom components added but no more compexity added.

1.21.0 (2023-07-24)

Bug Fixes

  • README missing links and failed reference fixed. Minimal changes on package metadata (6a8c55d)
  • Updating dependencies version (0bde53c)
  • Updating Storybook. parseTestId arguments renamed. RadioButton code and stories improved (c30ccc9)

Features

1.20.1 (2023-07-21)

Bug Fixes

  • Improve component typing comments and properties for containers (#144) (#143) (ff0138e)

1.20.0 (2023-07-09)

Bug Fixes

  • Package versions updated. Jest minimun coverage increased to 90%. Jest runner command moved from pre-push to pre-commit (d3abd71)

Features

1.19.0 (2023-07-05)

Bug Fixes

  • Adding purpose section to README (188a2aa)
  • Updating dependencies to last versions (72ab901)

Features

1.18.0 (2023-07-03)

Bug Fixes

  • Changing storybook start command on cli mode (6a17a5e)

Features

1.17.0 (2023-06-05)

Bug Fixes

  • Changing some stories titles for better explanation to the user (75fe308)
  • Solving small code smells. Updating README with minor changes (49dfe8e)

Features

1.16.0 (2023-05-28)

Bug Fixes

  • Adding small type changes for different UTs (171dff8)
  • Updating dependencies version to latest (3ec7d79)

Features

1.15.0 (2023-05-21)

Bug Fixes

  • Adding a new UT for colored icons with text for more coverage (2b272a9)
  • Adding needed reference comments on imports and reducing code smells (caa9188)
  • Small code improves in unit tests. Also README updated (d2dd007)

Features

1.14.0 (2023-05-14)

Bug Fixes

  • Fixing issue table sorting (801a4c3)

Features

1.13.0 (2023-05-08)

Features

1.12.0 (2023-05-04)

Bug Fixes

  • Updating dependencies and adding component base files (467facb)

Features

1.11.1 (2023-04-20)

Bug Fixes

1.11.0 (2023-03-23)

Features

1.10.3 (2023-03-16)

Bug Fixes

1.10.2 (2023-03-16)

Bug Fixes

1.10.1 (2023-03-12)

Bug Fixes

1.10.0 (2023-03-07)

Features

1.9.0 (2023-03-06)

Features

1.8.0 (2023-03-05)

Features

1.7.0 (2023-02-27)

Features

1.6.0 (2023-02-26)

Features

1.5.0 (2023-02-10)

Features

  • Integrate SonarCloud into project's workflow (#24) (#23) (cdb79c6)

1.4.0 (2023-02-09)

Features

  • Integrate Codecov to repository through Github Action (#21) (#19) (55575f5)

1.3.0 (2023-02-06)

Features

1.2.0 (2023-02-06)

Features

1.1.0 (2023-02-05)

Bug Fixes

Features

  • Adding build process to CI/CD. Adding npm package and storybook links to README (4b04b06)

1.0.0 (2023-02-05)

Bug Fixes

Features