Skip to content
This repository was archived by the owner on Jul 22, 2019. It is now read-only.

Latest commit

 

History

History
67 lines (53 loc) · 6.4 KB

CHANGELOG.md

File metadata and controls

67 lines (53 loc) · 6.4 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.0.0-beta.0 (2018-10-16)

Bug Fixes

  • disqus comment count: solved not show comment (4aad5d9), closes #44
  • dropdown: added document listener to hide non used dropdown (6042de2)
  • feed: added /feed content (00dda16), closes #27
  • feed: not show draft post in feed (c15ffd9), closes #53
  • feed: solving non valid feed (1afef12), closes #32
  • manifest.json: update icon on manifest.json (a4fc15d), closes #35
  • opensearch: actication opensearch (96ba911), closes #36
  • post detail: fix not center image (bb84a1f), closes #33
  • post detail: solved to much width in mobile (9b1eae3), closes #64
  • post detail: solving isue in link (3e60edb), closes #63
  • post form: added window.beforeunload event (8d9a047), closes #61
  • post list: fixing bug on loadmore (c8603d5), closes #39
  • post list: no request if data available (2f049c1), closes #40
  • post list: solved failed filter on post list (0f186ce)
  • seo: added hreflang (02769fa), closes #30
  • seo tag: added seo tag for user posts and post detail (04fe76c), closes #56
  • solved feed problem : solved feed problem (3bc5026), closes #62

Features

  • ads: update sidebar ad design (673878e)
  • disqus: added count and link in post detail (93af384), closes #44
  • google analytics: added google analytics script (3084c1e)
  • meta header: added meta header (c9d4a29)
  • post api: added endpoint to update post by id (985b7af)
  • post api: added post create endpoint (cd818c7)
  • post detail: added new preloader (b17784a)
  • post detail: stable design of post detail (4b8a0e2)
  • post detail : added card app meta (af0abb2)
  • post endpoint: added filter by keyword in post list (c55caa5)
  • post endpoint: added filter by tag in post list endpoint (07c77e4)
  • post endpoint: added query to loadmore post list (8297502)
  • post endpoint: increment views after view post (1095748)
  • post list: added search in post list (4cbe02f)
  • post super: added post list super and updated (5cf21a6)
  • post super: stable upload main image in create and update post (058a979)
  • post super: wip post action (0a4db63)
  • post super: wip post super delete (f2654b7)
  • quill editor: added html editor (c0201a4)
  • related post: don't show draft post (9639b0a), closes #55
  • robots.txt: added robots.txt (77a4bfc)
  • sitemap: added post sitemap (dc0c120)
  • sitemap: added users sitemap (b0e80f9)
  • static link: ready to go (f4b018c)
  • super page: super page stable credential (5b01212)
  • video: video handler (483b516), closes #48

Performance Improvements

  • ssr: added generate meta seo on server (f401c4e)

BREAKING CHANGES

  • solved feed problem : #62