Skip to content

Releases: shinobuffer/nameless-blog

v1.1.8

27 Feb 07:32
Compare
Choose a tag to compare

Features

  • fix app min-height; css optimization
  • add HomepageAside & ACGT-Aside, altogether 5 components
  • move HeaderTop from App.vue to Homepage.vue

Bug Fixes

  • should remove target from listenList when unbinded

v1.1.7

26 Feb 17:51
Compare
Choose a tag to compare

Features

  • remove gossip api, replaced with dynamic api
  • beautify Footer component

v1.1.6

18 Feb 17:17
Compare
Choose a tag to compare

Features

  • DDF mode for Dynamic Page, fine-tuning of DDF.css
  • componentization of EmotionBox (thus avoid invoking fetEmo function repeatedly)
  • implement lazyload directive
  • replace conventional if-else logic with strategy pattern

Bug Fixes

  • fix website regex

Improvement

  • reduce complicated logic in

v1.1.5

08 Feb 14:01
Compare
Choose a tag to compare

Features

  • revome the "reachBottom" getter in vuex
    • instead, add "xAboveBottom" getter to represent the distance from the page bottom
  • use var noMore to indicate that there are no more articles in Homepage.vue

Bug Fixes

  • fix the problem that v-highlight directive is executed repeatedly in update phase

v1.1.4

08 Feb 13:47
Compare
Choose a tag to compare

Bug Fixes

  • fix the mismatch of number of rows generated by v-hghlight directive

Improvement

  • extract the common part of comment module (Mixin-RichText)

v1.1.3

08 Feb 13:34
Compare
Choose a tag to compare

Features

  • add Dynamic Page, and refactor the code of Dynamic Launch
  • now you can leave a comment without reloading/refreshing the page
  • record the IP and location of user's sensitive operations
  • limit the number of login/authentication failures

v1.1.2

16 Dec 09:00
Compare
Choose a tag to compare
  • add Bangumi Page and relative function
  • optimization of route judgement (using meta property)
  • fix the problem of "allow duplicated request of loadMore function"

v1.1.1

07 Dec 08:01
Compare
Choose a tag to compare
  • DDF mode for PERSONAL SPACE
  • fix "double render of code numbering" problem in comment area