mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Note upcoming feature haml_tag_if
This commit is contained in:
parent
b09e4589ad
commit
d564068e3a
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
||||||
* Add a tracing option. When enabled, Haml will output a data-trace attribute on each tag showing the path
|
* Add a tracing option. When enabled, Haml will output a data-trace attribute on each tag showing the path
|
||||||
to the source Haml file from which it was generated. Thanks [Alex Babkin](https://github.com/ababkin).
|
to the source Haml file from which it was generated. Thanks [Alex Babkin](https://github.com/ababkin).
|
||||||
* Fix #@foo and #$foo style interpolation that was not working in html_safe mode. (Akira Matsuda)
|
* Fix #@foo and #$foo style interpolation that was not working in html_safe mode. (Akira Matsuda)
|
||||||
|
* Add `haml_tag_if` to render a block, conditionally wrapped in another element (Matt Wildig)
|
||||||
|
|
||||||
## 4.0.6
|
## 4.0.6
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue