|
| 1 | +# Synapse-Workflow-Examples Changelog |
| 2 | + |
| 3 | +## v1.10.0 - 2025-01-17 |
| 4 | + |
| 5 | +### Features and Enhancements |
| 6 | + |
| 7 | +- Updated deprecated `$lib.list()` usage to JSON style syntax. |
| 8 | + |
| 9 | +## v1.9.1 - 2024-11-18 |
| 10 | + |
| 11 | +### Bugfixes |
| 12 | + |
| 13 | +- Fix documentation link for enabling Optic feature flags and update |
| 14 | + the associated language in the Admin Guide. |
| 15 | + |
| 16 | +## v1.9.0 - 2024-05-15 |
| 17 | + |
| 18 | +### Features and Enhancements |
| 19 | + |
| 20 | +- Update deprecated `$lib.dict()` usage to JSON style syntax. |
| 21 | + |
| 22 | +## v1.8.0 - 2024-02-16 |
| 23 | + |
| 24 | +### Features and Enhancements |
| 25 | + |
| 26 | +- Update user guide documentation. |
| 27 | + |
| 28 | +## v1.7.0 - 2023-03-22 |
| 29 | + |
| 30 | +### Features and Enhancements |
| 31 | + |
| 32 | +- Update Power-Up to build with code signing. |
| 33 | + |
| 34 | +### Bugfixes |
| 35 | + |
| 36 | +- Fix documentation claiming there are three types of Events when |
| 37 | + there are only two. |
| 38 | +- Remove relative links in the user guide since they are broken links |
| 39 | + on Read the Docs. |
| 40 | + |
| 41 | +## v1.6.0 - 2022-09-14 |
| 42 | + |
| 43 | +NOTE: This release requires Optic \>= 2.56.0 |
| 44 | + |
| 45 | +### Features and Enhancements |
| 46 | + |
| 47 | +- Add example using the new Element `buttons` opt to add buttons to |
| 48 | + Element titlebars. |
| 49 | +- Add example using the new Element `spinner` opt to add a spinner for |
| 50 | + any running query. |
| 51 | + |
| 52 | +### Bugfixes |
| 53 | + |
| 54 | +- Fix bad JSON style dict creation syntax in Datatable example. |
| 55 | + |
| 56 | +## v1.5.0 - 2022-06-20 |
| 57 | + |
| 58 | +NOTE: This release requires Optic \>= 2.48.0 |
| 59 | + |
| 60 | +### Features and Enhancements |
| 61 | + |
| 62 | +- Update examples to use new `cssgrid` functionality from Optic |
| 63 | + v2.45.0. |
| 64 | + |
| 65 | +## v1.4.0 - 2022-04-14 |
| 66 | + |
| 67 | +NOTE: This release requires Optic \>= 2.41.0 |
| 68 | + |
| 69 | +### Features and Enhancements |
| 70 | + |
| 71 | +- Update several examples to use new functionality from Optic v2.40.0. |
| 72 | +- Add example using a `querybar` element to feed results into a |
| 73 | + `datatable`. |
| 74 | +- Add example using `researchquery` action. |
| 75 | +- Add two examples of using the new `tabs` Element from Optic v2.41.0. |
| 76 | + |
| 77 | +## v1.3.0 - 2022-03-22 |
| 78 | + |
| 79 | +NOTE: This release requires Optic \>= 2.37.0 |
| 80 | + |
| 81 | +### Features and Enhancements |
| 82 | + |
| 83 | +- Migrate examples and documentation to v2.37.0. |
| 84 | +- Add more examples to demonstrate new functionality. |
| 85 | + |
| 86 | +## v1.1.0 - 2022-01-14 |
| 87 | + |
| 88 | +NOTE: This release requires Optic \>= 2.32.0 |
| 89 | + |
| 90 | +### Features and Enhancements |
| 91 | + |
| 92 | +- Add example and documentation for new `buttons` option on |
| 93 | + `stormform` element. |
| 94 | +- Add example and documentation for new `hidden` and `disabled` |
| 95 | + element options. |
| 96 | +- Add example and documentation for new `stormconsole` element type. |
| 97 | +- Improve element documentation |
| 98 | + |
| 99 | +## v1.0.0 - 2021-12-01 |
| 100 | + |
| 101 | +### Features and Enhancements |
| 102 | + |
| 103 | +- Initial release of the `Synapse-Workflow-Examples` Power-Up |
| 104 | + (requires Optic\>=2.29.0). |
0 commit comments