Skip to content

Latest commit

 

History

History
517 lines (310 loc) · 46.6 KB

File metadata and controls

517 lines (310 loc) · 46.6 KB

Changelog

2.0.24 (2024-09-28)

Miscellaneous Chores

2.0.23 (2024-05-11)

Miscellaneous Chores

2.0.22 (2024-04-17)

Miscellaneous Chores

2.0.21 (2023-07-10)

Miscellaneous Chores

2.0.20 (2023-07-08)

Miscellaneous Chores

2.0.19 (2023-07-05)

Miscellaneous Chores

2.0.18 (2023-06-14)

Miscellaneous Chores

2.0.17 (2023-05-06)

Miscellaneous Chores

2.0.16 (2023-05-02)

Miscellaneous Chores

2.0.15 (2023-04-16)

Miscellaneous Chores

2.0.14 (2023-04-03)

Miscellaneous Chores

2.0.13 (2023-03-28)

Miscellaneous Chores

2.0.12 (2023-03-21)

Miscellaneous Chores

2.0.11 (2023-03-16)

Miscellaneous Chores

2.0.10 (2023-03-13)

Miscellaneous Chores

2.0.9 (2023-03-11)

Miscellaneous Chores

2.0.8 (2023-02-22)

Miscellaneous Chores

2.0.7 (2023-02-19)

Miscellaneous Chores

2.0.6 (2023-02-08)

Miscellaneous Chores

2.0.5 (2022-06-19)

Miscellaneous Chores

2.0.4 (2022-06-16)

Miscellaneous Chores

2.0.3 (2022-05-20)

Miscellaneous Chores

2.0.2 (2022-05-09)

Miscellaneous Chores

2.0.1 (2022-04-28)

Miscellaneous Chores

2.0.0 (2022-04-28)

⚠️ BREAKING CHANGES ⚠️

  • Malimbe: This removes the last remaining elements of Malimbe and whilst it does not cause any breaking changes within this package, it removes Malimbe as a dependency which other projects that rely on this package may piggy back off this Malimbe dependency so it will break any project like that.

All of the previous functionality from Malimbe has been replicated in standard code without the need for it to be weaved by the Malimbe helper tags. (4ed51f9)

Features

  • Malimbe: remove malimbe dependency (4ed51f9)

1.5.2 (2022-03-15)

Miscellaneous Chores

1.5.1 (2022-03-15)

Miscellaneous Chores

1.5.0 (2022-03-11)

Features

  • HowToGuides: add guide for adding tooltip (d3a794a)

    A new guide has been created showing how to add a tooltip.

1.4.1 (2022-03-02)

Miscellaneous Chores

1.4.0 (2022-03-02)

Features

  • package.json: add information urls to package (f8de3d1)

    The changelog, documentation and license url has been added to the package.json as these are used within the Unity package manager.

1.3.17 (2022-02-14)

Miscellaneous Chores

1.3.16 (2022-02-05)

Miscellaneous Chores

1.3.15 (2022-01-17)

Miscellaneous Chores

1.3.14 (2022-01-13)

Miscellaneous Chores

1.3.13 (2022-01-13)

Miscellaneous Chores

1.3.12 (2022-01-12)

Miscellaneous Chores

1.3.11 (2022-01-03)

Miscellaneous Chores

1.3.10 (2021-12-03)

Miscellaneous Chores

1.3.9 (2021-07-21)

Miscellaneous Chores

1.3.8 (2021-07-19)

Miscellaneous Chores

1.3.7 (2021-06-24)

Miscellaneous Chores

1.3.6 (2021-06-19)

Miscellaneous Chores

1.3.5 (2021-06-10)

Miscellaneous Chores

1.3.4 (2021-06-10)

Miscellaneous Chores

1.3.3 (2021-05-20)

Bug Fixes

  • Facade: make tooltip text a multi line text area (251a5ad)

    The underlying UI text component can take a multiline string but the Facade ToolTip Text property was only a single line string making it not possible to add multiple lines via the facade. This has been fixed by adding the TextArea attribute to the property.

Miscellaneous Chores

  • README.md: update title logo to related-media repo (9181923)

    The title logo is now located on the related-media repo.

1.3.2 (2021-05-09)

Miscellaneous Chores

1.3.1 (2021-05-03)

Miscellaneous Chores

1.3.0 (2021-04-07)

Features

  • Utility: add prefab creator (31a266b)

    The latest version of Zinnia has the basis of a prefab creator that can be used to enable easy adding of prefabs to a scene without needing to drag and drop from directories. Instead a new menu item is added for quickly adding prefabs. The guide has been updated to accommodate this and the FodyWeavers.xml is now located in the root to serve both the Runtime and Editor scripts.

Bug Fixes

  • package.json: add missing reference to Editor directory (ce548ae)

    The build will fail without referencing this new Editor directory so it has now been added to the package.

1.2.1 (2021-03-29)

Miscellaneous Chores

1.2.0 (2021-03-05)

Features

  • TextProcessing: add ability to defer text processing (3b5267e)

    The new TextProcessor concept allows the text processing to be deferred to a Text Processor type. The Unity UI Text type is provided by default as it is the current functionality. But it would now be possible and trivial to make a Text Processor for TextMeshPro that could then be used on the tooltip without needing to include TextMeshPro with this repo.

1.1.14 (2021-03-03)

Miscellaneous Chores

1.1.13 (2021-02-27)

Miscellaneous Chores

1.1.12 (2021-02-04)

Miscellaneous Chores

1.1.11 (2021-01-07)

Miscellaneous Chores

1.1.10 (2020-12-21)

Miscellaneous Chores

1.1.9 (2020-12-17)

Miscellaneous Chores

1.1.8 (2020-12-12)

Miscellaneous Chores

1.1.7 (2020-11-01)

Miscellaneous Chores

1.1.6 (2020-10-02)

Miscellaneous Chores

1.1.5 (2020-08-29)

Miscellaneous Chores

1.1.4 (2020-08-15)

Miscellaneous Chores

1.1.3 (2020-08-14)

Miscellaneous Chores

1.1.2 (2020-07-28)

Miscellaneous Chores

1.1.1 (2020-07-11)

Miscellaneous Chores

1.1.0 (2020-07-03)

Features

  • API: add auto-generated API documentation (722e380)

    The API documentation is auto generated with docfx and converted to markdown via turndown in a custom nodejs script.

Bug Fixes

  • package.json: add docfx.json file (d81b95b)

    The docfx.json file was missing from the package.json causing the build process to fail. It has now been added.

1.0.0 (2020-06-26)

Features

  • structure: create initial prefab and user guides (1e004ab)

    The structure of the repository has been created with all the required files for the package, the prefab and the documentation.