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

Releases: VChet/StyleBase

2.2.1 (2020-11-30)

30 Nov 17:37
Compare
Choose a tag to compare

Bug Fixes

  • add style: trim trailing slash from url (74adde3)
  • footer: fix footer to the bottom of page on desktop and tablets (cc81131)

2.2.0 (2020-11-27)

27 Nov 16:22
Compare
Choose a tag to compare

Features

  • rss: add rss generation (0438e9c)
  • rss: add rss link to footer (4b1da26)

Bug Fixes

  • footer: increase links font size and paddings in footer on mobile (2b7302c)

2.1.0 (2020-11-22)

22 Nov 16:46
Compare
Choose a tag to compare

Features

  • alert: add alert snackbar (6dfb1ce)
  • authorization: allow organization members to edit styles (2e8afb0)
  • confirmation: add confirmation dialog component (ae03ddc)
  • style info: add Twitter share button (5640879)
  • style info: ask for confirmation before deleting a style (762e4ff)
  • user: store user organizations (b96a624)

Bug Fixes

  • authentication: remove scope to access only public data (14e60da)
  • authorization: handle empty user (8fffddf)
  • user model: set empty orgs array by default (28a1032)

2.0.1 (2020-11-17)

17 Nov 18:26
Compare
Choose a tag to compare

Bug Fixes

  • db: send code and name on save error (25cf268)
  • style info: fix actions on style removal (2b909c1)
  • fix dialog component names (e04f767)

2.0.0 (2020-11-14)

14 Nov 18:31
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • endpoint for styles by specific owner is changed from 'api/owner/:owner' to 'api/styles/:owner'
  • endpoint for styles filtered by query is removed ('api/search/'). Now use 'api/styles/' with the 'query' GET parameter

Features

  • parser: support '.user.styl' files (f7dd9aa)
  • styles: add sorting for styles filtered by query and by owner (df46ecc)
  • vuex: add vuex, styles and user states, mutations, actions (a036be5)

Bug Fixes

  • no script: add styles for no-script block (9b05746)
  • search: change debounce behavior (a7c1fc0)
  • search: clear timeout on reset (fd408c3)
  • sort order: disable sort buttons on loading (5651789)
  • sort order: hide sort order if only one style found (4733f24)
  • styles api: add lean parameter (6713392)
  • styles api: allow empty custom name and custom preview fields (e154638)
  • styles api: check custom preview file extension (a197043)
  • vuex: close modal window only if opened (0033769)
  • vuex: set search query even if it's empty (8b32947)

1.8.0 (2020-10-31)

31 Oct 16:24
Compare
Choose a tag to compare

Features

  • components: add BaseCard component (bbc8807)
  • components: update StyleCard and StyleCardSkeleton (2eb0ed0)
  • Components: add skeleton loader component for StyleCard (10f4321)
  • recaptcha: use rate-limiter instead of recaptcha (075ddbe)
  • style card: change skeleton animation (1270691)
  • style info: add button to delete the style (11e1bb6)

Bug Fixes

  • helmet: remove google recaptcha from csp (6d2e37d)
  • style grid: set skeleton cards amount depending on the current page (27f33d8)
  • style info: handle submit via form (8b6780a)
  • styles api: fix url parameters in update and delete requests (959570c)
  • vue config: add login and logout urls to devServer proxy (d9e7a16)
  • vue-loader: preserve whitespace (61566f1)

1.7.0 (2020-10-17)

17 Oct 08:56
Compare
Choose a tag to compare

Features

Bug Fixes

  • buttons: add types and aria-labels (c83fea0)
  • style info: add alternative text to image (401fb94)
  • style info: fix mobile styles (2380dd5)

1.6.0 (2020-10-15)

15 Oct 09:29
Compare
Choose a tag to compare

Features

  • parser: add mercy-preview header (a121495)
  • style info: add search by topic (231f750)
  • style info: add topics block (162d927)
  • styles: store topics in DB (f46a996)

1.5.0 (2020-10-13)

13 Oct 13:34
Compare
Choose a tag to compare

Features

  • login: add login button and user session check (cf17bc6)
  • Style: add 'edit style' request and custom fields (fe3b347)
  • style card: use manually added title and preview (b49ad47)
  • style info: add "edit style" block (a95cc8d)

Bug Fixes

  • add style: move disabled state from exit button to submit button (9af0285)
  • analytics: set correct page path (a075166)
  • authentication: change scope from email to profile data (63b170d)
  • buttons: set width and height globally, add mobile styles (4b31241)
  • edit style: add custom preview protocol check (9b9d46f)
  • edit style: allow owner to edit the style (2bd833e)
  • edit style: clear cache on style edit and delete (599891e)
  • edit style: update only customName and customPreview fields (944c6e9)
  • helmet: allow images from any secure source (1fa889b)
  • update style: use url instead of _id to update style (be1cc0f)

1.4.0 (2020-10-10)

10 Oct 12:09
Compare
Choose a tag to compare

Features

  • header: add burger menu (a8dc3a6)

Bug Fixes

  • helmet: add githubassets.com to img-src CSP (fde5008)
  • make "b" uppercase in the site name (a5eee88)
  • helmet: add data scheme to img-src CSP (c3485dc)
  • styles: add margin to title on mobile (b9da67c)