Releases: PA-Toolkit/pa-theme
Releases · PA-Toolkit/pa-theme
3.0.0
2.2.1
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
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 forCreateColor()
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
Changelog
Changed
- Replaced
CreateTheme(name, colors)
withCreateTheme(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
2.0.0
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()
andjson()
withtoJson()
andtoString()
- Removed default themes
Full Changelog: 1.0.1...2.0.0
IMPORTANT: This package depends on pa-common library!