All user data for FoundryVTT. Includes worlds, systems, modules, and any asset in the "foundryuserdata" directory. Does NOT include the FoundryVTT installation itself.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

177 lines
3.2 KiB

1 year ago
  1. # Changelog
  2. ## 2.9.0
  3. * update for V10.
  4. ## 2.8.3
  5. * fix issue when user doesn't have permissions to view settings.
  6. ## 2.8.0
  7. * add parameter that allows for changing the order of the color settings button.
  8. ## 2.7.0
  9. * add colorSettingsInitialized hook for modules with names starting with characters before c.
  10. ## 2.6.1
  11. * add change event, thanks again @mouse0270
  12. ## 2.6.0
  13. * implement dom event for html inputs, thanks @mouse0270
  14. ## 2.5.9
  15. * hotfix.
  16. ## 2.5.8
  17. * lib-wrapper update [#16](https://github.com/ardittristan/VTTColorSettings/pull/16)
  18. * update html2canvas to latest.
  19. ## 2.5.7
  20. * Make it more clear if color picker is active.
  21. ## 2.5.5
  22. * Add spanish translation.
  23. ## 2.5.4
  24. * Add pt-BR.
  25. ## 2.5.2
  26. * Push compatible core version.
  27. ## 2.5.1
  28. * Add optional translation support.
  29. ## 2.5.0
  30. * Added stub method of including library.
  31. * Made error notification optional.
  32. * Added compatibility for using libwrapper if found.
  33. ## 2.4.1
  34. * Added one-time popup that asks the user if they want to enable colorsettings if it is installed but not enabled (when running as included library).
  35. ## 2.4.0
  36. * Deprecated the use of `id="permanent"` in favor of `data-permanent`
  37. ***
  38. * Add the option to change the background color of a html element to it's pickers color
  39. * Add button type color picker
  40. ## 2.3.6
  41. * Fix misspell causing download break
  42. ## 2.3.5
  43. * Fix canvas not being removed after color picker use.
  44. ## 2.3.4
  45. * Even hotter fix
  46. ## 2.3.3
  47. * Hotfix
  48. ## 2.3.2
  49. * Added hook to html picker.
  50. ## 2.3.1
  51. * Fix error when library was not installed as module.
  52. ## 2.3.0
  53. * Make eye dropper capable of reading from the canvas.
  54. * Fix alpha not working on html elements
  55. ## 2.2.7
  56. * Fix module not loading on the forge.
  57. ## 2.2.6
  58. * Made it that when included into another module instead of being installed as module, it only runs if the main colorpicker module isn't installed.
  59. ## 2.2.5
  60. * Fix html picker closing when the input in it get's focused.
  61. ## 2.2.4
  62. * Fix html picker sometimes not updating color value of input field.
  63. ## 2.2.3
  64. * fixed mistake that caused html pickers to not get the color value of input.
  65. ## 2.2.2
  66. * Added info popup that alpha isn't supported with eye dropper.
  67. * Fixed bug with html color picker textbox parsing.
  68. * Documentation.
  69. ## 2.2.1
  70. * Some code cleanup
  71. ## 2.2.0
  72. * Added color picker to use in forms.
  73. * Fixed settings not being reset to default when button pressed.
  74. * Fixed issue when one setting name was the same as the beginning of another setting name.
  75. ~~Will fix tidyUI styling issues later, it's 4am and I'm tired~~
  76. ## 2.1.1
  77. * Forgot to remove some logs.
  78. ## 2.1.0
  79. * Added eye dropper tool
  80. * Fixed bug with opening settings while a color picker is already open not resetting opened color pickers.
  81. * Made color picker closable by clicking button again.
  82. ## 2.0.0
  83. * Turned library into a module so it doesn't have to be integrated into every module.
  84. * Fixed gigantic color picker when hint text exists.
  85. * Old integrated method still works but is deprecated.
  86. ## 1.3.0
  87. * Added hint
  88. *Hopefully I have everything now.*
  89. ## 1.2.0
  90. * Added onChange callback
  91. ## 1.1.1
  92. * Minified [vanilla-picker](https://github.com/Sphinxxxx/vanilla-picker) library
  93. ## 1.1.0
  94. * Added scope
  95. ## 1.0.0
  96. * Initial release