This repository has been archived by the owner on Oct 1, 2021. It is now read-only.
2.0.0 (2020-11-14)
⚠ 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)