v2024.08.05
github-actions
released this
06 Aug 15:41
·
62 commits
to master
since this release
What's Changed
- Custom type phase 1 by @paulr34 in #1333
- show NULL when nullable and default is null by @paulr34 in #1336
- Update sql schema with on delete/update cascade by @brdandu in #1338
- changing types to lower case for Matter by @paulr34 in #1340
- Fix attribute validation issues by @ben1hop in #1335
- feat: create getLogos for multiprotocol by @tbrkollar in #1343
- Fixing the endpoint type command schema by @brdandu in #1339
- add comments to session creation function and cleanup by @paulr34 in #1346
- Matter generation performance improvements by @tecimovic in #1345
- Fixing the top level zcl file registration when the gsdk is updated from one branch to another by @brdandu in #1347
- feat: add mpc theme, refact: variables.scss by @tbrkollar in #1344
- Fixing the endpoint type attribute schema by @brdandu in #1349
- Generation performance enhancements by @tecimovic in #1348
- feat: add device type's icons to cards by @tbrkollar in #1350
- Fixing the endpoint type event schema by @brdandu in #1351
- Fix clusterExtension handling of events and access. by @bzbarsky-apple in #1355
- Add zap-devserver target to package.json by @ethanzhouyc in #1360
- Feature/reconfigure the new edpoint card by @tbrkollar in #1354
- restructured dom test in test/ui.test.js to avoid local intermittent failures by @dhchandw in #1363
- Show standard clusters when custom device types are added from custom xml by @brdandu in #1359
- feat: improve device type selection in cmp by @tbrkollar in #1361
- Resolved the intermittent packageId mismatch error in gen-test.test.js and zcl-loader-consecutive.test.js when running locally by @dhchandw in #1365
- Add
api maturity
support for tagging structs inside xml by @andy31415 in #1353 - Fix fails in gen-zigbee unit tests by @ethanzhouyc in #1368
- Fix zapTypeToClusterObjectType to handle global structs/enums/bitmaps. by @bzbarsky-apple in #1371
- Fix zcl_struct_items_by_struct_and_cluster_name to work for global structs. by @bzbarsky-apple in #1373
- Feature/modify cluster configuration by @tbrkollar in #1366
- feat: switch the q-select of enable to q-checkboxes by @tbrkollar in #1369
- Fix Darwin name determination for global structs and enums. by @bzbarsky-apple in #1374
- Adding functionality for attribute qualities from the data model spec into ZAP: by @brdandu in #1367
- Add support for global types in the Python Matter codegen. by @bzbarsky-apple in #1376
- fixing issue_1356 by @paulr34 in #1381
- add unit test for issue1356 by @paulr34 in #1384
- Updating the schema to not trigger device type compliance warnings for optional clusters by @brdandu in #1386
- Endpoint Composition Tracking by @paulr34 in #1364
- fix: remove wrong condition from ZapConfig by @tbrkollar in #1385
New Contributors
Full Changelog: v2024.06.04...v2024.08.05