Skip to content

chore(main): release 1.3.0 #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.2.2"
".": "1.3.0"
}
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,43 @@
# Changelog

## [1.3.0](https://github.com/timber/teak/compare/v1.2.2...v1.3.0) (2024-10-11)


### Features

* Add .table-responsive CSS class for reference tables ([#11](https://github.com/timber/teak/issues/11)) ([8e04e6e](https://github.com/timber/teak/commit/8e04e6e7da966c22a7a2706b649309f6a961bce2))
* Include parent methods in class reference ([2165a5e](https://github.com/timber/teak/commit/2165a5e928dfc16405eb53a2e430927b773cc723))
* Update dependencies ([92255a1](https://github.com/timber/teak/commit/92255a1bc9e69aabb0004ebb12d3bad606ee4f98))


### Bug Fixes

* Add all ancestor class methods ([200df60](https://github.com/timber/teak/commit/200df60a4396e797ff041996d09c26c606f1267b))
* Add ancestor properties for class reference ([dd5b5d6](https://github.com/timber/teak/commit/dd5b5d6c4d0074b83b559c924e87ca57aa07281d))
* Add inherited methods to ApiTable ([f740ab0](https://github.com/timber/teak/commit/f740ab0844463038ee9b4b084c8960bda8384547))
* Add line with info about inherited method ([cb963ee](https://github.com/timber/teak/commit/cb963ee900b57dc42632de0c22cbdbfb18d5f752))
* Add logic for adding inherited method info ([e47b91e](https://github.com/timber/teak/commit/e47b91ea43fe4d97d929d4b9b9dfe833f979092e))
* Fix a bug when hook reference returned empty ([4a07ec6](https://github.com/timber/teak/commit/4a07ec6cac054d3c5c91e24c92fbf7c10bc78f8e))
* Fix a bug when hook reference returned empty ([6df2121](https://github.com/timber/teak/commit/6df2121c69e36b5c54210008e6688653f144d021))
* Fix broken tables ([59549b2](https://github.com/timber/teak/commit/59549b25e2339a009368f53315d703e1395c58d4))
* Fix for function generator not working because class is not defined ([#16](https://github.com/timber/teak/issues/16)) ([09a1603](https://github.com/timber/teak/commit/09a1603eceb86e6f202304a962851f7254a64762))
* Fix hook reference ([533b163](https://github.com/timber/teak/commit/533b163b4efce6410609fe6af7d7f9a067f5c53c))
* Fix some issues with PHP 8 ([c71f53e](https://github.com/timber/teak/commit/c71f53ed56bb8d02ff6468becc23a283fc89076a))
* Fix whitespace for table wrappers ([03f93aa](https://github.com/timber/teak/commit/03f93aa076a1d8f7447f9d8e46d8b8f77a272c6c))
* Only include parent methods that are not already present ([6d3ab73](https://github.com/timber/teak/commit/6d3ab7395dc07b917514303400cc2814fca8c34f))
* Rename class ([704ede7](https://github.com/timber/teak/commit/704ede7fc49142aa92f7a0079c77a9e35c0e1dd3))
* Sort properties and methods by name ([34a94d8](https://github.com/timber/teak/commit/34a94d8a0d1572a499bf441ef3ac86b96e760cf9))


### Miscellaneous Chores

* Add Release Please ([89e3ecb](https://github.com/timber/teak/commit/89e3ecb754c6d99bba4a4cadbe4edd97b67e6709))
* **main:** release 1.1.0 ([15354ff](https://github.com/timber/teak/commit/15354ffee7e27fcc2d66ccf566805c1ba6379b1c))
* **main:** release 1.2.0 ([#10](https://github.com/timber/teak/issues/10)) ([8c9463d](https://github.com/timber/teak/commit/8c9463d481d2d6f0be034715f38503a761632fd7))
* **main:** release 1.2.1 ([#14](https://github.com/timber/teak/issues/14)) ([0a4d890](https://github.com/timber/teak/commit/0a4d89042e761c63c802ff1ea51564d8d108be93))
* **main:** release 1.2.2 ([#15](https://github.com/timber/teak/issues/15)) ([7d36885](https://github.com/timber/teak/commit/7d368858f5b092bf556296fa61f1a3e99035aceb))
* Update Composer dependencies ([17bfa64](https://github.com/timber/teak/commit/17bfa64a01ff1aee97f251130634d018aae45bb3))

## [1.2.2](https://github.com/timber/teak/compare/v1.2.1...v1.2.2) (2024-10-07)


Expand Down