Skip to content

Latest commit

 

History

History
245 lines (135 loc) · 3.95 KB

CHANGELOG.md

File metadata and controls

245 lines (135 loc) · 3.95 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.

[Unreleased]

[1.15.3] - 2025-02-20

Fixed

  • Fixed Input props

[1.15.2] - 2025-02-19

Fixed

  • Fixed Input styles by props

[1.15.1] - 2025-02-19

Fixed

  • Storybooks doc publish on github page

[1.15.0] - 2025-02-19

Added

  • Storybook for typography types and sizes

[1.14.2] - 2025-02-18

  • Fixed coverage

[1.14.1] - 2025-02-18

Fixed

  • Disable Button colors.
  • Fixed Input styles - JUIP-166

[1.14.0] - 2025-02-05

Added

  • Collapsible component

[1.13.3] - 2025-01-24

Fixed

  • Fixed utils coverage

[1.13.2] - 2025-01-24

Changed

  • Removed Text console.warn()

[1.13.1] - 2025-01-22

Fixed

[1.13.0] - 2025-01-10

Added

[1.12.0] - 2025-01-02

Added

Fixed

  • A typography error with full screen loading component - JUIP-164

Added

  • Added typography component

[1.11.0] - 2024-11-27

Added

  • Added base input component

[1.10.3] - 2024-10-24

Fixed

  • Adjusted action button and close button's sizing for toast component

[1.10.2] - 2024-10-23

Fixed

  • Fixed shadow and pressed shadow for base card list component

[1.10.1] - 2024-10-22

Fixed

  • Fixed shadow for base card list component

[1.10.0] - 2024-10-14

Fixed

  • Fixed an error with layout buttons

Added

  • Added swipe item selection list component
  • Added MainCardList component.

[1.9.0] - 2024-07-22

Added

  • Added Tabs component

[1.8.1] - 2024-07-12

Fixed

  • Fixed an error while trying to close toast component.

[1.8.0] - 2024-06-27

  • Added Toast component.

[1.7.0] - 2024-06-06

  • Added Button component.

[1.6.0] - 2024-03-07

  • Added FullScreenMessage component.

[1.5.0] - 2024-02-14

Added

  • Added LayoutWithBottomButtons component.

[1.4.0] - 2024-01-15

Fixed

  • Fixed Select component

[1.3.0] - 2024-01-15

Added

  • Added scaling funtions for different resolutions

Fixed

  • Fixed storybook's components

[1.2.0] - 2023-12-06

Added

  • Added progress bar component
  • Added base button component
  • Added list component
  • Added possibility to change between app mode and storybook app mode

[1.1.1] - 2023-10-31

Changed

  • Adjusted swipe up components dependencies

[1.1.0] - 2023-10-25

Added

  • Added icon component with Janis fonts
  • Added select component
  • Added swipe up component and its children components
  • Added carousel component

[1.0.4] - 2023-09-29

Changed

  • Updated lockfileVersion to 2

Added

  • Added radio button component

Fixed

  • Fixed lint staged command in order to check typescript errors on commits
  • Fixed Loading component in order to work with android 7 devices

[1.0.3] - 2023-08-24

Fixed

  • Fixed script to publish slack message

[1.0.2] - 2023-08-23

Fixed

  • Fixed action publish for npm
  • Fixed import example of component in the readme file

[1.0.1] - 2023-08-23

Fixed

  • Fixed command lint in github action

[1.0.0] - 2023-08-23

Added

  • Added config for typescript
  • Added component Avatar
  • Added component Checkbox
  • Added component Image
  • Added component Text
  • Added slack notification on each release
  • Added storybook web
  • Added component Loading
  • Added component Svg
  • Added component Status Chip
  • Added component Input
  • Added readme
  • Added github action to deploy storybooks docs
  • Added component LoadingFullScreen