Skip to content

Commit

Permalink
chore(release): 2.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
NickDJM committed Sep 15, 2023
1 parent 8f5ffd2 commit 195bf76
Show file tree
Hide file tree
Showing 13 changed files with 2,019 additions and 1,076 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.0.0-beta.3](https://github.com/NickDJM/accessible-menu-bootstrap-5/compare/v2.0.0-beta.2...v2.0.0-beta.3) (2023-09-15)


### Features

* add ability to disable bootstrap dropdown behaviour ([1d75735](https://github.com/NickDJM/accessible-menu-bootstrap-5/commit/1d757354103fa7a88620090ae2267f5edea68c1f))

## [2.0.0-beta.2](https://github.com/NickDJM/accessible-menu-bootstrap-5/compare/v2.0.0-beta.1...v2.0.0-beta.2) (2023-06-30)


Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ For learning/prototyping purposes you can use the latest version with:
For production environments, it is recommend to use a specific version to avoid unforseen breaking changes:

```html
<script src="https://cdn.jsdelivr.net/npm/accessible-menu-bootstrap-5@2.0.0-beta.2/dist/accessible-menu-bs5.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/accessible-menu-bootstrap-5@2.0.0-beta.3/dist/accessible-menu-bs5.min.js"></script>
```

## Usage
Expand Down Expand Up @@ -76,7 +76,7 @@ import AccessibleMenu from "accessible-menu-bootstrap-5";
or

```html
<script src="https://cdn.jsdelivr.net/npm/accessible-menu-bootstrap-5@2.0.0-beta.2/dist/accessible-menu-bs5.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/accessible-menu-bootstrap-5@2.0.0-beta.3/dist/accessible-menu-bs5.min.js"></script>
```

Once you have **accessible-menu-bootstrap-5** loaded, declare a new menu object.
Expand Down Expand Up @@ -104,7 +104,7 @@ import { Bootstrap5DisclosureMenu } from "accessible-menu-bootstrap-5";
or

```html
<script src="https://cdn.jsdelivr.net/npm/accessible-menu-bootstrap-5@2.0.0-beta.2/dist/disclosure-menu-bs5.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/accessible-menu-bootstrap-5@2.0.0-beta.3/dist/disclosure-menu-bs5.min.js"></script>
```

then
Expand All @@ -124,7 +124,7 @@ import { Bootstrap5Menubar } from "accessible-menu-bootstrap-5";
or

```html
<script src="https://cdn.jsdelivr.net/npm/accessible-menu-bootstrap-5@2.0.0-beta.2/dist/menubar-bs5.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/accessible-menu-bootstrap-5@2.0.0-beta.3/dist/menubar-bs5.min.js"></script>
```

then
Expand Down Expand Up @@ -164,7 +164,7 @@ import { Bootstrap5Treeview } from "accessible-menu-bootstrap-5";
or

```html
<script src="https://cdn.jsdelivr.net/npm/accessible-menu-bootstrap-5@2.0.0-beta.2/dist/treeview-bs5.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/accessible-menu-bootstrap-5@2.0.0-beta.3/dist/treeview-bs5.min.js"></script>
```

then
Expand Down
Loading

0 comments on commit 195bf76

Please sign in to comment.