All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Adds a
parse
function by @lukeraymonddowning in #184
- Fix
justify-*
classes with only one child by @xiCO2k in #165
- Autocomplete for
ask
method by @fabio-ivona in #153
- Fix types by @fabio-ivona in #158
- Allow to use
SymfonyStyle
ask method if exists by @xiCO2k in #156
- Fix
truncate
to work well withw-full
orw-division
. by @xiCO2k in #155
- Fixes bug when using
truncate
with paddings by @xiCO2k in #149 - Fixes
orange
color by @AdamGaskins and @xiCO2k in #146 and 4d36921
- Add
min-w-{width}
class by @xiCO2k in (#143)
flex-1
with overCOLUMN
size content by @xiCO2k in (#142)
- Support for verbosity levels (https://github.com/nunomaduro/termwind/commit/70b564814adb42c98b68cd3f1c2fd4b74ad86eea)
truncate
only truncates text and not the styling by @xiCO2k in (https://github.com/nunomaduro/termwind/commit/840a9e9d8809603f11d19fe5336270eb96a8d3a8)
- Allow
truncate
to be used without params by @xiCO2k in (#139)
- Allow
w-0
to be set by @xiCO2k in 89f4b87
- Fixed
justify-*
round calculations by @xiCO2k in #136 - Fixed
<br>
with classes in eb2132f - Fixed inheritance issues on
justify-*
classes d050cba
- Add
justify-around
andjustify-evenly
classes by @xiCO2k in #133
- Add
justify-between
class in #129
<hr />
width not respecting parent width by @xiCO2k in #130
- Fixes support for HTML tags on TableCells by @xiCO2k in #128
href
needes to be escaped by @xiCO2k in 9771606
- Adds Laravel
TermwindServiceProvider
by @xiCO2k in #123
- Fixes bug having multiple margins while using
width
withmy
by @xiCO2k in #120
max-w
withw-{fraction}
childs by @xiCO2k in #118
<href>
with more width that the parent element by @xiCO2k in #117
- Add support for
space-y
andspace-x
. by @xiCO2k in #115
- Add
ask()
method. by @xiCO2k in #112 - Add
max-w-{width}
class. by @xiCO2k in #111 - Add support for
py
,pt
andpb
. by @xiCO2k in #113
- Fix typo in README.md by @marcreichel in #106
- Fix function_exists() checks by @mabar in #108
- Fix bug when using emojis with
w-full
. (f2f426)
- Support for Symfony 6 components (67b9a9)
- Stable version