changelog.json 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354
  1. [
  2. {
  3. "version": "1.0.0-beta",
  4. "date": "2021-02-17",
  5. "description": "Initial beta release of Tabler v1.0! Lots more coming soon though ๐Ÿ˜",
  6. "changes": [
  7. "update Bootstrap to 5.0.0-beta2",
  8. "update other dependencies."
  9. ]
  10. },
  11. {
  12. "version": "1.0.0-beta2",
  13. "date": "2021-03-29",
  14. "changes": [
  15. "update dependencies",
  16. "`li` marker fix",
  17. "page wrapper, nav fixes",
  18. "scripts optimize, remove `capture_once`",
  19. "`page-body` fixes",
  20. "layout navbar fix",
  21. "typography fix",
  22. "ribbon fix",
  23. "charts label fixes",
  24. "charts docs"
  25. ]
  26. },
  27. {
  28. "version": "1.0.0-beta3",
  29. "date": "2021-05-08",
  30. "changes": [
  31. "upgrade Bootstrap to 5.0",
  32. "upgrade dependencies",
  33. "change `$border-radius-pill` variable",
  34. "badge vertical align fix"
  35. ]
  36. },
  37. {
  38. "version": "1.0.0-beta4",
  39. "date": "2021-10-24",
  40. "changes": [
  41. "upgrade required node.js version to 14",
  42. "upgrade Bootstrap to 5.1",
  43. "upgrade dependencies",
  44. "fix #775 - litepicker not initializing",
  45. "fix `nouislider` import in dev"
  46. ]
  47. },
  48. {
  49. "version": "1.0.0-beta5",
  50. "date": "2021-12-07",
  51. "description": "Tabler has finally lived to see dark mode! ๐ŸŒ๐ŸŒš",
  52. "changes": [
  53. "**Dark mode enabled!**",
  54. "add more cursors (#947)",
  55. "fix #892 - media queries need to be nested when negating",
  56. "update `@tabler/icons` to newest version",
  57. "move optional dependencies to peerDependencies (#924)",
  58. "move deployment to Github Actions (#934)",
  59. "table border fixes",
  60. "antialiased fix",
  61. "update `@tabler/icons` to version 1.42",
  62. "change default font to 'Inter'",
  63. "colors unify",
  64. "add `tom-select` and remove `choices.js`"
  65. ]
  66. },
  67. {
  68. "version": "1.0.0-beta6",
  69. "date": "2022-01-18",
  70. "changes": [
  71. "pricing cards fix",
  72. "fix bug `fw-...`, `.fs-...` is missed (#987)",
  73. "avatar class fix",
  74. "fix bug #903 `litepicker` with date range not having correct border",
  75. "page wrapper fix",
  76. "fix #900 `is-invalid-lite` class is not working under `was-validated` form class",
  77. "update `@tabler/icons` to version 1.48",
  78. "fix #960 - Badges not honoring font sizes",
  79. "fix #959 - `node-sass` does not properly compile nested media queries",
  80. "update package dependencies to newest version"
  81. ]
  82. },
  83. {
  84. "version": "1.0.0-beta7",
  85. "date": "2022-02-05",
  86. "changes": [
  87. "fix: #1019 - project-overview.html link not working",
  88. "fix: #1010 - card with bottom tabs has incorrect border radius",
  89. "uptime monitor mobile fixes",
  90. "navbar dark button fix",
  91. "`tabler-icons` link",
  92. "autoloading webfonts",
  93. "cards fixes, new cards demos",
  94. "ruby dependencies update",
  95. "RTL stylesheet fixes",
  96. "new card action demos"
  97. ]
  98. },
  99. {
  100. "version": "1.0.0-beta8",
  101. "date": "2022-02-05",
  102. "changes": [
  103. "update dependencies",
  104. "new vector maps demos",
  105. "fixes update map on resize",
  106. "docs improvement",
  107. "replace `badge` with `status-dot` in `navbar-notifications.html`",
  108. "map tooltip fixes"
  109. ]
  110. },
  111. {
  112. "version": "1.0.0-beta9",
  113. "date": "2022-02-26",
  114. "changes": [
  115. "fix: #1061 - list group item colors in light and dark modes",
  116. "new `tasks` dashboard",
  117. "fix: #1059 - upload button in form element in dark view has problem",
  118. "fix: #1052 - card background icon is practically invisible",
  119. "remove Inter font and use default font system stack",
  120. "fix: #1018 - vector map not working",
  121. "fix: #1035 - wrong background color of hovered list group items in dark mode",
  122. "dependencies update",
  123. "add `font-display: swap;` to improve font loading",
  124. "new `Boxed` layout"
  125. ]
  126. },
  127. {
  128. "version": "1.0.0-beta10",
  129. "date": "2022-04-29",
  130. "changes": [
  131. "new `datatable` component",
  132. "update Tabler Icons to v1.67",
  133. "fix: #1024 - fix Tom-select in dark mode",
  134. "new carousel indicators: dots, vertical, thumbs (#1101)",
  135. "replace !important modifier with more specific selectors (#1100)",
  136. "new `FAQ` page"
  137. ]
  138. },
  139. {
  140. "version": "1.0.0-beta11",
  141. "date": "2022-07-05",
  142. "changes": [
  143. "new `Dropzone` component",
  144. "new `Lightbox` component",
  145. "new `TinyMCS` component",
  146. "new `Inline Player` component",
  147. "new `Pricing table` component",
  148. "new `Datagrid` component",
  149. "new optgroup form examples",
  150. "new settings page",
  151. "update Tabler Icons to v1.78",
  152. "added popover docs page",
  153. "fix: #1125 incorrect chart display in the mobile version",
  154. "update Bootstrap to 5.2.0"
  155. ]
  156. },
  157. {
  158. "version": "1.0.0-beta12",
  159. "date": "2022-09-19",
  160. "changes": [
  161. "new \"Job listing\" page",
  162. "new \"Sign in with cover\" page",
  163. "new \"Logs\" page",
  164. "new `progressbg` component",
  165. "add a lot of CSS variables",
  166. "add Dockerfile with alpine base",
  167. "add icon pulse/tada/rotate animations",
  168. "use `:host` in selectors to support Web Components",
  169. "use dark table variant colors in dark mode (#1200)",
  170. "update Tabler Icons to v1.96",
  171. "change `space-y` component",
  172. "headings, shadows and borders unify",
  173. "toggle TinyMCE dark mode and skin based on the set Tabler theme",
  174. "fix `card-footer` background",
  175. "fix headers weight",
  176. "fix transparent hover background in pagination",
  177. "fix dark mode card text color",
  178. "fix `--#{$prefix}card-bg` is undefined",
  179. "fix global variable for `.card` and `.btn`",
  180. "fix code sample in the customize tabler docs",
  181. "fix form elements demo page radio buttons",
  182. "replace `gulp-minify` with `gulp-terser`"
  183. ]
  184. },
  185. {
  186. "version": "1.0.0-beta13",
  187. "date": "2022-10-18",
  188. "changes": [
  189. "update Bootstrap to 5.2.1, update dependencies",
  190. "new `tracking` component",
  191. "new radio button version of `form-imagecheck`",
  192. "update icons to v1.105.0",
  193. "dark mode improvements",
  194. "corrects the spelling of New Zealand (#1318)",
  195. "remove `$border-color-dark`",
  196. "fix #1301 - code snippets in docs look bad in dark mode",
  197. "fix #1305 - different default link color for dark mode",
  198. "fix popover background in dark mode",
  199. "fix button default border color",
  200. "fix `form-imagecheck` bg in dark mode",
  201. "navbar logo fix",
  202. "move card ribbons config to variables",
  203. "navbar border fix",
  204. "dark mode active fix",
  205. "using globalThis instead of window (#1315)",
  206. "fix #1210 - lastmod not generated for pages in `sitemap.xml`",
  207. "fix card border in dark mode",
  208. "fix #895 - background color overwrites background image",
  209. "fix #1302 - wrong card header in dark mode",
  210. "fix #1303 - wrong color when hovering over `selectgroup` in dark mode",
  211. "fix #1308 - bad coloring in table in dark mode",
  212. "fix #1273 - datepicker background color broken",
  213. "fix `$prefix` hard coded `layout/_dark.scss`",
  214. "fix #1275 - remove last border-right on progress bar",
  215. "fix #1261 - broken offcanvas bg"
  216. ]
  217. },
  218. {
  219. "version": "1.0.0-beta14",
  220. "date": "2022-10-21",
  221. "changes": [
  222. "fix active items in dark mode",
  223. "update Jekyll to newest version"
  224. ]
  225. },
  226. {
  227. "version": "1.0.0-beta15",
  228. "date": "2022-11-01",
  229. "changes": [
  230. "new `badges` page",
  231. "`<kbd>` styling",
  232. "update icons to v1.109.0",
  233. "`tom-select` border fix",
  234. "exclude `playgrounds` from build",
  235. "update jekyll to v4.3.1",
  236. "fix: facebook color update",
  237. "navbar aria atributes fixes",
  238. "fix #808 - `navbar-menu` and `sidebar-menu` has the same `id`",
  239. "fix #1335 - missing color variables usage in `alert` and `btn-ghost-*`",
  240. "move border style to CSS variables",
  241. "add missing forms",
  242. "`btn-actions` fixes",
  243. "replace `$text-muted` to css variable"
  244. ]
  245. },
  246. {
  247. "version": "1.0.0-beta16",
  248. "date": "2022-11-12",
  249. "changes": [
  250. "new `Photogrid` page",
  251. "`Steps` component improvements",
  252. "fix #1348: Make job listing responsive for smaller devices",
  253. "fix #1357: buttons group not active",
  254. "fix #1352: fix deprecation warning",
  255. "fix #1180: number input with `form-control-sm` looks weird",
  256. "fix #1328: color input should show different color for inner check symbol on white ellipse",
  257. "fix #1355 - missing font sizes",
  258. "update icons to v1.111.0",
  259. "homepage navbar fix",
  260. "fix #1262 - `.bg-opacity-xx` class is not functioning properly"
  261. ]
  262. },
  263. {
  264. "version": "1.0.0-beta17",
  265. "date": "2023-01-28",
  266. "changes": [
  267. "update `bootstrap` to v5.3.0",
  268. "update icons to v2.1.2",
  269. "add 72 new brands, browsers logos update",
  270. "new `Trial ended` page",
  271. "new `Page loader` page",
  272. "new `Profile` page",
  273. "headings fix",
  274. "dropdown background color fix",
  275. "fix rgba conversion bug",
  276. "fix autofill text color, not matching in dark mode",
  277. "update license",
  278. "header html5 tags",
  279. "add input with appended `<kbd>`",
  280. "`bootstrap` import fix",
  281. "font improvements",
  282. "change `$body-color` to CSS variable",
  283. "scrollbars improvements",
  284. "move `@tabler/icons` to `dev-dependencies`",
  285. "fix #1370: avatar stacked list is not stacked anymore"
  286. ]
  287. },
  288. {
  289. "version": "1.0.0-beta18",
  290. "date": "2023-05-14",
  291. "changes": [
  292. "new page: Cookie banner",
  293. "Unify dark mode with latest Bootstrap API and improve dark mode elements (#1561)",
  294. "Update Tabler Icons to version 2.18 with 18 new icons added (#1560)",
  295. "Switch from `npm` to `pnpm` for faster package installation (#1559)",
  296. "Add Prettier to project for consistent code formatting (#1558)",
  297. "Update required Node.js version to 18 and add `.nvmrc` file (#1555)",
  298. "Add All Contributions package to project for easy contribution tracking (#1556)",
  299. "Add support for changeset tool for more efficient and organized code changes (#1553)",
  300. "Fix bug where `border-1`, `border-2`, etc don't work (#1526)",
  301. "Fix indeterminate input background color (#1536)",
  302. "Update Bootstrap to `5.3.0-alpha3` (#1543)",
  303. "`tom-select` dark mode styling fixes",
  304. "Advanced udage of `tom-select` (#1480)",
  305. "Fix Dropdown menu in rtl mode (#801)",
  306. "Fix `tom-select` dropdown will be shaded in table-responsive (#1409)",
  307. "Remove overflow scroll from body",
  308. "Fix avatars overlap transparently (#1464)",
  309. "Fix TinyMCE dropdown icon list transparent (#1426)",
  310. "Dark mode lite colors improvement",
  311. "Fix non full width selects (#1392)"
  312. ]
  313. },
  314. {
  315. "version": "1.0.0-beta19",
  316. "date": "2023-05-15",
  317. "changes": [
  318. "Add customizable Star Ratings component using `star-rating.js` library (#1571)",
  319. "Add new \"Filled\" section to Icons page (#1574)",
  320. "Fix form controls bugs in dark mode (#1573)",
  321. "Fix text color in dark version of navbar (#1569)",
  322. "Changelog update"
  323. ]
  324. },
  325. {
  326. "version": "1.0.0-beta20",
  327. "date": "2023-08-24",
  328. "changes": [
  329. "Update `bootstrap` to v5.3.1",
  330. "Add new `Chat` component",
  331. "Add new `Tag` component",
  332. "Add customizable Star Ratings component using `star-rating.js` library",
  333. "Add new color picker component using `coloris.js` library",
  334. "Add `alerts.html` page with example of alerts.",
  335. "Add `flags.html` page with list of all flags",
  336. "Add Two-Step Verification Pages",
  337. "Add variable to configure `avatar-list` spacing",
  338. "Unify dark mode with latest Bootstrap API and improve dark mode elements",
  339. "Unify Box Shadows with Bootstrap Compatibility",
  340. "Avoid SCSS color dependency on `:focus`",
  341. "Update CSS class from `text-muted` to `text-secondary` for better Bootstrap compatibility",
  342. "Fix text color in dark version of navbar",
  343. "Adjusting form element sizes for enhanced mobile devices compatibility",
  344. "Resolved light dropdown issue on dark theme",
  345. "Update Tabler Icons to version 2.32 with 48 new icons added",
  346. "Fix table default background color",
  347. "Fix responsiveness issue in Settings menu",
  348. "Update required Node.js version to 18 and add `.nvmrc` file",
  349. "Add support for changeset tool for more efficient and organized code changes",
  350. "`Dockerfile` fix",
  351. "Switch from `npm` to `pnpm` for faster package installation"
  352. ]
  353. }
  354. ]