Skip to content

Commit

Permalink
Bump elm version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaime Terreu committed Jul 28, 2024
1 parent f4a3dc6 commit 6b5c1ae
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
## [11.0.0] - 2024-07-28

## Added

- Virtual scroll variant

## Breaking

- `Config` type now has extra param

This shouldn't cause any issues if you are not defining it anywhere in your
program.

Before

```elm
Config item
```

Current

```elm
Config item (MenuItems item)

-- OR for virtual scroll variants

Config item (VirtualItems item)
```

## [10.4.5] - 2024-07-13

## Fixed
Expand Down Expand Up @@ -729,6 +758,7 @@ controlBranding

- Project to elm packages [Confidenceman02/elm-select](https://package.elm-lang.org/packages/Confidenceman02/elm-select/1.0.0/)

[11.0.0]: https://github.com/Confidenceman02/elm-select/compare/10.4.5...11.0.0
[10.4.5]: https://github.com/Confidenceman02/elm-select/compare/10.4.4...10.4.5
[10.4.4]: https://github.com/Confidenceman02/elm-select/compare/10.4.3...10.4.4
[10.4.3]: https://github.com/Confidenceman02/elm-select/compare/10.4.2...10.4.3
Expand Down
2 changes: 1 addition & 1 deletion elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Confidenceman02/elm-select",
"summary": "A Handsome flexible select!",
"license": "BSD-3-Clause",
"version": "10.4.5",
"version": "11.0.0",
"exposed-modules": [
"Select",
"Select.Styles"
Expand Down

0 comments on commit 6b5c1ae

Please sign in to comment.