Skip to content

Commit

Permalink
Version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmarcon committed Dec 5, 2023
1 parent 6b3f679 commit 4bc8c22
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.3.0 (2023-12-05)

* added support for form recovery. Upon reconnection, the client sends an event (`options_recovery`) that contains the latest selection. This allows recovery of the options that were active before the view disconnected.

## 1.2.2 (2023-10-21)

* daisyui3-compatible
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,8 @@ of the callback that your LiveView needs to implement in order to handle the eve

## Contribute 🤝

Contributions are very welcome!
Contributions are very welcome! If you add some new feature, please also add a test that covers it if possible. If you don't know how to write the test,
I'm happy to help. At the very least, please make sure that your code changes don't break any existing tests.

Use `mix test` to run the entire test suite, which is subdivided into 3 main files:

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule LiveSelect.MixProject do
def project do
[
app: app(),
version: "1.2.2",
version: "1.3.0",
elixir: "~> 1.13",
description: "Dynamic (multi)selection field for LiveView",
elixirc_paths: elixirc_paths(Mix.env()),
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "live_select",
"version": "1.2.2",
"version": "1.3.0",
"description": "JS hooks for LiveSelect",
"main": "priv/static/live_select.min.js",
"repository": "[email protected]:maxmarcon/live_select.git",
Expand Down

0 comments on commit 4bc8c22

Please sign in to comment.