Skip to content

Releases: PA-Toolkit/pa-theme

3.0.0

19 Dec 18:06
c588053
Compare
Choose a tag to compare

What's Changed

  • Removed factory functions
  • Removed all the code related to Color. The colors of the theme are now normal HEX strings without the # sign

This is a huge refactor of the library that breaks comaptibility with previous versions.

2.2.1

07 May 10:19
Compare
Choose a tag to compare

Changelog

Fixed

  • Fixed Homepage and Issues in readme

Full Changelog: 2.2.0...2.2.1

IMPORTANT: This package depends on pa-common (1.1.3) library!

2.2.0

06 May 12:09
Compare
Choose a tag to compare

Changelog

Added

  • Added the ability to assign Theme's colors directly, without CreateColor() (they still get processed through this function)
  • Added short names for RGB (r, g, b) and HSL (h, s, l) objects properties for CreateColor()

Fixed

  • Fixed some small issues with Theme constructor

Full Changelog: 2.1.0...2.2.0

IMPORTANT: This package depends on pa-common (1.1.3) library!

2.1.0

05 May 18:01
Compare
Choose a tag to compare

Changelog

Changed

  • Replaced CreateTheme(name, colors) with CreateTheme(params)
  • Added short theme color names (bg, objs, bgs) to ThemeConstructor (they shouldn't conflict with long names)

Full changelog: 2.0.1...2.1.0

IMPORTANT: This package depends on pa-common (1.1.3) library!

2.0.1

05 May 17:30
Compare
Choose a tag to compare

Changelog

Fixes

  • Fixed CreateTheme() helper not working properly

Full changelog: 2.0.0...2.0.1

IMPORTANT: This package depends on pa-common library!

2.0.0

05 May 11:45
Compare
Choose a tag to compare

What's Changed

The library was completely rewritten to match the other PA Toolkit libraries:

  • Themes and colors are now created using helper functions
  • Theme ID is no longer customizable
  • Removed color-convert dependency and replaced it with ColorUtils
  • Replaced Theme properties names with more readable ones
  • Replaced object() and json() with toJson() and toString()
  • Removed default themes

Full Changelog: 1.0.1...2.0.0

IMPORTANT: This package depends on pa-common library!

1.0.1

08 Apr 04:45
e7dde00
Compare
Choose a tag to compare

Updated README.md

1.0.0

08 Apr 04:39
81ab4f0
Compare
Choose a tag to compare
Update npm-publish.yml