CommanderRoot
59b9348093
chore: replace deprecated String.prototype.substr() ( #6333 )
...
* chore: replace deprecated String.prototype.substr()
.substr() is deprecated so we replace it with .slice() which works similarily but isn't deprecated
Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
* refactor: add prefer slice lint rule and fix errors
Co-authored-by: erezrokah <erezrokah@users.noreply.github.com>
2022-03-28 17:29:56 +00:00
tillschweneker
d66c573697
feat: add truncate filter to summary tag ( #6105 )
...
Co-authored-by: Till Schweneker <till.schweneker@meltingelements.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-01-21 16:09:02 +02:00
Kolja Markwardt
c791158dd5
feat: add string template filters "default" and "ternary" ( #3677 ) ( #5878 )
2021-10-11 18:11:06 +03:00
Vladislav Shkodin
dbf2920254
chore: introduce imports ordering ( #5463 )
2021-05-31 17:46:41 +03:00
Vladislav Shkodin
fc07ce6854
refactor: introduce type-only imports ( #5462 )
2021-05-31 15:23:16 +03:00
Vladislav Shkodin
141a2eba56
refactor: convert function expressions to declarations ( #4926 )
2021-02-08 20:01:21 +02:00
KoljaTM
1fa108ee67
feat: Support filters for template strings #3677 ( #4396 )
2020-10-25 17:29:59 +02:00
KoljaTM
5fdfe40dd2
feat(widget-list): add min max configuration ( #4394 )
2020-10-15 20:27:23 +03:00
Keegan Lillo
576e4f0f1a
feat(core): Add {{dirname}} to summary and preview_path ( #4279 )
2020-09-28 16:20:07 +03:00
Erez Rokah
c7e0fe8492
fix: relation widget performance ( #3975 )
2020-07-06 14:05:01 +03:00
Erez Rokah
213ae86b54
feat(widget-relation): string templates support ( #3659 )
2020-04-30 16:03:08 +03:00