Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update changelog, fixes documentation on icon aliases
  • Loading branch information
cboulanger authored Jan 1, 2023
1 parent f8aa8a0 commit ba9fd5b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ or copy over the `@asset()` declarations and alias definitions
from one of these themes into your own icon theme.

You can also use your own choice of icons by writing an icon theme which
defines defining the aliases `dialog.icon.(ok|cancel|info|warning|error)`
defines defining the aliases `qxl.dialog.icon.(ok|cancel|info|warning|error)`
with the paths to the icons. Those paths also need to be put
into a `@asset` compiler hint. See, for example, [this theme
class](source/class/qxl/dialog/theme/icon/IcoMoonFree.js).
Expand Down Expand Up @@ -77,6 +77,9 @@ Then search and replace `dialog.` with `qxl.dialog.` and `dialog/` with `qxl/dia

## Changelog

### v3.3.0
- Adds a new function that can be provided by the user, that gives additional capability to manage the container in which form fields are added (https://github.com/qooxdoo/qxl.dialog/pull/17 by @derrell).

### v3.2.0
- Added embedded tabbed multi-column form feature by @derrell

Expand Down

0 comments on commit ba9fd5b

Please sign in to comment.