Skip to content

Commit

Permalink
chore(main): release 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 6, 2024
1 parent 8ddc396 commit d2dd4a4
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 1 deletion.
111 changes: 111 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,117 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.14.0](https://github.com/glowbuzzer/gbr/compare/v1.13.1...v1.14.0) (2024-08-06)


### Feature

* **#178:** Add config screens gbem and gbc config ([8e1b0dc](https://github.com/glowbuzzer/gbr/commit/8e1b0dca7227a091210a7c67b00be91844829e30))
* **#198:** Add Modbus Tiles (dout, din, uiin, uiout) ([a3279bf](https://github.com/glowbuzzer/gbr/commit/a3279bf210f1fcb7035c4051cb418a1db4acdedf))
* **#198:** Add Modbus Tiles (dout, din, uiin, uiout) ([c2ba187](https://github.com/glowbuzzer/gbr/commit/c2ba187cd0f6fafc63094e150e2b5c9c1191a7dc))
* **#199:** Provide way to set default move params in streaming API ([aec95d2](https://github.com/glowbuzzer/gbr/commit/aec95d22d291589095e14bf06a7c26f966383be6))
* **#201:** Add description to config ([a9f2bfc](https://github.com/glowbuzzer/gbr/commit/a9f2bfcdcb76c21815948cb6ca0ba4830099a327))
* **#202:** Add ability to read sdos from slaves ([33c471e](https://github.com/glowbuzzer/gbr/commit/33c471eb57e3c9893f244dac440a6156073332d2))
* **#204:** Change Live to Normal for target switch ([cca58e4](https://github.com/glowbuzzer/gbr/commit/cca58e4ebd97d0c4862034795f54cd037178cec7))
* **#205:** Multiple mode support ([dbf85f2](https://github.com/glowbuzzer/gbr/commit/dbf85f2bc3fff214d3b94bec3a397c5e1a878437))
* **#207:** Provide auto-connect option on GlowbuzzerApp ([e4304e3](https://github.com/glowbuzzer/gbr/commit/e4304e34401af21395c958e574acc80407e97280))
* **#208:** Enhance connection status to include GBEM boot status ([22cf3e1](https://github.com/glowbuzzer/gbr/commit/22cf3e1aae743f53a9813893956815b8820d338a))
* **#209:** Automatically move to OP if configured on GlowbuzzerApp ([e4304e3](https://github.com/glowbuzzer/gbr/commit/e4304e34401af21395c958e574acc80407e97280))
* **#210:** support QUICKSTOP ([c179a5f](https://github.com/glowbuzzer/gbr/commit/c179a5f4b1f3cad8371859a71a80c4dd05f497cd))
* **#212:** set safety douts for current mode (if configured) ([c179a5f](https://github.com/glowbuzzer/gbr/commit/c179a5f4b1f3cad8371859a71a80c4dd05f497cd))
* **#216:** Add $metadata to config for various items ([c566ce8](https://github.com/glowbuzzer/gbr/commit/c566ce8b1cf41da6ed0e3bb41c72f4761b3e357e))
* **#218:** Rework hand guided status tray item (generic manual mode item) ([c566ce8](https://github.com/glowbuzzer/gbr/commit/c566ce8b1cf41da6ed0e3bb41c72f4761b3e357e))
* **#221:** Introduce safety faults status tray item and automatically reset safety fault ([83a431b](https://github.com/glowbuzzer/gbr/commit/83a431b57b426a368ea50bfef46a6744c7912688))
* **#222:** Add dedicated safety errors status tray item ([1c66175](https://github.com/glowbuzzer/gbr/commit/1c6617530083000c76723703f9c7f3a294485693))
* add io rising/falling edges to telemetry ([3d161db](https://github.com/glowbuzzer/gbr/commit/3d161dbe60b5244ef0d26e6e851fc121850406fb))
* move activity up and down in flow ([3c6c6ea](https://github.com/glowbuzzer/gbr/commit/3c6c6ea5ba57314ac7fbcafc2dc9d21a442484a1))


### Bug Fix

* **#200:** Set minimum heartbeat frequency to 1 second ([08fc6f4](https://github.com/glowbuzzer/gbr/commit/08fc6f4a26123766832cffe2f2d011576e17858d))
* **#203:** support undefined in move activity axis values ([a329425](https://github.com/glowbuzzer/gbr/commit/a3294251bba47489422f7ce4da0cb21d257ac5fa))
* **#217:** Reset CSP mode when existing hand guided mode ([c566ce8](https://github.com/glowbuzzer/gbr/commit/c566ce8b1cf41da6ed0e3bb41c72f4761b3e357e))
* **#223:** Don't show enabling switch prompt when in auto mode ([31fb081](https://github.com/glowbuzzer/gbr/commit/31fb0814834d456c746df8aa98256b02ed0b9502))
* minor issue with PrecisionInput.tsx usability ([b19362f](https://github.com/glowbuzzer/gbr/commit/b19362f7d0d01b18faf00b6fe964e67418480923))
* null pointer error deleting flows ([3c6c6ea](https://github.com/glowbuzzer/gbr/commit/3c6c6ea5ba57314ac7fbcafc2dc9d21a442484a1))


### Chore

* **#219:** Rename deadman to enabling switch ([c566ce8](https://github.com/glowbuzzer/gbr/commit/c566ce8b1cf41da6ed0e3bb41c72f4761b3e357e))
* **#220:** Give current mode in jog tile overlay ([c566ce8](https://github.com/glowbuzzer/gbr/commit/c566ce8b1cf41da6ed0e3bb41c72f4761b3e357e))
* add app menu to standalone example project ([8ddc396](https://github.com/glowbuzzer/gbr/commit/8ddc3966f3f6ff51fd51d9c3effda24d44b54fcc))
* Add back deleted file used by safety IO ([197d1b4](https://github.com/glowbuzzer/gbr/commit/197d1b49185d23bed9332982f2bbe25bb2f079e8))
* Add comments ([a193b47](https://github.com/glowbuzzer/gbr/commit/a193b470981753db866e14bcefb6bddafde6ba22))
* Add decode of datatype ([05e9811](https://github.com/glowbuzzer/gbr/commit/05e9811d451e6f06370252b4d9004f573755aa3b))
* Add description ([19e9c79](https://github.com/glowbuzzer/gbr/commit/19e9c791e966feba12e10ad70f858e1904ecee11))
* Add ethercat types ([39ab4ac](https://github.com/glowbuzzer/gbr/commit/39ab4acaf4a7652b6dc0a4c843880500dffeedfc))
* add facet config to drives-fsoe ([4ff0942](https://github.com/glowbuzzer/gbr/commit/4ff09426b6c4a3618dd552f04f4fd338ba6aaab6))
* Add FSOE fault cause ([ebce22c](https://github.com/glowbuzzer/gbr/commit/ebce22cf89ae9c5390911dda1607aa0c33675d9a))
* Add key ([86eab9d](https://github.com/glowbuzzer/gbr/commit/86eab9d1def3aee224b8a46b7297b93ce69b2718))
* Add Name and Description ([bb3e845](https://github.com/glowbuzzer/gbr/commit/bb3e845c3025ba652cca831be5593e8ab1799028))
* add option for standalone (no GBC) GlowbuzzerStandaloneApp.tsx ([d93d6c3](https://github.com/glowbuzzer/gbr/commit/d93d6c31f731e95408dfc4495a0d56849ecf79ed))
* Add resolveJsonModule ([1868f52](https://github.com/glowbuzzer/gbr/commit/1868f52af35c2de23640da65944287a2283cb9b2))
* add standalone app example ([c1716c0](https://github.com/glowbuzzer/gbr/commit/c1716c0a980a95048ab113385274eed8a33ecbff))
* Add test rotary switch ([1dd552c](https://github.com/glowbuzzer/gbr/commit/1dd552c326edcbf1e94176d45ae427f23ad66bfe))
* Add virtual hmi prototype ([bd0f2af](https://github.com/glowbuzzer/gbr/commit/bd0f2af83d1f09657d010dc3a90f33cef15cbd2c))
* Allow overriding of standard and safety dins ([7082cf8](https://github.com/glowbuzzer/gbr/commit/7082cf8d4bd3d45a3c17ae17f0fc79ce1f939f9f))
* decrease status frequency ([a3a1086](https://github.com/glowbuzzer/gbr/commit/a3a108642c9bc4113525f94c5d9d8aa521451381))
* Ensure empty array is returned if not defined ([752a5dd](https://github.com/glowbuzzer/gbr/commit/752a5dd84682f7c7aa3fdfc21942b152b8dcd4be))
* Ensure empty array is returned if not defined ([c762ea9](https://github.com/glowbuzzer/gbr/commit/c762ea9bd8b17adfd1c2f024d0ae8e27fb36e38d))
* Ensure empty array is returned if not defined and add modus dout ([2e81a40](https://github.com/glowbuzzer/gbr/commit/2e81a408398fa75982038e519afe82481e42383c))
* Ensure empty array is returned if not defined and add modus iout ([9d9c39e](https://github.com/glowbuzzer/gbr/commit/9d9c39e152ea7ecb26bb6e555507fb2f79baba8d))
* export status tray items ([ccf0d03](https://github.com/glowbuzzer/gbr/commit/ccf0d0392c4bb1ce0124a315ef6544d2cfcf1864))
* fix component doc generation issue ([ce86c5c](https://github.com/glowbuzzer/gbr/commit/ce86c5c14b568d4a19b919b24963b825315c84b9))
* fix enum use ([d4e0351](https://github.com/glowbuzzer/gbr/commit/d4e03519fd45804dcf855d90d423de4cc4877d34))
* fix issue in StatusTrayModeSwitch.tsx ([cec1303](https://github.com/glowbuzzer/gbr/commit/cec13033579618ff0e3a5f326b1a520be0cf5d2f))
* fix local references to @glowbuzzer/store ([4de4eaf](https://github.com/glowbuzzer/gbr/commit/4de4eafdb92a7d091df6a7c8997a3313b91705c5))
* fix typescript build issues (component per tsx file) ([014d72c](https://github.com/glowbuzzer/gbr/commit/014d72c71c0bbd9510d2a4b100c0914ea05355e4))
* fix up build and verify issues ([db35f9c](https://github.com/glowbuzzer/gbr/commit/db35f9cf502341f4fd8582fa9969e2dac0934f2c))
* fix up the test for fro changes ([cbfc494](https://github.com/glowbuzzer/gbr/commit/cbfc49458b314836b0ef51c110e5538ceae20c86))
* Formatting of response payload ([1179329](https://github.com/glowbuzzer/gbr/commit/1179329db9bef7bfb9bb2aeeb4e612620bbadeea))
* Initial work on IBT modes ([dbf85f2](https://github.com/glowbuzzer/gbr/commit/dbf85f2bc3fff214d3b94bec3a397c5e1a878437))
* Invert safeStop signal ([ca75c21](https://github.com/glowbuzzer/gbr/commit/ca75c21787453b6011e43b2f36db95c707481972))
* lazy load PouchDB ([2385b5a](https://github.com/glowbuzzer/gbr/commit/2385b5a9841f4e7e95396f4a83478d90310f6d59))
* minor refactorings and build fixes ([9cb4ff3](https://github.com/glowbuzzer/gbr/commit/9cb4ff3b3da90be7a1e8604353d76e15a7b8c2cc))
* modify envelope viz project ([bfb4994](https://github.com/glowbuzzer/gbr/commit/bfb4994b3662274d406e56372a65418acd115450))
* reduce limits ([aa3655f](https://github.com/glowbuzzer/gbr/commit/aa3655fabe575ab5845eeab76b60ec20efa61afb))
* refactor dock tile definitions plus other changes ([0d18c85](https://github.com/glowbuzzer/gbr/commit/0d18c85e4e921a6af11f445b4934eaec02babb6e))
* refactor tsconfig files ([dbf85f2](https://github.com/glowbuzzer/gbr/commit/dbf85f2bc3fff214d3b94bec3a397c5e1a878437))
* remove connect tile ([b0755a9](https://github.com/glowbuzzer/gbr/commit/b0755a9e3a0bf63b6639f6c3bf3706b877354658))
* remove duplication of awlib code ([c87e83c](https://github.com/glowbuzzer/gbr/commit/c87e83cf55566cc68b527efe1182fe76637681bb))
* remove GbcVersionPanel ([5e4226a](https://github.com/glowbuzzer/gbr/commit/5e4226aade3ae8e94877e25672293b5e4f5d0bca))
* Remove old versions tile ([56b7246](https://github.com/glowbuzzer/gbr/commit/56b724673a40ae0afa28c2bbc75e7ea1831d4115))
* Remove old versions tile ([0143df6](https://github.com/glowbuzzer/gbr/commit/0143df65df1b8e79bce33f40a674ab5ce0fe25c1))
* Remove redundant code ([e22833e](https://github.com/glowbuzzer/gbr/commit/e22833e75f3aecd022b8d78357b766225aafe2eb))
* Remove safety tile ([0717868](https://github.com/glowbuzzer/gbr/commit/0717868d07fabc2b2aae45ce7048432cc773a8be))
* Remove safety tile ([ab9e635](https://github.com/glowbuzzer/gbr/commit/ab9e635adf02f87037bc4e46d0afcf04cdfdee99))
* remove template layout and build columns dynamically ([a321c7b](https://github.com/glowbuzzer/gbr/commit/a321c7b99d1f6aa906313b8a9e8281d7404491a1))
* remove use of useMotionEnabled in joint jog tile ([3c4dff1](https://github.com/glowbuzzer/gbr/commit/3c4dff1174e39c53e161d1afb3b334cad16319be))
* remove window.global hack from vite config ([618c0f4](https://github.com/glowbuzzer/gbr/commit/618c0f485ac597877c9fd116e3c5381e5ca8a6f4))
* remove window.global PouchDB hack ([34e8f68](https://github.com/glowbuzzer/gbr/commit/34e8f68cbb78521e229c5f8098786a2ac95724eb))
* Rename emstat to diagnostics ([284899b](https://github.com/glowbuzzer/gbr/commit/284899b64eb839fd2735d310ceaf8119c6ca2b37))
* shorten import ([9768ca5](https://github.com/glowbuzzer/gbr/commit/9768ca52bb3e7d4aba6fe75dee357ae8709c933c))
* Split emstat into safety and non-safety ([b294566](https://github.com/glowbuzzer/gbr/commit/b294566096559867d7fbb08105c7fdfa533ee8e2))
* support alias in override vite config ([814e0ec](https://github.com/glowbuzzer/gbr/commit/814e0ec2537d37fefcfe67861fee959f857c866b))
* Update awlib ([67e1bee](https://github.com/glowbuzzer/gbr/commit/67e1bee58488f23fc07456c7b6aea96f22174056))
* Update awlib ([1cdcbc3](https://github.com/glowbuzzer/gbr/commit/1cdcbc3b52a99395b93e13bd351849b8a9a99d35))
* Update config to use conditional display in op en ([2f058db](https://github.com/glowbuzzer/gbr/commit/2f058dbc4279b060f22815b663d035191a75ed66))
* Update Drives FSoE project for modes ([5eae38a](https://github.com/glowbuzzer/gbr/commit/5eae38a34f27367c9e6db91a9b2f3ceba559cfb6))
* Update EtherCat config read SDOs with better payload handling ([7405a34](https://github.com/glowbuzzer/gbr/commit/7405a34bda83498c695e164919aeb788e6eb3698))
* Update FSoE drives project ([b35f92f](https://github.com/glowbuzzer/gbr/commit/b35f92fc38d5ab6dcf0346949c3595ab8c94c056))
* Update import ([95aa0c5](https://github.com/glowbuzzer/gbr/commit/95aa0c52ce4fff173198d9e473e4a88e6e14eaa2))
* Update io test tiles ([2f124ee](https://github.com/glowbuzzer/gbr/commit/2f124ee2373169f20f4dceb3fa2631cd4a63db09))
* Update IO tiles with tooltips ([b3b19bf](https://github.com/glowbuzzer/gbr/commit/b3b19bf061b47ef53bd8800bfd42b12201b9f385))
* Update Safety IO tiles with new descriptions ([ece0064](https://github.com/glowbuzzer/gbr/commit/ece0064c6639037b9b83759b3b10598223a5e6c2))
* Update safety tab to include emstat data ([a622ea5](https://github.com/glowbuzzer/gbr/commit/a622ea50610fafca0fc59f7ebaabb5fb5e72e565))
* Update slavecat json ([419488d](https://github.com/glowbuzzer/gbr/commit/419488de7905145a27b38a984bd17cebda82b6b8))
* Update styles ([7fb521a](https://github.com/glowbuzzer/gbr/commit/7fb521ace38a5348f98ddca3882482e66b45784a))
* Update tile to remove override and better ui ([e106ef8](https://github.com/glowbuzzer/gbr/commit/e106ef89fc8df1191c74644d1c91d7d941d91252))
* use remote gbdb store ([9a6b6a6](https://github.com/glowbuzzer/gbr/commit/9a6b6a62d6b670f4c6892f130f9b735a469c7c43))
* work on safety states and modes ([438f052](https://github.com/glowbuzzer/gbr/commit/438f0528e6ab4542b10190601fbc27f36cc3bb88))

## [1.13.1](https://github.com/glowbuzzer/gbr/compare/v1.13.0...v1.13.1) (2024-05-25)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,5 @@
"@types/webxr": "0.5.2"
}
},
"version": "1.13.1"
"version": "1.14.0"
}

0 comments on commit d2dd4a4

Please sign in to comment.