Releases: kevinpapst/TablerBundle
0.15
Compatible with Symfony > 4.4, > 5.4 or > 6.0. Requires PHP >= 7.4
- allow to remove card_body by passing option
use_body: false
#155 - allow to replace card body classes entirely with block
box_body_classes
#155- BC break: replaces block
box_type_class
introduced in release 0.14
- BC break: replaces block
Involved in this release: @cavasinf - thank you!
0.14
Compatible with Symfony > 4.4, > 5.4 or > 6.0. Requires PHP >= 7.4
- use dropdown submenu if title is set, otherwise dropdown tends to get too long
- do not close dropdown if submenu is clicked/opened
- allow to use card-table instead of card-body
- added
required
attribute to username and password field
Involved in this release: @kevinpapst - thank you!
0.13
Compatible with Symfony > 4.4, > 5.4 or > 6.0. Requires PHP >= 7.4
- update readme and clarify compatible versions
- Updated translations (cs, de_CH, en, he, nb_NO, pt, tr)
Involved in this release: @lrupp, @kevinpapst, @weblate, @yarons, @comradekingu, @ersen0, @fnogcps - thank you!
0.12
Compatible with Symfony > 4.4, > 5.4 or > 6.0. Requires PHP >= 7.4
Attention: this release includes a BC break (a new method to the MenuItemInterface
). This one only triggers if you are using your own MenuItemModel and not the built-in one.
Involved in this release: @kevinpapst, @simonaiacob
0.11
Compatible with Symfony > 4.4, > 5.4 or > 6.0. Requires PHP >= 7.4
- Added
for
attribute in labels for login layout - Added Login-cover page #143
- Updated translations (he, fr, pl, ro, ru, sv, uk)
Involved in this release: @cavasinf, @kevinpapst, @weblate, @yarons, @sggua, @tellustheguru, @gnu-ewm, @simonaiacob, @dandelionmood - thank you!
0.10
Compatible with Symfony > 4.4, > 5.4 or > 6.0. Requires PHP >= 7.4
Translations are now managed at Weblate, no more PRs to change a label: https://hosted.weblate.org/projects/kimai/theme/
- Add Card component with nav(#129)
- fix da emoticon (#132)
- [Accordion] decrease collision probability of random_id (#134)
- [Card] Refactoring (#133)
- Fix timeline.html.twig (#135)
- Integrate weblate translations
- Fix original attribute in XLIFF
- Added weblate link
- Translated using Weblate (#136)
- Translated using Weblate (#138)
- added release drafter (#139)
Involved in this release: @cavasinf, @kevinpapst, @weblate, @milotype, @yarons, @ersen0, @wtuemura, @gallegonovato, @ejolivares - thank you!
0.9
BC BREAK: One new method in the MenuItemInterface
- fix accesskey - @kevinpapst
- added outer login box- @kevinpapst
- Update theme.scss for docs - @cavasinf
- allow to manually expand menus in vertical navigation - @kevinpapst
- Added null check to timeline item parts - @wucherpfennig
- fix syntax and check for _isSimple - @kevinpapst
- fix template filename - @cavasinf
- update to tabler beta 16 - @kevinpapst
0.8
- fix container class on footer @kevinpapst
- fix notifications dropdown html @kevinpapst
- added multiple new language files @kevinpapst
- improve error page - allow long suggestion text, instead of short description @kevinpapst
- allow accesskey for keyboard shortcuts in buttons @kevinpapst
- handle null URL in navigation/menu models (#111) @kevinpapst
- Add more modal class blocks (#112) @cavasinf
- BugFix themes link (#113) @cavasinf
- link accordion docs (#114) @wucherpfennig
- Update theme override doc (#115) @cavasinf
- Add progress bar component (#117) @cavasinf
- Move Twig block "body-class" into the class attribute of BODY (#121) @Etrimi
- extract html head to include, prevent apps from showing up in search @kevinpapst
- Added wizard "template" (#118) @cavasinf
- added german translation for wizard @kevinpapst
- added card tabs navigation (#119) @cavasinf
0.7
- added accordion component #103 @wucherpfennig
- added carousel component #104 @wucherpfennig
- new block
page_intro
to replace the entire page title section @kevinpapst - allow custom attr in dropdown buttons #105 @wucherpfennig
- removed html comments @kevinpapst
0.6
- updated tabler to beta10 #102 - @wucherpfennig
- allow to disable navbar-brand-autodark @kevinpapst
- fix duplicate rendering of navbar blocks in vertical layout @kevinpapst
- rebuild with latest tabler beta release 11 #106 @kevinpapst