Skip to content

Commit

Permalink
v0.5.15
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonfb committed Aug 11, 2023
1 parent 7c654e0 commit 5f39c56
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1253,7 +1253,8 @@ end

# VERSION HISTORY

#### TBR
#### 2023-08-11 - v0.5.15

- When using big edit, updating a child will now re-render the parent EDIT record automatically.

For example
Expand All @@ -1263,8 +1264,9 @@ For example
Whenever the line item is created, updated, or destroyed, the parent invoice record gets (edit action) re-rendered automatically. This happens for the big edit screen of the invoice.


- Refactors fields into polymoric objects,
- adds test coverage for Postgres Enums
- Refactors fields into polymoric objects

- Adds test coverage for Postgres Enums


#### 2023-05-14 - v0.5.14 Delete message flash notice and new flash notice partial
Expand Down
2 changes: 1 addition & 1 deletion lib/hotglue/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module HotGlue
class Version
CURRENT = '0.5.14'
CURRENT = '0.5.15'
end
end

0 comments on commit 5f39c56

Please sign in to comment.