1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 09:24:24 +04:00

chore: update versions (#2411)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-07-13 11:07:29 +02:00
committed by GitHub
parent a967970419
commit 2c73788cd1
19 changed files with 60 additions and 70 deletions

View File

@@ -1,5 +0,0 @@
---
"@tabler/core": patch
---
Update class names from `*-left`, `*-right` to `*-start`, `*-end`

View File

@@ -1,5 +0,0 @@
---
"@tabler/core": patch
---
Fix relative line heights in buttons

View File

@@ -1,5 +0,0 @@
---
"@tabler/core": minor
---
Enhance button and hover animations

View File

@@ -1,5 +0,0 @@
---
"@tabler/core": "patch"
---
Remove `license_key` option from HugeRTE init object

View File

@@ -1,5 +0,0 @@
---
"@tabler/core": patch
---
Add different favicon to development environment

View File

@@ -1,5 +0,0 @@
---
"@tabler/core": minor
---
Improve breadcrumb styles

View File

@@ -1,7 +0,0 @@
---
"@tabler/core": patch
"@tabler/preview": patch
"@tabler/docs": patch
---
Update Bootstrap to v5.3.7

View File

@@ -1,5 +0,0 @@
---
"@tabler/core": patch
---
Update CSS calculations to use `calc()`

View File

@@ -1,5 +0,0 @@
---
"@tabler/core": "minor"
---
Add new Tabler Illustrations

View File

@@ -1,5 +0,0 @@
---
"@tabler/core": patch
---
Fix list group item hoverable only with `.list-group-hoverable` class

View File

@@ -1,5 +0,0 @@
---
"@tabler/docs": patch
---
Change `package.json` to `core/libs.json` as a source of libraries

View File

@@ -1,5 +0,0 @@
---
"@tabler/core": patch
---
Fix `.pagination-link` hover styles to non-active items

View File

@@ -1,5 +0,0 @@
---
"@tabler/docs": patch
---
Replace a package list in `download.md` with a link to the 3rd-party libraries page

View File

@@ -1,5 +1,24 @@
# @tabler/core
## 1.4.0
### Minor Changes
- 9951fe9: Enhance button and hover animations
- a200d30: Improve breadcrumb styles
- 49ab9ea: Add new Tabler Illustrations
### Patch Changes
- 6c4dd36: Update class names from `*-left`, `*-right` to `*-start`, `*-end`
- 6fec73a: Fix relative line heights in buttons
- db6200a: Remove `license_key` option from HugeRTE init object
- e96f055: Add different favicon to development environment
- 6c38a48: Update Bootstrap to v5.3.7
- 2a12f72: Update CSS calculations to use `calc()`
- 666a296: Fix list group item hoverable only with `.list-group-hoverable` class
- cfd4cb6: Fix `.pagination-link` hover styles to non-active items
## 1.3.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@tabler/core",
"version": "1.3.2",
"version": "1.4.0",
"description": "Premium and Open Source dashboard template with responsive and high quality UI.",
"homepage": "https://tabler.io",
"scripts": {

View File

@@ -1,5 +1,25 @@
# Tabler Documentation Changelog
## 1.4.0
### Patch Changes
- 6c38a48: Update Bootstrap to v5.3.7
- 6c47b5f: Change `package.json` to `core/libs.json` as a source of libraries
- 70a41e4: Replace a package list in `download.md` with a link to the 3rd-party libraries page
- Updated dependencies [6c4dd36]
- Updated dependencies [6fec73a]
- Updated dependencies [9951fe9]
- Updated dependencies [db6200a]
- Updated dependencies [e96f055]
- Updated dependencies [a200d30]
- Updated dependencies [6c38a48]
- Updated dependencies [2a12f72]
- Updated dependencies [49ab9ea]
- Updated dependencies [666a296]
- Updated dependencies [cfd4cb6]
- @tabler/core@1.4.0
## 1.3.0
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@tabler/docs",
"version": "1.3.2",
"version": "1.4.0",
"description": "",
"private": true,
"scripts": {

View File

@@ -1,5 +1,23 @@
# @tabler/preview
## 1.4.0
### Patch Changes
- 6c38a48: Update Bootstrap to v5.3.7
- Updated dependencies [6c4dd36]
- Updated dependencies [6fec73a]
- Updated dependencies [9951fe9]
- Updated dependencies [db6200a]
- Updated dependencies [e96f055]
- Updated dependencies [a200d30]
- Updated dependencies [6c38a48]
- Updated dependencies [2a12f72]
- Updated dependencies [49ab9ea]
- Updated dependencies [666a296]
- Updated dependencies [cfd4cb6]
- @tabler/core@1.4.0
## 1.3.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@tabler/preview",
"version": "1.3.2",
"version": "1.4.0",
"private": true,
"scripts": {
"build": "pnpm run clean && pnpm run css && pnpm run js && pnpm run html",