Skip to content

Commit

Permalink
Version is now "2.5.16".
Browse files Browse the repository at this point in the history
  • Loading branch information
genglert committed Dec 2, 2024
1 parent 9f15b23 commit 7d2734e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
18 changes: 10 additions & 8 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
== Version 2.5.16 Work in progress (not released -- this is a draft) ==
== Version 2.5.16 ==

Users side :
------------
Expand All @@ -16,15 +16,17 @@
Non breaking changes :
----------------------
# The method 'CremeUser.has_perm()' works now correctly for link permission on models.
# Javascript:
* Dialog:
- Add option 'propagateEvent':.
- When enabled, a copy of the event prefixed by 'dialog-' is triggered to allow the usage of external handlers (the dialog element if opened or the window.document).
# Javascript :
- Dialog :
- An option 'propagateEvent' has been added :
- When enabled, a copy of the event prefixed by 'dialog-' is triggered to allow the usage of external handlers
(the dialog element if opened or the window.document).
It can be used with the new id option to listen a specific popup.
e.g: $(document).on('dialog-open', '#my-popup', function() { ... });
- Add option 'id' to identify the dialog DOM element.
- Add 'fitToFrameSize' & 'resize' methods to 'ui.dialog' widget.
- Add 'cremeInstance' method to 'ui.dialog' widget : returns the creme.dialog.Dialog instance
- An option 'id' has been added to identify the dialog DOM element.
- The methods 'fitToFrameSize()' & 'resize()' has been added to the widget 'ui.dialog'.
- A method 'cremeInstance()' has been added to the widget 'ui.dialog';
it returns the 'creme.dialog.Dialog' instance.


== Version 2.5.14 & 2.5.15 ==
Expand Down
2 changes: 1 addition & 1 deletion creme/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '2.5.15'
__version__ = '2.5.16'


def get_version():
Expand Down

0 comments on commit 7d2734e

Please sign in to comment.