Skip to content

Releases: 0l1v3rr/github-readme-tech-stack

v1.3.1

31 Dec 09:29
Compare
Choose a tag to compare

Features:

  • Tiny changes on the frontend
  • The loading speed of the badges is highly reduced

v1.3.0

29 Dec 08:56
Compare
Choose a tag to compare

Backend:

  • 4 new query parameters:
    • You can read more about them here.
  • Added another query parameter: hideBg
  • Added more tests

Client:

  • Added a new input field for the hideBg query parameter

v1.2.8

27 Dec 09:40
Compare
Choose a tag to compare

Backend:

  • Added two new query parameters: gap, lineHeight
  • Fixed the bad alignment when using other gaps than the default
  • Added a third new query param: width

Frontend:

  • Added two new input fields for the new query params
  • From now on, you need to double-click on a badge to remove it

Other:

  • README: typo fixes

v1.2.7

25 Dec 08:22
Compare
Choose a tag to compare

Frontend:

  • Added the tailwind-merge NPM package.
  • ColorInput update: the input has a new color picker built-in
  • LineInput: if we enter an invalid logo, the badge won't show the broken image.
  • New input field for the fontFamily query param
  • Added a new UrlBuilder class that generates the card URL correctly. It also skips the default values, so the result is shorter.

Backend:

  • The width of the badges is now calculated correctly (from the SVG string), so the alignment is much nicer.
  • New query param: fontFamily

Other:

  • Added an animated GIF in the README. (see #32)
  • Add two missing themes in the THEMES.md file. (see #33)

v1.2.6

23 Dec 13:37
Compare
Choose a tag to compare

Features:

Docs:

  • Huge README update
  • README: Add a Tweet badge

Client:

  • Remove recoil
  • package-lock regenerate
  • Options.tsx: huge refactor
  • Moved the validator functions into a separate file

Backend:

  • Add more themes
  • Add a script file to preview the theme more easily

v1.2.5

21 Dec 13:36
Compare
Choose a tag to compare

Features:

Client:

  • Made the page title responsive
  • Added syntax highlighting with react-syntax-highlighter
  • Redesigned the whole LineInput.tsx
  • The LineInput shows the appropriate icon with its color
  • LinePopup.tsx: added a full-form validation
  • Added a new ColorInput component which has a button to generate a fully random hexadecimal color code
  • NumberInput.tsx: the buttons have no hover effect if one cannot be pressed

v1.2.4

19 Dec 16:56
Compare
Choose a tag to compare

Features:

Frontend:

  • Added a Reset button that clears the input fields under the Options section
  • Added an HTML codeblock under the Preview section
  • Redesigned the scrollbar
  • Added a new select input with the ability to filter the items

Backend:

  • Added vitest and some tests
  • Added the lint-staged pre-commit hook
  • Introduced zod
  • Added a CardBuilder class

v1.2.3

17 Dec 11:34
Compare
Choose a tag to compare

Features:

Backend:

  • New query param: borderRadius
  • New query param: fontWeight
  • New query param: fontSize

Client:

  • Updated Options.tsx and added input fields for the new query params
  • Redesigned every Input component

Other:

  • README clean-up

v1.2.2

14 Dec 14:51
Compare
Choose a tag to compare

Features:

API:

  • Added a new query param: showBorder

Client:

  • Added a normal popup form validation
  • Added a new true/false input field: showBorder

Bugfix:

  • The badge popup now allows 3-character long icons and labels

v1.2.1

07 Dec 14:54
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/0l1v3rr/github-readme-tec…

…h-stack