ash_admin/CHANGELOG.md
2023-03-01 15:53:59 -05:00

9.5 KiB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

v0.8.0 (2023-03-01)

Features:

  • Inline style nonce (#42)

  • Specify nonces on inline styles/JavaScript so they can be allowed by CSPs

Bug Fixes:

  • Add missing mix.lock changes (#43)

  • Add missing mix.lock changes

v0.7.1 (2022-11-01)

Bug Fixes:

  • fix markdown editor and make things cleaner

v0.7.0 (2022-10-31)

Features:

  • add markdown attributes

Improvements:

  • add markdown editor

v0.6.2 (2022-10-20)

Bug Fixes:

  • handle missing api/resource better

  • if pagination is available but not required, opt to use it

v0.6.1 (2022-10-20)

Improvements:

  • update to latest ash

v0.6.0-rc.2 (2022-09-28)

Improvements:

  • update to latest ash

  • unlock unused deps

  • support latest ash_phoenix

  • update to latest ash

v0.6.0-rc.1 (2022-09-15)

Bug Fixes:

  • don't call into ash_postgres for tables anymore

  • properly match on Code.ensrue_compiled/1 output

Improvements:

  • update to the latest ash

v0.5.2 (2022-08-22)

Improvements:

  • update to latest ash

  • support value-backed nested forms

v0.5.1-rc.0 (2022-08-15)

Bug Fixes:

  • remove unnecessary code

  • fix data loading, change tracking (handled by AshPhoenix.Form)

  • changelog URL in release tweet (#24)

v0.5.0 (2022-08-10)

Features:

  • allow setting primary read action as default resource page (#19)

Bug Fixes:

  • failing error case for nested forms (#21)

Improvements:

  • use new authorize? configuration

v0.4.5-rc.0 (2022-05-23)

Bug Fixes:

  • update to latest ash for bugfix

  • get the original value using AshPhoenix.Form.value/2

Improvements:

  • Top nav resource grouping (#15)

  • update ash version and fix build

  • add DateInput for dates

v0.4.4 (2022-03-17)

Bug Fixes:

  • don't depend on an rc version

v0.4.3 (2022-03-17)

Bug Fixes:

  • a bunch of behavior fixes, getting the demo to snuff with new Ash

  • fix tenant/actor session w/ new phx version

Improvements:

  • update tons of dependencies

v0.4.2 (2022-03-17)

Bug Fixes:

  • a bunch of behavior fixes, getting the demo to snuff with new Ash

  • fix tenant/actor session w/ new phx version

Improvements:

  • update tons of dependencies

v0.4.2 (2022-03-17)

Bug Fixes:

  • don't lock phoenix version

v0.4.1 (2022-03-17)

Bug Fixes:

  • various other fixes for events and hooks

  • fix issues w/ admin UI not rendering

v0.4.0 (2021-11-14)

Bug Fixes:

  • handle new liveview arg pattern

v0.3.0-rc.0 (2021-09-01)

Breaking Changes:

  • support latest surface/phoenix

Improvements:

  • remove compile-time router, use params instead

v0.2.22 (2021-07-24)

Bug Fixes:

  • render values properly when no format set

v0.2.21 (2021-07-24)

Improvements:

  • define custom formats for any field (#7)

v0.2.20 (2021-07-23)

Improvements:

  • relationships in datatable (#6)

v0.2.19 (2021-07-23)

Improvements:

  • update to latest ash

v0.2.18 (2021-07-20)

Bug Fixes:

  • digest assets

  • show proper values in update forms on initial render

v0.2.17 (2021-07-20)

Improvements:

  • add json editor

v0.2.16-rc.1 (2021-07-18)

Improvements:

  • update to latest ash

v0.2.16-rc.0 (2021-07-18)

Bug Fixes:

  • show boolean default values better

Improvements:

  • update to new form logic

v0.2.15 (2021-05-18)

Bug Fixes:

  • retain manage_relationship_source context where possible

v0.2.14 (2021-05-14)

Improvements:

  • general manage relationship improvements

v0.2.13 (2021-05-13)

Bug Fixes:

  • track pkey of embeds when adding

v0.2.12 (2021-05-10)

Improvements:

  • support explicit enum types

v0.2.11 (2021-05-06)

Bug Fixes:

  • fix special text fields

Improvements:

  • always show action dropdown

  • log on failures in the UI

v0.2.10 (2021-04-17)

Bug Fixes:

  • update to ash_phoenix, fix relationship embeds

v0.2.9 (2021-04-16)

Improvements:

  • support array attribute/arguments properly

v0.2.8 (2021-04-15)

Bug Fixes:

  • properly track embedded attribute targets

v0.2.7 (2021-04-09)

Bug Fixes:

  • set actor in datatable

v0.2.6 (2021-04-09)

Bug Fixes:

  • support binary data (by not showing it)

v0.2.5 (2021-03-30)

Bug Fixes:

  • don't send empty params on save

Improvements:

  • update to latest ash_phoenix

v0.2.4 (2021-03-30)

Bug Fixes:

  • show add button on array input relationships

v0.2.3 (2021-03-29)

Bug Fixes:

  • remove path dependency on ash

v0.2.2 (2021-03-29)

Bug Fixes:

  • allow removing to_one relationships on creates

Improvements:

  • support lookup forms or create forms

v0.2.1 (2021-03-28)

Bug Fixes:

  • update ash_admin dependency

v0.2.0 (2021-03-28)

Features:

  • more testing resources + relationship argument forms!

v0.1.6 (2021-03-25)

Improvements:

  • use new relationship management logic

v0.1.5 (2021-03-24)

Bug Fixes:

  • remove IO.inspect

  • properly only provide changing fields to actions

v0.1.4 (2021-03-24)

Bug Fixes:

  • support tenant on read actions

  • remove IO.inspect

Improvements:

  • only send changing fields

  • don't show destination_field on related tables

v0.1.3 (2021-03-23)

Bug Fixes:

  • use version properly

v0.1.2 (2021-03-22)

Bug Fixes:

  • fix build

v0.1.1 (2021-03-22)

Bug Fixes:

  • use static routes

v0.1.0 (2021-03-22)

Features:

  • draw the rest of the owl

  • support fully managed relationships

  • set actor from show page

  • support destroy actions

  • lots of new features, including related id updates

Bug Fixes:

  • various fixes

  • various fixes/improvements

  • various bug fixes

  • update dep versions

  • fix action changing

Improvements:

  • general fixes, configurable action lists

  • add pagination support

  • support read actions with arguments

  • add "log in" button