Skip to content

Latest commit

 

History

History
269 lines (148 loc) · 16.1 KB

CHANGELOG.md

File metadata and controls

269 lines (148 loc) · 16.1 KB

Changelog

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

1.2.4 (2022-02-12)

Bug Fixes

  • remove mouseout, because when there are multiple items, the sliding will be abnormal (1d82e34)

1.2.3 (2022-02-11)

1.2.2 (2022-02-11)

Features

  • slidePerView support decimals (ex: 2.5, 3.5) (0ca7b94)
  • the sliding area of the web page exceeds the container, plus triggering mouseend to end the round (f181c97)
  • turning the phone makes the carousel look weird, so add a reset (1e48cc2)

1.2.1 (2022-02-10)

1.1.25 (2022-02-10)

1.1.24 (2022-02-08)

Bug Fixes

  • autoplay plus judging that the number of pages is greater than 1 (1171ec9)

1.1.23 (2022-02-08)

Features

  • added additional fixed height, required for image cards (600096b)

1.1.22 (2022-02-08)

Bug Fixes

  • fixed proportional calculation needs to include display items (137aa15)

1.1.21 (2022-02-08)

Features

  • added to prevent items with onClick, when the web is swiped, it will be directly triggered to open (fb21c09)

1.1.20 (2022-02-08)

Bug Fixes

  • miss commit (74a01a0)
  • slideView > 0, slideGroup > 0 count, page count error, don't copy items much (6f69ed0)

1.1.19 (2022-02-08)

1.1.18 (2022-02-07)

Bug Fixes

  • when the mobile phone slides, it will pause for a while due to the direction judgment. (a32bda8)

1.1.17 (2022-02-07)

Bug Fixes

  • 修正 取消返回位置第一頁的問題 (6be6a3c)

1.1.16 (2022-02-07)

Features

Bug Fixes

  • 修正 手機版滑動時會觸發 resize, 導致返回問題 (3fe28b5)

1.1.15 (2022-02-06)

1.1.14 (2022-02-06)

Features

  • 更改 demo 頁面連結 (1b28d48)
  • 更改 el-className container (7b57ca4)

1.1.13 (2022-02-06)

Features

Bug Fixes

  • 修正 字型路徑問題 (1979063)

1.1.12 (2022-02-05)

Features

  • 新增 Sidebar 加入 Github (856524c)

1.1.11 (2022-02-05)

Features

  • modify locale text (de50606)
  • 修正 Sidebar content 排版 (d8448dc)
  • 新增 About, Advices 頁面加入多國語系 (473a094)
  • 新增 Example 翻譯 (ee7f932)
  • 新增 Feature 翻譯 (f028247)
  • 新增 Menu 下方增加語系選擇(Mobile) (791712a)
  • 新增 PropsType 固定高, 等比例設定 (a84cbe7)
  • 新增 PropsType, StaticHieght 頁面翻譯 (5de3528)
  • 新增 多語系 (119b654)
  • 新增 多語系 (2e79b83)
  • 新增 多語系持久化 (72fdad3)
  • 新增 文字動畫的效果 (1397a6a)
  • 新增 日文語系 (0e623d1)
  • 更換 Text Animations 更換圖片與文字位置 (acbc05b)
  • 更改 目錄列翻譯 (cbf9577)
  • 更改 說明文件 (e030008)
  • 更改 說明文件 (93022e3)

Bug Fixes

  • 修正 _onMobileTouchMove event.preventDefault() 開啟會導致全屏輪播無法將頁面往下滑 (971828a)
  • 修正 onTransitionend 過早執行的問題 (54f9142)

1.1.10 (2022-02-04)

Features

  • add ideal (de5f3a7)
  • add navbar logo link to homepage (8a686b4)
  • add sidebar mask click toggle close, navbar mobile top (47fe75a)
  • add SliderItem component, ignore create item component or style (21c0938)
  • change image import path (5de1a7a)
  • change page name auto height -> static height (9f791e8)
  • modify content grid (950dfa5)
  • modify navbar logo position (b966fca)
  • 新增 aspectRatio 參數, 省去設定高度的方式 (f2e0327)
  • 新增 點擊連結自動收起 sidebar (bf29940)
  • 新增 點擊連結自動收起 sidebar (5541c1d)

Bug Fixes

  • code wraplongline 導致跑版問題 (b0ce195)
  • fix root style height format error (d53f779)
  • fix sidebar expend disableBodyScroll (4c23147)
  • root style height:auto -> inhert (995fcd1)
  • 修正 map key 問題 (sideber, vipLevelList) (c6e6212)
  • 修正 自動模式使用圖片標籤時, safari 無法支援100%高度來等比例寬度 (648d698)

1.1.9 (2022-02-02)

Features

  • 新增 About 頁面 (2b16d1f)
  • 新增 AutoPlayProgress Sample (1f3b722)
  • 新增 Breakpoints sample (9fbd91f)
  • 新增 Centered sample (fc1bed1)
  • 新增 Example VipList (85faf6b)
  • 新增 navbar logo (a0f5388)
  • 新增 navbar logo (2239ae8)
  • 新增 Per View Auto 頁面 (eede336)
  • 新增 sidebar expend transition (fae6abb)
  • 新增 如何安裝頁面 (6df9b81)
  • 新增 當 sliderPerView = auto 時, container 設定為浮動 absolute, 避免擠開外容器破版 (9f8675d)
  • 更改 navbar 排版 (92ad481)
  • 更改 styled-components DefaultTheme 設定方式直接使用設定檔, PerViewAuto 改為 AuthWidth, 新增強調註解元件 (95c38da)
  • 更改 VIP 命名 (f67ba2e)
  • 更改 命名方式 ReactCarousel -> Carousel, Example 排版 (7ec48af)

1.1.8 (2022-01-31)

Features

  • 新增 控制元件 (d4ad56f)
  • 新增 有樣式的展示頁面 (7f86fdb)
  • 新增 路由設定 (7d52203)
  • 更改 package名稱為 baer-carousel (e53c823)
  • 更改 sample 設定 (a519b25)

Bug Fixes

  • 修正 hook form default 顯示問題 (c589601)
  • 修正 計算頁數因除以0導致變成 Infinity (38934cd)

1.1.7 (2022-01-29)

Bug Fixes

  • 修正 log.printInText 參數錯誤 (87875fd)

1.1.6 (2022-01-29)

Features

Bug Fixes

  • 修正 移動到複製內容的時候, 頁數顯示需要等待一下才會正確顯示 (f4fd66c)

1.1.5 (2022-01-29)

1.1.4 (2022-01-27)

1.1.3 (2022-01-27)

1.1.2 (2022-01-27)

1.1.1 (2022-01-27)

Bug Fixes

  • mobile touch event, not bind this error (5122f55)

1.1.0 (2022-01-26)

1.1.0-alpha.2 (2022-01-26)

Bug Fixes

  • 修正 型別引入錯誤 (d8cd3c8)

1.1.0-alpha.1 (2022-01-26)

Bug Fixes

  • 修正 型別引入錯誤 (f83ab3c)

1.1.0-alpha.0 (2022-01-26)

Features

  • 新增 control ref 設定 (6c5291a)