Code-Magic

Code Generator - Easily Generate CSS and Tailwind code based on your choice and input

MIT License

Stars
380
Code-Magic - v1.4.0

Published by Dun-sin about 2 years ago

1.4.0 (2022-07-28)

Features

  • general.ts, gradient-border.ts: implement the copy code and add more style to input element (a97a25d)
Code-Magic - v1.3.0

Published by Dun-sin about 2 years ago

1.3.0 (2022-07-28)

Features

  • gradient-border.ts: add functionality to the generator (60c61b3), closes #53
  • index.html: add elements for gradient border generator (3313dd2)
  • main.ts: add the new generator function to the list (1537a8e), closes #53
  • style.css: add styling to the gradient border generator (6e830b5), closes #53
Code-Magic - v1.2.1

Published by Dun-sin about 2 years ago

1.2.1 (2022-07-27)

Bug Fixes

  • pic-text.ts: wrong passing of arguments (658f92f)
Code-Magic - v1.2.0

Published by Dun-sin about 2 years ago

1.2.0 (2022-07-27)

Bug Fixes

  • general.ts: fix clicking of download returning null (3b50773)

Features

  • gradient-text.ts: add ability to download the results (fe05103)
Code-Magic - v1.1.1

Published by Dun-sin about 2 years ago

1.1.1 (2022-07-27)

Bug Fixes

Code-Magic - v1.1.0

Published by Dun-sin about 2 years ago

1.1.0 (2022-07-27)

Features

  • main.ts: add on press of escape key should close modal (9aeec7c)
Code-Magic - v1.0.0

Published by Dun-sin about 2 years ago

1.0.0 (2022-07-27)

Bug Fixes

Features

  • get code button have a full width (b393353)
  • add get code button (c22e2a2)
  • add access to image uploaded (36b374a)
  • add content for text gradient (231dc07)
  • Add download feature(#14 from Dharmik48) (2d168f9)
  • add downloadable button (043ff02)
  • add functionality for copy to clipboard (e6947ab)
  • add height to preview (ab6122a)
  • add height to preview (17b8ea8)
  • add image src to output div (c2c91a6)
  • add min height to image preview (764e1b6)
  • add min height to image preview (3ae27ba)
  • add the ability for the trick generator to work (e82aabb)
  • add the download button (b51c36e)
  • add the elements needed (727d661)
  • change design for modal (8d32240)
  • change text for image (61c0bec)
  • change the design of the modal (e9c58d2)
  • change the height of preview (bd17000)
  • change the website layout and colors (d6ac3af)
  • creat text gradient function (7a3202b)
  • create functions for every task and make copy code to clipboard (8dae460)
  • create text gradient function (681a508)
  • display generators properly (b70f272)
  • each generator having their own function(#12 by Dun-sin) (aaca736)
  • exo2 font(#22 by Dun-sin) (a7f8f1b)
  • fix layout on mobile view (80c0382)
  • footer gets sticked to the bottom (bae4222)
  • functionality for onclick on generator (b4c7e1c)
  • functionality of text gradient generator (040277f)
  • functionality of text gradient generator(#20 by Dun-sin) (f306357)
  • generator functions(#13) (0fdbc0d)
  • generators having their own functions (bc8ae45)
  • implemented filepond plugins (5f117bd)
  • imported filepond CSS file (ba3247d)
  • link to github repo (5c69043)
  • link to github repo(#21 by Dun-sin) (6cf3be4)
  • made modal be open or closed on click (87a12fa)
  • make onclick on generator work by generator name (9f8cad5)
  • minor changes (ecbafd0)
  • move footer to the back (6985b4b)
  • prevent build failure (d49f92f)
  • reduce modal width size (8447f5c)
  • reduce text for pic-text (c027f71)
  • reduced the transition for card onhover (33d0beb)
  • remove footer from being absolute (8ffdb7f)
  • stop overflow (6ee8977)
  • stop overflow (a438c19)
  • styling the body and pic-text generator (6b35a5f)
  • text gradient generator card (6baa134)
  • use variable for elements width (f4b41a7)
  • use variable for image size (d6a534f)
  • warning note (d25db80)
  • warning note(#24 by Dun-sin) (6f766c8)

Performance Improvements

  • removed CDN installation (267e58f)

Reverts