Skip to content

Commit

Permalink
Merge branch '2.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
BogdanMihaiciuc committed Oct 6, 2022
2 parents 4fa4348 + f9e6397 commit 29b9061
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# 2.9

In addition to bug fixes, this release adds a number of new features:
- Adds new properties to Collection View to make it possible to implement infinite scrolling.
- It also allows popovers to appear to the left or right of their anchors in addition to above or below.
- Adds the ability to define and use submenus in menus.

More detailed information about the contents of this release is available on the matching releases pages for:

- [BMCoreUI](https://github.com/BogdanMihaiciuc/BMCoreUI/releases/tag/2.9.0)
- [BMCollectionView](https://github.com/BogdanMihaiciuc/BMCollectionView/releases/tag/2.9.0)
- [BMPresentationController](https://github.com/BogdanMihaiciuc/BMPresentationController/releases/tag/2.9.0)
- [BMCodeHost](https://github.com/BogdanMihaiciuc/BMCodeHost/releases/tag/2.9.0)
- [BMMenu](https://github.com/BogdanMihaiciuc/BMMenu/releases/tag/2.9.0)

# 2.8.4

This release fixes an issue that prevented the `Loaded` event from triggering on Mashups when using `Presentation Controller` or `Collection View` on Thingworx 9.2.8 or 9.3.3 and newer.
Expand Down
2 changes: 1 addition & 1 deletion metadata.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?><Entities>
<ExtensionPackages>
<ExtensionPackage name="BMCoreUIWidgets" packageVersion="2.8.4" description="Contains Core UI and all its dependent widgets." vendor="Bogdan Mihaiciuc" minimumThingWorxVersion="6.0.0" buildNumber="{&quot;giteaURL&quot;: &quot;https://api.github.com/repos/ptc-iot-sharing/BMCoreUIWidgets/releases/latest&quot;}"/>
<ExtensionPackage name="BMCoreUIWidgets" packageVersion="2.9.0" description="Contains Core UI and all its dependent widgets." vendor="Bogdan Mihaiciuc" minimumThingWorxVersion="6.0.0" buildNumber="{&quot;giteaURL&quot;: &quot;https://api.github.com/repos/ptc-iot-sharing/BMCoreUIWidgets/releases/latest&quot;}"/>
</ExtensionPackages>
<Widgets>
<Widget name="BMCoreUIWidgets">
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"name": "BMCoreUIWidgets",
"packageName": "BMCoreUIWidgets",
"moduleName": "BMCoreUIWidgets",
"version": "2.8.4",
"version": "2.9.0",
"description": "A collection of reusable UI classes.",
"thingworxServer": "http://localhost:8015",
"thingworxUser": "Administrator",
"thingworxPassword": "Administrator12345",
"author": "Thingworx RoIcenter",
"author": "Bogdan Mihaiciuc",
"minimumThingWorxVersion": "6.0.0",
"homepage": "https://github.com/ptc-iot-sharing/BMCoreUIWidgets",
"autoUpdate": {
Expand Down

0 comments on commit 29b9061

Please sign in to comment.