# Changelog

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

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Released]

## [v1.1.1] - 2023.06.08

## Changed

- Changed class of 'select-container' to 'select-box'

## [v1.1.0] - 2023-06-08

### Added

- Added select input

## [0.9.1] - 2023-05-18

## Added

- Added button text element

## [v0.9.0] - 2023-05-18

### Added

- Added --highlight-secondary color variable
- Added password input component
- Added phone input component
- Added url input component

### Changed

- Changed text-decoration in typography.css
- Changed .highlighted-secondarys color variable

## [v0.8.1] - 2023-05-17

### Added

- Added README content

## [v0.8.0] - 2023-05-06

### Added

- Slider input
- Search bar

## [0.7.0] - 2023-05-06

### Added

- Password input
- Checkboxes
- Radio buttons

## [0.6.0] - 2023-05-06

### Added

- Input field
- Validation states
- Code/PIN input

## [0.5.0] - 2023-04-30

### Added

- Link component
- Spinner component

## [0.4.2] - 2023-04-30

## Fixed

- Minifyed all css files and import only minifyed files into neptune.css file

## [0.4.1] - 2023-04-30

### Changed

- Changed package name from "neptune" to "neptune-css"
- Changed repository, bugs and homepage in package.json

## [0.4.0] - 2023-04-29

### Changed

- Generalized button states

### Added

- Buttons in system colors
- Progress bars
  - Default color
  - Primary color
  - Accent color
  - System colors
  - Sizes: XS, S, M, L, XL

## [0.3.0] - 2023-04-27

### Changed

- New border radius
  - Edge - 0%
  - Circle - 100%
  - Rounded S - 5px
  - Rounded M - 8px
  - Rounded L - 12px

## [0.2.1] - 2023-04-27

### Changed

- Deleted dark shades from every color
- Deleted '-l' from color variable names

### Added

- Default toast

## [0.2.0] - 2023-04-26

### Added

- Toast components
  - Toast styles
    - Primary
    - Accent
    - Information
    - Success
    - Warning
    - Error
  - Toast positions
    - Left-Top
    - Left-Center
    - Left-Bottom
    - Right-Top
    - Right-Center
    - Right-Bottom

## [0.1.2] - 2023-04-25

### Changed

- Added minifyed CSS files and linked them in the project

## [0.1.1] - 2023-04-25

### Fixed

- Changed title of the framework in readme file

## [0.1.0] - 2023-04-25

### Added

- Colors
  - Shades => 0, 10, 20, ...100
  - Black and white
  - System colors:
    - Success
    - Information
    - Warning
    - Error
  - Text colors:
    - Text
    - Text secondary
    - Text button
    - Text highlighted primary
    - Text highlighted accent
  - Primary color
  - Accent color
  - Global transition variable
  - Global border radius variables => S, M, L
- Buttons
  - Sizes => S, M, L
  - Different styles:
    - Primary button
    - Secondary button
    - CTA button
- Typography
  - Import default fonts from google fonts
    - Text => Open Sans
    - Headlines => Poppins
  - Headlines
    - h1-h6
  - Text sizes => S, M, L
  - Text highlighting
    - Primary
    - Accent
    - Secondary
  - Text styles
    - Cursive
    - Line through
    - Overlined
    - Underlined
    - Double line
    - Wavy line
    - Dotted line
    - Dashed line
  - Text align
    - Start/left
    - Center
    - End/right
    - Justify
-
