Commit graph

19 commits

Author SHA1 Message Date
Kerry Johnson
aff3329e40
Let element exist in DOM before grabbing attribute
Otherwise original code will initiate fallback process prematurely by attempting to grab the same icon in other logo types (which doesn't really make sense for logos anyway, but this should at least stop the prevailing issue).
2024-09-17 08:17:12 -05:00
atisawd
05ee9be452 2.0.2 2019-05-14 03:17:19 +05:30
atisawd
99ec375d08 1.5.5 2018-07-07 19:50:52 +05:30
atisawd
e7f92ec31e 1.5.3 2018-07-07 10:05:49 +05:30
atisawd
0474a3fddd 1.5.3 2018-07-07 09:40:23 +05:30
atisawd
2a18efb31d 1.5.2
added web component
2018-07-07 08:51:13 +05:30
atisawd
3c2a5d68ab 1.5.0 2018-07-03 12:18:00 +05:30
Paul T
9c59942dfb Updates to docs + fix to cdnUrl 2018-06-30 17:38:44 -04:00
Paul T
979bf3b3f0 Fix to CSS for custom icon sizes 2018-06-30 17:30:09 -04:00
Paul T
a6b1fcc3b9 dev page + default sizes for icon element 2018-06-30 17:16:46 -04:00
Paul T
f403027ae3 Bug fixes to css + Docs + output custom element bundle to dist/ folder 2018-06-30 16:10:38 -04:00
Paul T
08252613fa Support for polyfilled environment (via ShadyCSS) 2018-06-30 09:57:14 -04:00
Paul T
5d008d83b2 Refactor of getIconSvg() method 2018-06-30 08:43:14 -04:00
Paul T
9f521ed7f4 Support for shape attribute 2018-06-29 23:37:18 -04:00
Paul T
6d3fe85ab1 Support for rotate, flip and animation 2018-06-29 23:33:14 -04:00
Paul T
f5a6addf83 Support for color and size html attributes 2018-06-29 20:44:28 -04:00
Paul T
1fdae261d4 Support for name attribute
- support the `name` attribute on the html element
- Loads svg image and caches
- Changed version in package.json to take advantage of images included in v1.1.1
2018-06-29 20:12:50 -04:00
Paul T
ecf8e4c8f8 Base setup to support box-icon custom element
- added new dependencies to support building custom element
- added webpack configuration
- added source file for box-icon element
- create two new css files with content from css/boxicon.css for
  animation and transformations
2018-06-29 19:05:17 -04:00
Aniket Suvarna
9177bfdf90 Initial commit 2018-06-15 13:20:17 +05:30