Skip to content
This repository was archived by the owner on Oct 1, 2021. It is now read-only.

Releases: VChet/StyleBase

1.3.1 (2020-10-08)

Choose a tag to compare

@VChet VChet released this 08 Oct 17:56

Bug Fixes

  • parser: add error status and text fields (6349c5a)
  • parser: set default branch (6d41942)
  • rate limiter: send error message as object (be6f2fc)
  • routes: disable middleware checks on non production environment (3f65f15)
  • style info: restore no-scroll class in body when modal is active (62863f7)

1.3.0 (2020-10-07)

Choose a tag to compare

@VChet VChet released this 07 Oct 15:57

Features

  • footer: add contact email (0277f51)
  • privacy policy: add privacy policy popup (480b0dc)

Bug Fixes

  • header: scroll to top on logo click (b001569)
  • style card: add image for empty preview (f6775b3)
  • set document title when changing history state (c6c608a)

1.2.0 (2020-10-04)

Choose a tag to compare

@VChet VChet released this 04 Oct 15:31

Features

  • analytics: add events for StyleCard and AddStyleDialog (0dd1abb)
  • support site search in omnibox (d801c51)

Bug Fixes

  • agenda: remove condition when agenda stops (2c5e5d7)
  • parser: prioritize image with "preview" in file name (620bfd6)
  • style card: cut long names (683b300)
  • style info: add mixin to replace dash and underscore in style name (179c058)
  • style info: parse and replace emojis in description (45dc100)
  • style info: update links (021a073)

1.1.1 (2020-10-03)

Choose a tag to compare

@VChet VChet released this 03 Oct 18:33

Bug Fixes

  • add style: fix style name in successful response (d4e5e91)
  • search bar: change placeholder text (fa52b64)

1.1.0 (2020-10-03)

Choose a tag to compare

@VChet VChet released this 03 Oct 18:32

Features

  • Home: add owner filter to url (dd421db)
  • search: add search query to url (a9cff70)
  • server: add maintenance page (721ec68)
  • style info: open style popup with data from url (0d801fa)
  • style popup: add owner and style name to url (3b7f4a8)

Bug Fixes

  • add style: show clear button only with text (422125d)
  • agenda: stop agenda on non-production deployments (fdfbdc6)
  • get style: get style by owner and name instead of _id (cdfcd45)
  • Home: move container to component (18bcdfe)
  • parser: store repo names with dashes, replace to spaces in view (6136971)
  • sort options: remove list margin, compensate bottom padding (3aecb4c)
  • style grid: make grid fill all available space (4848482)
  • style info: make a separate request for style data (9a87110)
  • url: fix url when changing history state (4ce6f49)

1.0.0 (2020-10-02)

Choose a tag to compare

@VChet VChet released this 03 Oct 18:32

Features

  • Initial release