Skip to content

Latest commit

 

History

History
302 lines (167 loc) · 7.33 KB

CHANGELOG.md

File metadata and controls

302 lines (167 loc) · 7.33 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.

[2.2.3] - 2024-08-26

Changed

  • Get the example application to run on multiple platforms — Android, IOS, MacOs and Web — 144.
  • Update auto-generated files by running flutter create -t package ..

[2.2.2] - 2024-08-20

Changed

  • sdk = ^3.0.5.
  • lint package update to version 2.3.0 — stricter linting rules.
  • update Github actions and Rultor scripts.

[2.2.1] - 2023-02-05

Changed

  • lint package update to version 2.0.1 — stricter linting rules.

Fixed

duplicate export

[2.2.0] - 2022-01-09

Added

Orangish gradients:

  • GradOf constructors: orange, orangeAccent; deepOrange, deepOrangeAccent.

Purplish gradients:

  • GradOf constructors: purple, purpleAccent; deepPurple, deepPurpleAccent.

Greenish gradients:

  • GradOf constructors: green, greenAccent; lightGreen, lighGreenAccent; lime, limeAccent; teal, tealAccent.

Indigo gradients:

  • GradOf constructors: indigo, indigoAccent.

Reddish gradients:

  • GradOf constructors: pink, pinkAccent; red, redGreenAccent.

A 'Contribute' section to README — 130.

[2.1.0] - 2021-11-08

Added

Bluish gradients:

  • GradOf constructors: blue, blueAccent; lightBlue, lightBlueAccent; cyan, cyanAccent.

Yellowish gradients:

  • GradOf constructors: amber, amberAccent; yellow, yellowAccent.

Changed

  • Improve README's readability and fix typos.

[2.0.0] - 2021-10-20

Added

  • GradOf class with the constructors blueGrey, grey, and brown.
  • GradientSwatch helper abstract class.

Changed

  • stricter lint rules.
  • improvements to README file.
  • rename 'o' parameter to 'opacity' in white and black constructors of the PaletteRGB class — BREAKING CHANGE.
  • rename GradientImmu class to GradientImmutBREAKING CHANGE.

Removed

  • The overloading of the function call operator — 109 BREAKING CHANGE.

[1.1.9] - 2021-08-06

Changed

  • stricter lint rules.
  • improvements to README file.

Fixed

  • typos in README

[1.1.8] - 2021-07-26

Changed

  • improvement on the Palette Interface section — 101.
  • improvement in the Getting Started section — 103.

[1.1.7] - 2021-07-25

Fixed

  • typos in README.

[1.1.6] - 2021-07-24

Changed

  • rearrangement of README's content — 97.

[1.1.5] - 2021-07-15

Changed

  • improve the package description

[1.1.4] - 2021-07-15

Changed

  • improve some sentences and correct typos in the README file.

[1.1.3] - 2021-06-28

[1.1.2] - 2021-06-28

Changed

  • fix typos and add minor improvements to README — 89.

[1.1.1] - 2021-06-27

Fixed

  • Fix table of contents links in README

[1.1.0] - 2021-06-27

Added

  • Gradient interface — 83.
  • doc comments about the purpose of each library.

Changed

  • add a code quality badge to README.
  • more elaborated and better formatted README.

[1.0.0] - 2021-06-19

Changed

  • preparations for Release 1.0.0
  • a more elegant README file - 68

Fixed

  • the issue number associated with the section 0.0.14 of this CHANGELOG.

[0.0.14] - 2021-05-29

Changed

  • add a better description of the package in README - #78.

[0.0.13] - 2021-05-29

Changed - v1.0.0 Pre-Release

  • Less verbose and more elegant CHANGELOG - #75.
  • A more elegant README.
  • Stricter lint rules - #71.
  • Minor corrections to the README file - #71.

[0.0.12] - 2021-05-25

Added

  • White - #63.
  • Accent color swatches - #61.

[0.0.11] - 2021-05-24

Added

[0.0.10] - 2021-05-22

Changed

  • Primaries swatch completion - #59

Added

  • Red, Pink palettes and swatches - #57
  • Transparent

[0.0.9] - 2021-05-21

Added

  • Green palettes and swatches - #53

Fixed

  • Incorrect use of the word greater as comparative for index; replaced by higher.

[0.0.8] - 2021-05-20

Added

  • Amber, Lime, Yellow palettes and swatches - #42.

Changed

  • rearrangement in src directory structure - #50.

[0.0.7] - 2021-05-19

Added

  • Orange and deep orange palettes and swatches - #42.

Fixed

  • README typos - #45.

[0.0.6] - 2021-05-19

Added

  • Purplish palettes and swatches - #38.

Changed

  • Reorganization of the README file structure - #40.

[0.0.5] - 2021-05-18

Fixed

  • "cleaner" README file - #36.

[0.0.4] - 2021-05-18

Added

  • Partial implementation of the Primaries swatch - #24.
  • Bluish palettes and swatches - #29.

Changed

  • Package logo in README - cute wooden color palette - #25.
  • This CHANGELOG's formatting.

[0.0.3] - 2021-05-17

Added

  • Showcase application as an example - #21.

[0.0.2] - 2021-05-15

Added

  • Greyish color paletes and swatches - #16.

Changed

  • Less verbose and more elegant README file - #19.

[0.0.1] - 2021-05-14

Added

  • Palette interface and PaletteRGB abstract class - #3.
  • Swatch interface and SwatchBase abstract class - #14.