Skip to content

Releases: payw-org/eodiro

v2.1.0 Beta 18

17 Feb 03:44
Compare
Choose a tag to compare

v2.1.0 Beta 18

Highlights

  • Introducing all new design including Banner and page transition
  • Completely kill the flickering issue of the Banner component

Bug Fixes

  • Prevent zooming select element on iOS Safari

v2.1.0 Beta 17

15 Feb 17:56
Compare
Choose a tag to compare

v2.1.0 Beta 17

Refactor

  • Improve the stability of navigation including Go Back and Jump

Bug Fixes

  • Fix an issue where the lanuage changes unexpectedly when navigate to a post through my page - #260

v2.1.0 Beta 16

15 Feb 00:09
Compare
Choose a tag to compare

v2.1.0 Beta 16

Features

  • Show contributors in the opensource page
  • Now can select coverage options for searching lectures
  • Add a new extraSmall proportion props option to Grid layout comoponent
  • Create a new string utils module and camelToKebab function
  • New 'Jump Back' navigation alongside the 'Go Back'
  • No more duplicate asyncData process when navigate to cached pages
    • Create and use a new isCached module
  • Show the posts I wrote in my page and also you can navigate to the post page directly by clicking it

Performance

  • Make square posts and comments load much faster

Chore

  • Improve the stability of topbar progress
  • Now the GoBack button disappears when scroll over 100px distance, not immediately after scroll down

v2.1.0 Beta 15

11 Feb 05:02
Compare
Choose a tag to compare

v2.1.0 Beta 15

Features

  • New lecture search using the eodiro API 2

Bug Fixes

  • Now can set the language properly - #259

Dev

  • Create scripts for purely automated deployment

v2.1.0 Beta 14

10 Feb 05:54
Compare
Choose a tag to compare

v2.1.0 Beta 14

Fix

  • Fix deploy scripts

v2.1.0 Beta 13

10 Feb 05:33
Compare
Choose a tag to compare

v2.1.0 Beta 13

Fix

  • Add a component name to lecture page

v2.1.0 Beta 12

10 Feb 04:49
Compare
Choose a tag to compare

v2.1.0 Beta 12

Features

  • Use new eodiro API 2's lecture API

Refactors

  • Add trailing commas

Bug Fixes

  • Keep scroll position when reload the page - #256

Chore

  • Add a slight border around the element fills to make them more distinguishable

v2.1.0 Beta 11

08 Feb 21:37
Compare
Choose a tag to compare

v2.1.0 Beta 11

Bug Fixes

  • Resolve the problem where pepero square loads all the posts at first load - #252

Improvements

  • Autofocus sign in input - #254

Chore

  • Update year - #253

v2.1.0 Beta 10

18 Jan 22:40
Compare
Choose a tag to compare

Bug Fixes

  • Now send refresh token to API2 and refresh the access token and refresh token itself correctly - #250

Performance

  • Improve go back speed from post to pepero square page
  • Remove transforming page transition due to a Safari bug - #249

v2.1.0 Beta 9

31 Dec 23:46
4a45507
Compare
Choose a tag to compare

Performance

  • Use only two components to transition between previous and next routes instead of utilizing redundant v-ifs for every hamlet

Bug Fixes

  • Mitigate some flickering problems inside the Banner - #205
  • Resolve #245
  • Resolve #246

Chore

  • Improve my page design and layouts
  • Show the currently deployed version number in home
  • Enhance page transition