1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-01-17 12:48:26 +01:00

151 Commits

Author SHA1 Message Date
codecalm
005841e3ac Release 3.27.0 2025-01-06 19:26:12 +01:00
codecalm
23b6659c32 build fix 2025-01-06 19:16:29 +01:00
codecalm
67d0320dec build fix 2025-01-06 03:31:01 +01:00
Ivan Gabaldon
2fee96aa2d
module solid (#1235) 2025-01-06 00:50:28 +01:00
ethancrawford
3e4049a572
Remove sass deprecation warnings (#1289) 2025-01-06 00:49:11 +01:00
codecalm
5abae4fb47 Release 3.26.0 2024-12-15 19:59:14 +01:00
codecalm
14bad670d9 Release 3.25.0 2024-12-15 17:08:53 +01:00
codecalm
01eb08a9bc Release 3.24.0 2024-12-02 22:19:05 +01:00
codecalm
117db87180 add docs to package 2024-12-02 21:02:50 +01:00
codecalm
06755b9bda Release 3.23.0 2024-11-28 20:36:43 +01:00
codecalm
e54656d27e Release 3.22.0 2024-11-12 22:41:07 +01:00
codecalm
69752f43de Release 3.21.0 2024-10-28 19:52:41 +01:00
codecalm
537602d3b5 Release 3.20.0 2024-10-23 07:40:31 +02:00
codecalm
8d4f23166d Release 3.19.0 2024-09-27 22:46:37 +02:00
codecalm
35f51530f2 build fix 2024-09-27 22:27:41 +02:00
Andrei Khokhlov
a4ac054ede
fix: Fixing default values for size and stroke attributes (#1145)
Co-authored-by: Paweł Kuna <1282324+codecalm@users.noreply.github.com>
2024-09-27 22:10:33 +02:00
Tim Heerwagen
7d1f101f00
Generate dynamic imports for icons-react (#1081)
Co-authored-by: Paweł Kuna <1282324+codecalm@users.noreply.github.com>
2024-09-27 22:09:40 +02:00
YCM Jason
c46a85f995
Allow passing class from preact component (#1223)
Co-authored-by: Paweł Kuna <1282324+codecalm@users.noreply.github.com>
2024-09-27 01:53:45 +02:00
Ivan Gabaldon
dca84ef767
Allow treeshaking with @tabler/icons-solidjs (#1221) 2024-09-27 01:21:38 +02:00
YCM Jason
c46d7a6ef4
Fix preact icon attribute spreading (#1222) 2024-09-27 01:18:45 +02:00
codecalm
261e23df42 Release 3.18.0 2024-09-26 23:26:29 +02:00
codecalm
405bcfffba Release 3.17.0 2024-09-15 14:48:05 +02:00
codecalm
e1e3d26364 Release 3.16.0 2024-09-10 18:24:16 +02:00
codecalm
121922c179 Release 3.15.0 2024-09-08 22:41:24 +02:00
codecalm
bad711e40a Release 3.14.0 2024-08-27 11:39:37 +02:00
codecalm
bdcc639c5e Release 3.13.0 2024-08-26 14:12:49 +02:00
codecalm
9561ff8eef Release 3.12.0 2024-08-08 22:54:01 +02:00
BG-Software
c5c65ee2e3
Accept pre-release version of Svelte@5.0.0 (#1199)
Co-authored-by: Bartłomiej Gawęda <bgaweda@abis.krakow.pl>
2024-08-08 21:37:37 +02:00
codecalm
efa07c0028 Release 3.11.0 2024-07-16 13:24:17 +02:00
codecalm
c5f045423e Release 3.10.0 2024-07-09 13:00:59 +02:00
codecalm
5c4704034c Release 3.9.0 2024-07-04 21:40:09 +02:00
codecalm
c14c52d845 Release 3.8.0 2024-07-02 23:03:06 +02:00
codecalm
3ce9e93973 Release 3.7.0 2024-06-25 17:30:43 +02:00
BG-Software
fb1011df89
Set return type of Component in SolidJS to JSX.Element (#1148)
Co-authored-by: Bartłomiej Gawęda <bgaweda@abis.krakow.pl>
2024-06-25 14:20:57 +02:00
BG-Software
126705dbc3
Change the way of exporting icons in Svelte package (#1169)
+ Updated imports in test-svelte project.

Co-authored-by: Bartłomiej Gawęda <bgaweda@abis.krakow.pl>
2024-06-25 14:18:12 +02:00
BG-Software
e9390c5f60
Add support for Svelte 5 (#1167)
Co-authored-by: Bartłomiej Gawęda <bgaweda@abis.krakow.pl>
2024-06-25 14:01:26 +02:00
Keno Medenbach
311e4c1fc5
@tabler/icons-vue: Fall back to default if stroke is undefined (#1129)
Fixes #1067

Co-authored-by: Keno Medenbach <k.medenbach@eplas.net>
2024-06-14 17:30:21 +02:00
codecalm
9239580313 Release 3.6.0 2024-06-13 22:29:57 +02:00
BG-Software
4a8ba697b4
Add <title> to <svg> in Preact (#1157)
* Add <title> to <svg> in Preact

Needs to be tested.

* Uncomment title attribute

---------

Co-authored-by: Bartłomiej Gawęda <bgaweda@abis.krakow.pl>
2024-06-13 22:11:45 +02:00
BG-Software
b6591cec2d
Add <title> to <svg> in SolidJS (#1156)
Adds <title> child tag & title property in built package, but still doesn't show it on hover.

Co-authored-by: Bartłomiej Gawęda <bgaweda@abis.krakow.pl>
2024-06-13 22:10:57 +02:00
BG-Software
c898ade0f0
Add title to icon's <svg> as child tag in React, Vue.js and React Native (#1147)
* Add title as child tag of <svg> in icons-react

* Add title as child tag of <svg> in icons-vue package

* Add title as child tag of <svg> in icons-react-native package

* Test <title> element in React

* Prevent adding <!----> to <svg> if no title prop passed

+ Test <title> child element.

* Fix tests for Vue

Stroke attribute added to expected SVG code.

---------

Co-authored-by: Bartłomiej Gawęda <bgaweda@abis.krakow.pl>
2024-06-13 22:08:44 +02:00
codecalm
c89e4159b9 Release 3.5.0 2024-05-21 21:40:54 +02:00
codecalm
2ac418910a preact icons bug fix 2024-05-21 21:23:46 +02:00
Marvin Hagemeister
fce43e1d78
fix: Preact adapter spreading props as children (#1084) 2024-05-16 01:24:52 +02:00
codecalm
01e01a7567 Release 3.4.0 2024-05-16 01:01:18 +02:00
Basith
214c8cbfda
fix: IconProps type is incompatible with icons components (#1078) 2024-04-30 22:17:34 +02:00
Patrick Naughton
f9610283b2
add TablerIcon type (#1058) 2024-04-30 22:14:07 +02:00
codecalm
4e5371083c Release 3.3.0 2024-04-30 21:26:18 +02:00
codecalm
cc7085f2ea Release 3.2.0 2024-04-11 12:29:31 +02:00
codecalm
f12135fe42 Release 3.1.0 2024-03-14 20:23:28 +01:00