Releases: project-chip/zap
Releases · project-chip/zap
v2024.08.15
What's Changed
- Fix glitchy scrolling in attributes by removing virtual-scroll by @ethanzhouyc in #1377
- Adding tests for Matter custom xml support by @dhchandw in #1389
- Remove console prints for compliance when running tests by @ethanzhouyc in #1393
- fixing XML and making the corresponding changes to the composition test by @paulr34 in #1395
- feat: modify zclclusterview popup to page by @tbrkollar in #1383
- Include Steps To development-instructions.md For Building zap-cli by @paulr34 in #1396
- Fix row number discrepancy in Matter attributes by @ethanzhouyc in #1401
- Issue 1397 by @paulr34 in #1398
- Adding constraints to the database tables to avoid redundant entries by @brdandu in #1352
- Bug/accessing undefined variables unappropriately/zap#1379 by @brdandu in #1400
- Fix support for global types in Python Matter codegen by @arkq in #1394
- added triggers to check for and handle code conflicts in custom XMLs and updated relevant tests by @dhchandw in #1402
- Getting rid of unused packages by @brdandu in #1388
- Code formating by @brdandu in #1404
- hot fix for passing in packageIds by @paulr34 in #1405
New Contributors
Full Changelog: v2024.08.05...v2024.08.15
v2024.08.15-nightly
What's Changed
- added triggers to check for and handle code conflicts in custom XMLs and updated relevant tests by @dhchandw in #1402
- Getting rid of unused packages by @brdandu in #1388
- Code formating by @brdandu in #1404
- hot fix for passing in packageIds by @paulr34 in #1405
Full Changelog: v2024.08.14-nightly...v2024.08.15-nightly
v2024.08.14-nightly
What's Changed
- Fix glitchy scrolling in attributes by removing virtual-scroll by @ethanzhouyc in #1377
- Adding tests for Matter custom xml support by @dhchandw in #1389
- Remove console prints for compliance when running tests by @ethanzhouyc in #1393
- fixing XML and making the corresponding changes to the composition test by @paulr34 in #1395
- feat: modify zclclusterview popup to page by @tbrkollar in #1383
- Include Steps To development-instructions.md For Building zap-cli by @paulr34 in #1396
- Fix row number discrepancy in Matter attributes by @ethanzhouyc in #1401
- Issue 1397 by @paulr34 in #1398
- Adding constraints to the database tables to avoid redundant entries by @brdandu in #1352
- Bug/accessing undefined variables unappropriately/zap#1379 by @brdandu in #1400
- Fix support for global types in Python Matter codegen by @arkq in #1394
New Contributors
Full Changelog: v2024.08.05...v2024.08.14-nightly
v2024.08.05
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
v2024.08.05-nightly
What's Changed
- 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
Full Changelog: v2024.07.26-nightly...v2024.08.05-nightly
v2024.08.06
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.06
v2024.08.06-nightly
What's Changed
- 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
Full Changelog: v2024.07.26-nightly...v2024.08.06-nightly
v2024.07.26-nightly
What's Changed
- 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
Full Changelog: v2024.07.23-nightly...v2024.07.26-nightly
v2024.07.23-nightly
What's Changed
- Add zap-devserver target to package.json by @YanchengZhou 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
New Contributors
Full Changelog: v2024.07.10-nightly...v2024.07.23-nightly
v2024.07.10-nightly
What's Changed
- 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
Full Changelog: v2024.06.14-nightly...v2024.07.10-nightly