Skip to content

Commit b68c4f8

Browse files
authored
docs: improve readme documentation
1 parent 5d69d3c commit b68c4f8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To get started take a look at the [Live demo](https://ghiscoding.github.io/multi
1818

1919
## Demo
2020
Take a look at the [**Live demo**](https://ghiscoding.github.io/multiple-select-vanilla/) to see all available options/methods (there's a lot).
21-
You can also take a look at the "[Used by](#used-by)" section below to visit real world Open Source projects taking advantage of this library.
21+
You can also take a look at the "[Used by](#used-by)" section below to see and try live real world Open Source projects taking advantage of this library.
2222

2323
### Fully tested with [![Playwright](https://img.shields.io/badge/tested%20with-Playwright-45ba4b.svg?logo=playwright)](https://playwright.dev/)
2424

@@ -45,12 +45,13 @@ npm install multiple-select-vanilla
4545
Changes and new options:
4646
- dropped jQuery requirement and rewrote with browser native code.
4747
- rewritten in TypeScript to also provide typings support (`d.ts`)
48-
- make the lib CSP compliant (see CSP section below)
49-
- revamped the UI to give it a more Modern Look:
48+
- make the lib CSP compliant (see [CSP Compliance](#csp-compliance) section below)
49+
- add E2E tests, with Playwright, for all existing examples (over 65 of them)
50+
- revamped the UI in v3.x to give it a more Modern Look:
5051
- improved CSS styling by using SVG icons (CSS/SASS variables are also availables)
5152
- new Dark Mode
5253
- replace tabIndex with a more intuitive navigation & highlight by using arrow keys (or mouse hover)
53-
- show 3 different states on multiple selections (none " ", partial "-", all "🗸")
54+
- show 3 different states on multiple selections (none " ", partial "-" or all "🗸")
5455
- add extra options:
5556
- `autoAdjustDropHeight` will automatically adjust the drop (up/down) height by available space (see [demo](https://ghiscoding.github.io/multiple-select-vanilla/#/options30))
5657
- `autoAdjustDropPosition` will find best position (top/bottom) by its available space (see [demo](https://ghiscoding.github.io/multiple-select-vanilla/#/options29))

0 commit comments

Comments
 (0)