Socket
Socket
Sign inDemoInstall

@bentley/ui-abstract

Package Overview
Dependencies
Maintainers
4
Versions
508
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bentley/ui-abstract - npm Package Compare versions

Comparing version 2.6.5 to 2.7.0

14

CHANGELOG.json

@@ -5,6 +5,12 @@ {

{
"version": "2.6.5",
"tag": "@bentley/ui-abstract_v2.6.5",
"date": "Sat, 26 Sep 2020 16:06:34 GMT",
"comments": {}
"version": "2.7.0",
"tag": "@bentley/ui-abstract_v2.7.0",
"date": "Fri, 02 Oct 2020 18:03:32 GMT",
"comments": {
"none": [
{
"comment": "Add ability to specify different property renderers for property grid."
}
]
}
},

@@ -11,0 +17,0 @@ {

# Change Log - @bentley/ui-abstract
This log was last generated on Sat, 26 Sep 2020 16:06:34 GMT and should not be manually modified.
This log was last generated on Fri, 02 Oct 2020 18:03:32 GMT and should not be manually modified.
## 2.6.5
Sat, 26 Sep 2020 16:06:34 GMT
## 2.7.0
Fri, 02 Oct 2020 18:03:32 GMT
*Version update only*
### Updates
- Add ability to specify different property renderers for property grid.
## 2.6.4
Tue, 22 Sep 2020 17:40:07 GMT
*Version update only*
_Version update only_

@@ -18,3 +20,3 @@ ## 2.6.3

*Version update only*
_Version update only_

@@ -24,3 +26,3 @@ ## 2.6.2

*Version update only*
_Version update only_

@@ -30,3 +32,3 @@ ## 2.6.1

*Version update only*
_Version update only_

@@ -52,3 +54,3 @@ ## 2.6.0

*Version update only*
_Version update only_

@@ -58,3 +60,3 @@ ## 2.5.4

*Version update only*
_Version update only_

@@ -64,3 +66,3 @@ ## 2.5.3

*Version update only*
_Version update only_

@@ -70,3 +72,3 @@ ## 2.5.2

*Version update only*
_Version update only_

@@ -76,3 +78,3 @@ ## 2.5.1

*Version update only*
_Version update only_

@@ -93,3 +95,3 @@ ## 2.5.0

*Version update only*
_Version update only_

@@ -99,3 +101,3 @@ ## 2.4.1

*Version update only*
_Version update only_

@@ -113,3 +115,3 @@ ## 2.4.0

*Version update only*
_Version update only_

@@ -119,3 +121,3 @@ ## 2.3.2

*Version update only*
_Version update only_

@@ -125,3 +127,3 @@ ## 2.3.1

*Version update only*
_Version update only_

@@ -138,3 +140,3 @@ ## 2.3.0

*Version update only*
_Version update only_

@@ -192,3 +194,3 @@ ## 2.2.0

*Version update only*
_Version update only_

@@ -198,3 +200,3 @@ ## 1.14.0

*Version update only*
_Version update only_

@@ -204,3 +206,3 @@ ## 1.13.0

*Version update only*
_Version update only_

@@ -207,0 +209,0 @@ ## 1.12.0

@@ -23,2 +23,9 @@ /** @packageDocumentation

/**
* Property renderer identification and customization attributes
* @beta
*/
export interface PropertyRendererInfo {
name: string;
}
/**
* Information about a Property Editor

@@ -46,2 +53,4 @@ * @beta

enum?: EnumerationChoicesInfo;
/** Information for property renderer customization */
renderer?: PropertyRendererInfo;
/** Information for a property editor */

@@ -48,0 +57,0 @@ editor?: PropertyEditorInfo;

{
"name": "@bentley/ui-abstract",
"version": "2.6.5",
"version": "2.7.0",
"description": "iModel.js UI abstractions",

@@ -35,5 +35,5 @@ "main": "lib/ui-abstract.js",

"peerDependencies": {
"@bentley/bentleyjs-core": "^2.6.5",
"@bentley/geometry-core": "^2.6.5",
"@bentley/imodeljs-i18n": "^2.6.5"
"@bentley/bentleyjs-core": "^2.7.0",
"@bentley/geometry-core": "^2.7.0",
"@bentley/imodeljs-i18n": "^2.7.0"
},

@@ -45,7 +45,7 @@ "//devDependencies": [

"devDependencies": {
"@bentley/build-tools": "2.6.5",
"@bentley/eslint-plugin": "2.6.5",
"@bentley/bentleyjs-core": "2.6.5",
"@bentley/geometry-core": "2.6.5",
"@bentley/imodeljs-i18n": "2.6.5",
"@bentley/build-tools": "2.7.0",
"@bentley/eslint-plugin": "2.7.0",
"@bentley/bentleyjs-core": "2.7.0",
"@bentley/geometry-core": "2.7.0",
"@bentley/imodeljs-i18n": "2.7.0",
"@types/chai": "^4.1.4",

@@ -52,0 +52,0 @@ "@types/chai-as-promised": "^7",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc