Skip to content
This repository has been archived by the owner on Dec 15, 2024. It is now read-only.

v1.0.0-dev.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@async3619 async3619 released this 29 Jun 06:31
· 2 commits to dev since this release

1.0.0-dev.2 (2023-06-29)

Bug Fixes 🐞

  • attachment: fix a bug attachment preview could not following mouse pointer position (69b648a)
  • attachment: now media preview popup will not overflow the viewport (282ff62)
  • layout: prevent re-rendering side bar data source list in every time navigated (2b24145)
  • media-viewer: media viewer will closed only if page component is unmounted (cb2322f)
  • now api server url can be specified with envrionment variables (c7ac775)
  • threads: fix a bug that reversed switch on thread toolbar does not show checked status properly (5e06df7)

Internal 🧰

  • layout: now side bar data source list will be loaded on server-side (def463c)
  • prevent SSR due to layout conflicting by responsive styles (e52afde)
  • threads: apply loading skeleton animations into post list of thread (de8d347)
  • threads: make thread list order settings to be persisted (7946e1b)
  • update default animation of skeleton component to wave instead of blinking (767ac22)