v2023.02.27
·
389 commits
to master
since this release
What's Changed
- Add a CI step that runs codegen on matter SDK by @andy31415 in #835
- Adding a UI notificcation when commands are not available by @brdandu in #836
- Fix up a few remaining preserveAcronyms issues for Darwin. by @bzbarsky-apple in #837
- remove dedicated file for release notes by @jingteng25742 in #841
- Add logic that deals with unmatched package version. by @tecimovic in #840
- Resolve the wrong package loading in UI. by @tecimovic in #842
- Fixing the Attribute Reporting columns by @paulr34 in #847
- Bugfix/sdk uc component by @jingteng25742 in #848
- Change the hardcoded path for the root of the Matter extension. by @tecimovic in #852
- Address mixing of Matter and ZigbeePro device types. by @tecimovic in #849
- Adding alert mechanism which changes the button color when there are … by @paulr34 in #839
- Add backend for Darwin availability annotations. by @bzbarsky-apple in #857
- Fixing spelling mistake when deleting an endpoint by @paulr34 in #861
- issue_859 by @paulr34 in #860
- Update the main page by @tbrkollar in #863
- Work around clang-format bug. by @bzbarsky-apple in #864
- Remove hardcoded Darwin API rename maps. by @bzbarsky-apple in #867
- Add support for removing APIs in Darwin codegen. by @bzbarsky-apple in #868
- Expose old names directly for Darwin codegen. by @bzbarsky-apple in #869
- do not save Studio integration info inside .zap file by @jingteng25742 in #855
- Clean up the initialization rest layer. by @tecimovic in #858
- Light mode and Dark mode fix by @paulr34 in #866
- only ping studio when valid HTTP port is specified by @jingteng25742 in #873
- Feature/codecov by @jingteng25742 in #874
- Allow version stamp skipping and local pkg install. by @tecimovic in #876
- Move the weakly typed enum list out of ZAP code. by @bzbarsky-apple in #880
- Add preserveAcronyms support to objCEnumItemLabel. by @bzbarsky-apple in #879
- Removed annotation for Darwin should remove everything in the container. by @bzbarsky-apple in #882
- Add a way to detect whether structs need a "legacy" definition. by @bzbarsky-apple in #883
- Reordering of struct EmberAfAttributeMetadata members by @milanr-q in #878
- fix attribute / cluster generation issue in template by @jingteng25742 in #887
- Make sure to use the old struct name for ObjC types when using the old cluster name. by @bzbarsky-apple in #894
- Fix dimmable light test. by @aspecter in #889
- Add better documentation for the handling of struct renames in asObjectiveCClass by @bzbarsky-apple in #895
- Fix handling of manufacturerCode in various places. by @bzbarsky-apple in #888
- handle exception for httpGetInitialState() gracefully. by @jingteng25742 in #900
- Fix response determination in ClustersHelper. by @bzbarsky-apple in #901
- remove shadow from header by @tbrkollar in #881
- Fix Matter job by running zap_regen_all with the same clang-format as Matter again. by @bzbarsky-apple in #902
- Add a resolveEnvVars option to .zap package.pathRelativity by @q-thla in #891
- Add CommissionerCommands::GetCommissionerNodeId by @vivien-apple in #910
- Allowing Data types having the same name to be loaded into the DB by @brdandu in #908
- Upgrade Quasar to v2 and Vue to v3. by @aspecter in #865
- Added code to enable EventList support for Matter by @emargolis in #914
- Fix preview pane not showing any content. by @aspecter in #923
- Use a single Matter config yaml instead of per-list yamls or hardcoded lists. by @bzbarsky-apple in #922
- Fix a problem where custom XML in a .zap file would not load properly. by @tecimovic in #924
- Create token helpers for generating the token files using ZAP by @brdandu in #919
- new: support for cluster shutdown functions by @rochaferraz in #921
- Add CommissionerCommands::PairWithCode discoverOnce optional argument by @vivien-apple in #928
- Minor cleanup for zap's attribute token helpers by @brdandu in #929
- Bugfix/zapp 1036 fix zap token generated file 2 by @brdandu in #931
- Bugfix/zapp 1036 fix zap token generated file 2 by @brdandu in #933
- migrate download-artifact to Artifactory (Nexus deprecated) by @jingteng25742 in #934
- Fixing helpers/queries when dealing with mfg specific options by @brdandu in #939
- Notification documentation by @paulr34 in #932
- Fix backwards compatibility for recent zap changes by @brdandu in #944
- Syncing the rel branch of CSA fork after rebasing master into rel by @brdandu in #927
- Deal with ordering in the endpoint-config generated structs. by @tecimovic in #945
- Backwards Compatibility Fix by @brdandu in #947
- Restore matter unit tests and fix backwards compatibility. by @tecimovic in #948
- Make the zap install path absolute for CI by @andy31415 in #949
- Change deviceType to 32-bit. by @bzbarsky-apple in #951
- Fixing Token Attribute helpers by @brdandu in #953
- Fix cluster list generation. by @bzbarsky-apple in #955
- Unit test reorganization by @tecimovic in #954
- Set the order of token attributes for minimal diff upon resetting token config by @brdandu in #957
New Contributors
- @tbrkollar made their first contribution in #863
- @milanr-q made their first contribution in #878
- @q-thla made their first contribution in #891
- @emargolis made their first contribution in #914
- @rochaferraz made their first contribution in #921
Full Changelog: v2022.11.23...v2023.02.27