Skip to content

Conversation

@kevinpapst
Copy link
Owner

@kevinpapst kevinpapst commented Nov 17, 2025

Description

Before:

  • Tabler v1.0.0-beta21
  • Bootstrap v5.3.3
  • Fontawesome 6.5

After:

  • Tabler v1.4.0
  • Bootstrap v5.3.7
  • Fontawesome 6.7.2

See kevinpapst/TablerBundle-Demo#25

New config options available (also available as getter/setter in ContextHelper):

tabler:
    options:
        # slate, gray, zinc, neutral, stone
        theme_base: "slate"
        # possible values: 0, 0.5, 1, 1.5, 2 | radius in pixels * 4
        theme_radius: "0.5"
        # blue, azure, indigo, purple, pink, red, orange, yellow, lime, green, teal, cyan
        theme_primary: "blue"

Introduced a new _tabler-fixes.scss file to have a place to add bugfixes for known issues in Tabler itself.

You need to pay attention to:

  • badges (add a class for the text color)
  • the data-bs-theme attribute was moved from <body> to <html>
  • new data-bs-theme-* attributes were added to <html>

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • I updated the documentation (see here)
  • I agree that this code will be published under the MIT license

@kevinpapst
Copy link
Owner Author

@cavasinf not sure if you are still using this bundle, but if you have some spare time, you might want to checkout this Tabler 1.4 branch

@cavasinf
Copy link
Collaborator

@kevinpapst Do you want me to push directly to that branch, or should I open a new pull request against it so you can review the changes first?

@kevinpapst
Copy link
Owner Author

Depends on the amount of changes you plan to add 😁

If you plan to add more stuff and if it is no big deal for you, opening a PR against this branch is definitely easier to review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants