Skip to content

Commit

Permalink
Merge branch 'main' into spike-sidebar-in-liveview
Browse files Browse the repository at this point in the history
  • Loading branch information
cibernox committed Dec 13, 2024
2 parents 7001835 + a1d54c2 commit 5090a65
Show file tree
Hide file tree
Showing 13 changed files with 747 additions and 561 deletions.
1 change: 1 addition & 0 deletions .formatter.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ locals_without_parens = [
[
import_deps: [:phoenix, :phoenix_live_view, :ecto, :beacon],
plugins: [Phoenix.LiveView.HTMLFormatter],
migrate_eex_to_curly_interpolation: false,
inputs: ["*.{heex,ex,exs}", "{config,lib,test}/**/*.{heex,ex,exs}"],
line_length: 150,
heex_line_length: 200,
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- otp: "27"
elixir: "1.17"
phoenix: "~> 1.7"
phoenix-live-view: "1.0.0-rc.7"
phoenix-live-view: "1.0"
postgres: '16.4-alpine'

env:
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
- otp: "27"
elixir: "1.17"
phoenix: "~> 1.7"
phoenix-live-view: "1.0.0-rc.7"
phoenix-live-view: "1.0"
postgres: '16.4-alpine'

env:
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
- otp: "27"
elixir: "1.17"
phoenix: "~> 1.7"
phoenix-live-view: "1.0.0-rc.7"
phoenix-live-view: "1.0"

env:
MIX_ENV: dev
Expand Down Expand Up @@ -217,6 +217,8 @@ jobs:

- run: mix compile --warnings-as-errors

- run: mix deps.unlock --check-unused

- run: mix assets.setup

- run: mix format.all
Expand All @@ -226,5 +228,3 @@ jobs:
commit_message: auto format code

- run: mix format.all.check

- run: mix deps.unlock --check-unused
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@

## Unreleased

## 0.3.1 (2024-12-12)

### Fixes
- Support LiveView 0.20
- Fix "new meta tag" modal close event being sent to wrong target

## 0.3.0 (2024-12-05)

### Enhancements
- Support Phoenix LiveView 1.0
- Introduce `Beacon.LiveAdmin.Config`

### Fixes
Expand Down
Loading

0 comments on commit 5090a65

Please sign in to comment.