Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 1.39 KB

CHANGELOG.md

File metadata and controls

49 lines (30 loc) · 1.39 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Note: This is a sample changelog provided as a demonstration for how to structure and document changes in your project. Please follow this format and replace these examples with real project change logs when using this template.

[Unreleased]

Added

  • Initial setup for the new API integration.
  • New component UserCard for displaying user information.

Changed

  • Updated Button component to support new color schemes.
  • Improved performance of the data fetching mechanism using @tanstack/react-query.

Fixed

  • Fixed an issue where the form submission failed on slow networks.

[0.1.0] - 2024-09-04

Added

  • Arabic translation (#444).
  • French translation.
  • Dutch translation.
  • Russian translation.

Fixed

  • Fix missing logo in 1.1 pages.
  • Display notice when translation isn't for most recent version.
  • Various broken links, page versions, and indentations.

Changed

  • Upgrade dependencies: Ruby 3.2.1, Middleman, etc.

Removed

  • Unused normalize.css file.
  • Identical links assigned in each translation file.
  • Duplicate index file for the english version.