From 5dbf71c904579f77b839fb07c707632b13420885 Mon Sep 17 00:00:00 2001 From: Beki Date: Mon, 15 Apr 2024 09:14:20 +0900 Subject: [PATCH] readme updated --- README.md | 11 ++++++----- index.html | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 586edd0..0b5d548 100644 --- a/README.md +++ b/README.md @@ -47,11 +47,12 @@ All major browsers that support ES6 or above. - 🖱️ Scroll with `Shift+mouseWheel`, or faster scroll with `Ctrl+Shift+mouseWheel` - 📅 Mark holidays or today - 🔍 Zoom in/out -- 🆕 Drag Sortable Header Support (from v0.3.0) -- 🆕 ES Module support (from v0.3.0) -- 🆕 Remember Zoom Level and Header Order (page by page remembering) (from v0.3.5) -- 🔜 Resizable Bars (coming soon from v0.4.0) -- 🔜 Movable Bars (coming soon from v0.5.0) +- Drag Sortable Header Support +- 🆕 ES Module support +- 🆕 Remember Zoom Level and Header Order (page by page remembering) +- 🆕 Resizable Bars from both **left** and **righ** ends with `barOptions.resizability` options +- 🆕 Movable Bars (**vertial** and **horizontal** support) with `barOptions.movability` options +- 🆕 Easy to sort bars to align them one after the another ## Requirements: - jQuery v1.10.2 or above: diff --git a/index.html b/index.html index 8a718cd..6b47ee9 100644 --- a/index.html +++ b/index.html @@ -57,7 +57,7 @@

Features

  • 🔍 Zoom in/out
  • 🆕 Drag Sortable Header Support
  • 🆕 ES Module support
  • -
  • 🆕 Remember Zoom Level and Header Order
  • +
  • 🆕 Remember Zoom Level and Header Order (page by page remembering)
  • 🆕 Resizable Bars from both left and righ ends with barOptions.resizability options
  • 🆕 Movable Bars (vertial and horizontal support) with barOptions.movability options
  • Easy to sort bars to align them one after the another