2.21.0 • Published 13 days ago

mmhglobal-zcore v2.21.0

Weekly downloads
-
License
-
Repository
-
Last release
13 days ago

MmhglobalZcore

This library was generated with Angular CLI version 13.3.0.

Changelog

2.21.0 alert.service - dismissbyheader to return result when filter the array. toast.service - dismissbyheader to return result when filter the array. workflow.service - enable istrigger when isfunction button is clicked. zgroup.model - added SelectOptionsPinned for pinning select all checkbox column.

2.20.1 translation - Fix error message alert header and button not translated. #3722

2.20.0 field.service - Added functions to support form builder zgroup.model - Added menuItems in ZField to support kmenu zgroup.model - Added PanelArea in ZField to support ksplitter zgroup.model - Added SearchOperator, SearchLength in ZField for selectMultiple property; Added DropdownSearchOperator object support. zgroup.model - Added FieldElementFormType and IsGenerateFormControlNameByContainerName in ZField to support zudf translation - Fix bug if value is empty Fontawesome - Added icons

2.19.3 error-handler - Refined the error message for fields that using MinLengthIgnoreSpace field attribute. #3483 component.model.ts - Added ToolTipPosition property for AddOns component. #3580

2.19.2 zgroup.model - removed unused beforeGridGetData from the ZGroup. field.service - enhanced list form to handle "_loaded" event properly. fontawesome - added few more icon support.

2.19.1 logging.service - standardize method for log and debug.

2.19.0 Added ContextMenuSettings into ZField. idle-service - Enhanced to distinct user include project iis setting. Fine tune for alert when session timeout. Fontawesome - added eye icon.

2.18.2 Tidying up and organizing the zField for every component..

2.18.1 To deprecate isMobileScreen() in zcomponent.model.ts

2.18.0 The following properties have been removed from zField:

  • cellFilter
  • filterCellFiltered
  • enablePinning
  • pinnedRight
  • UpdateOnBlur
  • AppendDivClearFix
  • EnableHiding
  • AddButtonVisible
  • DefaultAsChecked
  • EnableExportRTF
  • EnableExportTIFF
  • EnableExportMHTML
  • EnableExportXPS
  • FontSize
  • GridClickableIcons
  • DefaultQuery
  • DefaultValue
  • IsNullable
  • OnApplyClick
  • ShowQueryResult
  • SuccessCreatedMessage
  • SuccessUpdatedMessage
  • ResourceURLAlt
  • doubleHeight
  • EnableExportCSV
  • EnableExportExcel
  • EnableExportPDF
  • CheckboxOptions
  • CheckedValues

cache Clear cache upon logout (method 1) Enhanced idle service and implemented auto token refresh feature. It can be enabled by adding the following configuration in the environment:`

idleConfig: {
  isEnabled: true,
  idleThresholdMinutes: 15,
  waitingIdleThresholdMinutes: 1

2.16.0 Changed ITSMLoggingService to loggingService. Created proxyService to inject service in case of circular import. Alert and Toast service now will not notify again if triggered 2nd time with same header and message. zcomponent.model - added beforeModalReponse for ModalPageParams. zgroup.modal - added Okay for DialogResponse. translate.service - use proxyservice to inject auth service when called. alert.service - enhanced default backdropDismiss as false, added method dismissAll, dismissByHeader, dismissByMessage, getLatestAlert. auth.service - added handling of enableIdleAutoLogout if set in environment. toast.service - changed dismiss to dismissAll, added method dismissByHeader, dismissByMessage. webapi.service - changed to use renamed logging.service instead.

2.15.0 No modifications have been made; 2.15.0 is identical to 2.14.0.

2.14.0 ui-signal.service - Added new service to broadcast events emitted by ui components.

2.13.1 zcomponent.model - getgroupvalue fixed returning boolean if value is undefined in group scope.

2.13.0 Note: app.module require to use httpInterceptorProviders in the provider and remove existing Interceptor. Interceptor - reorganized the interceptor to follow angular standard. logging-interceptor - added log in console whenever api been triggered. zgroup.model - tidy the property, added enum OauthResponseStatus for oauth response status usage. auth.service - cleanup the code and added more logging and error catching handling. webapi.service - added log if error 401. zcore - to handle enable debugger when url with debugsession.

2.12.0 zcomponent.model - bug fix for getGroupValue. should escape if unable to find the property in the group scope. signalr.service - add log to console if not enabled. zgroup.model - cleanup the zfield property. zgroup.model - add ExpandDisabledNodes property for ztree. zgroup.model - Added VirtualScrollOption and DataSetResult for virtual scroll component.

2.11.1 zcomponent.model - Rename the variable to more readible. zgroup.model - Minor code tidy for the zField property. zgroup.model - Added GridFilterConfiguration property and FilterConfiguration interface for zgrid filtering.

2.11.0 zgroup - Cleaned property for ztree attributes and added TreeViewCheckboxConfiguration property with propert interface. zcomponent.model - Added getCheckedValues, setCheckedValues and setDisabledCheckBox property (for ztree). zcomponent.model - Solve Hidden columns not working bug. zgroup - Added new properties for ksplitter and virtual scroll.

2.10.1 zgroup.model - add SelectionStyle interface in zField for zcolorpicker option.

2.10.0 collectActivity.service - changed to use interface object ActivityInfo in parameter as part of the code cleaning. zgroup.model - add FormInfo and ActivityInfo interface; renamed FieldType to FormType. field.service; resourceapi.service; webapi.service - changed to apss parameter as ActivityInfo when calling collectActivity. field.service - changed variable names for readability.

2.9.0 public-api - remove statepersistent default used for grid. zcomponent-model - Improved ZGridSettings interface. zcomponent-model - Changed ZGridColumnSettings to ZGridColumnConfigs. zcomponent-model - Added setGridState and setGridToFirstPage property for zgrid. zcomponent-model - Cleanup getGridColumns function code and used ZGridSettings object instead of multiple parameter for the function. auth.service - generate special token for component usage. zgroup - Added interface for zModalConfig to zgroup.model. zgroup - Added new property into ZField: OnScroll (for virtual_scroll). zgroup - Added new properties into ZField: CheckboxOptions, CheckedValues (for ztree). zgroup - Added new property into ZField: ComponentSettings (for texteditor). zcomponent.model fine tune ModalPageParams naming and adding new params.

2.8.8 zcomponent.model - Added 'generateAndDownload' and 'generateZipFile' functions for generating files and enabling them to be downloaded as a zip archive. zgroup.model - Define the 'FileGenerationOptions' interface for the 'generateAndDownload' function within the 'zComponentHelper'.

2.8.7 components - Enhanced Input Field Validator: Added MinLengthIgnoreSpace and Custom Validator #2741, #2753 zgroup - Added PanelItems in ZField for ksplitter zgroup - Added Section in ZField for virtual scroll component

2.8.6 zgroup.model - added DataRowClass into group.model. field.service - added refreshFormField function to reload field element.

2.8.5 public-api - added offinedatabase.service.

2.8.4 zcomponent.model - Enhanced ComponentSetProperty interface with more functions to manage compponent style fontawesome - Allow using icon from free-regular-svg-icons library. Use 'far_' as prefix .Eg: far_file-zipper zgroup.model - Added RowHighlight interface for grid. resourceapi.service - Added function to retrieve project domain url. offinedatabase.service - Changed way of handling for offline database.

2.8.3 auth.service - URL validation for cache clearing will incorporate the base href from index.html, if it is available.

2.8.2 auth.service - Exclude the forward slash from the href when validating for cache clearance during login.

2.8.1 auth.service - bug fix for validation.

2.8.0 auth.service - cleaned up the code and reinstated the auto-login condition. added before initiating auto-login, check to see if the current URL corresponds to the login page. If it does, the code will automatically clear the cache. zgroup - added interface for CacheInfo, JsonCache and moved AuthInfo interface to zgroup.model.

2.7.2 auth.service - minor code cleanup.

2.7.1 toast.service - default permanent toast alert at bottom. webapi.service - ClientUrl value cleanup before sending. zgroup - default subscribeToModificationAlert as true.

2.7.0 toast.service - added showPermanently function to permanently display the toast alert. signalR.service - enhanced all the function and removed getEvent function, main function will be subscribeToEvent which allow to pass callback function. offlinedatabase - added offline database service for storing data to the indexedDb. alert.service - added stopAutoCloseOnBackgroundClick to control backdropDismiss. by default is false. zgroup - added CacheInfo for ZField, signalRCallbackHandler & subscribeToModificationAlert for ZGroup to be used for signalR. improved few enum option. webapi.service - added ClientUrl to send window.location.href in the header for every api calling.

2.6.8 attachment.service - add sharepoint service integration. sharepoint.service - added sharepoint service. zgroup - add sharepoint interface and new attribute for field element. auth.service - Standard X-LocalDate format across all browser and all languages. #2536

2.6.7 re-release to replace 2.6.6.

2.6.6 authservice Added API header in OAuth Token API for AppMon Access Logging. Added beforeLoadColumn event name to be used by ztreelist, zgrid.

2.6.5 Added clonedFields in group for zloop to stored the cloned fields that will be used for error message display. ComponentErrorHandlerService Enhanced error handler service to handle for zloop child components.

2.6.4 Added enum InternalComponentType to control which internal kendo commponent to use as dropdown list.

2.6.3 Added Orientation for ksplitter. shifted removeTextEditorValueFromFormPatching function from main service to ZComponentHelper. workflow service to call removeTextEditorValueFromFormPatching when patchValue for the formgroup

2.6.2 Added LoopingElementConfig for ngFor config.

2.6.1 Add HideShowResultPanel for ZField. workflowservice - update localGoToButton_OnClick function to insync with serverGoToButton_OnClick function.

2.6.0 moved componented error handler to zcore, to allow full usage in all library.

2.5.0 Handle Min and Max value validator in znumeric component.

2.4.11 Update extra error handling for interceptor if token expired.

2.4.10 Add extra error handling for interceptor if token expired.

2.4.9 update ComponentSetProperty for zudf.

2.4.8 update ActionType and added default delimiter. update model argument for zudf function.

2.4.7 Added Field Element Name argument to renderFieldElement, renderFieldElementByJsonString for zudf.

2.4.6 Added DisableAutoAppendGridDateFilterCol attribute for zgrid.

2.4.6 Minor fix for workflow service.

2.4.5 Fix workflow service to patch back status if processingstatus returned false.

2.4.4 Add FieldElementName in zField for after form loaded event. field service will now handle getComponentLoaded$ after event triggered. Added FieldType and update DefaultMessage.

2.4.3 fix typo.

2.4.2 groupmodel - added few property for the model and update default message. workflowservice - afterworkflowaction to return api response.

2.4.1 rebuild. due to library compatibility issue.

2.4.0 zcomponent - handle GridCellReplaceValue set in field element for zgrid. cell value change base on setting in field element.

2.3.0 fontawesome - implement getIcon function to be used by component to retrieve icon.

2.2.1 fontawesome - Added few new icon.

2.2.0 authservice - changes for external login authentication.

2.1.1 zcomponent.model - temp fix to ignore zudf field if it value is not null.

2.1.0 zgroup - Added FieldElementCode for ZField. cache service - Added new cache service method. signalR - Added signalR service.

2.0.2 Enhanced webapi service not to show error message upon 401 and added flag to control the display of error message. Add default enums for ComponentType, ActionType, DefaultMessage, DefaultDialogTitle for more project consistency and standardization.

2.0.1 Customized IsRequired, MinLength, MaxLength validator for texteditor that ignores HTML strings.

2.0.0 Release library version 2. Added group property to hide all add/remove buttons before UI rendered. (isHideAllAddNode, isHideAllRemoveNode)

2.56beta Added optional input params for hideAddNode and hideRemoveNode used in ztree

2.55beta duplicate convertToTreeItems() from tree.component.ts into ZComponentHelper. (To deprecate the method in tree component) Enhanced webapi.service to handle empty URL. fix translation service bug.

2.54beta Added group and component properties to manage input fields focus. Enhanced custom MinLength validator to avoid checking if (IsRequired is false and form's value is empty) Added getFieldListFromFieldsWithoutHierarchy() helper function

2.53beta minior bug fix.

2.52beta Build custom isRequired and MinLength validator to not consider empty space or newline as a character. Enhance custom isRequired and MinLength validator to consider multiple continuous spaces as 1 space. add validateIsRequired property for ModalPageParams. add SuccessCreatedMessage, SuccessUpdatedMessage, SuccessDeletedMessage for custom message.

2.51beta authservice Enhanced 2FA checking for applications open to Indonesia users only. componentModel Minor update on setAddOnValue() method. traslationservice Minor error handling update. Log Javascript and HttpClient errors to ITSM.

2.50beta authservice Enhanced 2FA checking for ngUMApp users.

2.49beta add appendConsoleWatchList in zComponentHelper. added additionalWatchList for append additional watch item to the debugger console dropdown.

2.48beta remove underscore prefix for zudf scope name.

2.47beta remove underscore prefix for zudf scope name.

2.46beta remove some unuseful condition check in isNullUndefinedEmpty. turn off console log in getGroupEvalValue if result is null, as it spamming the console page.

2.45beta enhance isNullUndefinedEmpty function to handle diff input argument. added SkipCheckFormDirty, UseDefaultValidate for zworkflowbutton. auth service added error handling.

2.44beta enhance isNullUndefinedEmpty to handle false boolean parameter.

2.43beta Fix TreeListInitiallyExpandedDataIds typo in group property. Add setComponentsVisibleByValue, setComponentsEnableByValue, getComponentByValue for ZComponentHelper. allow parameter componentValue as array to be passed and handled.

2.42beta Added TreeListInitiallyExpandedDataIds for ztreelist.

2.41beta added function deepClone, setComponentsVisibleByName, setComponentsEnableByName, getComponentByName for ZComponentHelper.

2.40beta removeValidator and addValidator to handle zudf form.

2.39beta renamed getZudfContainerScope to getZudfScope. add getZudfByComponent in ZComponentHelper.

2.38beta bug fix for zudf property.

2.37beta translationservice fix bug if value is array. added renderFieldElement, setModelValue to component property

2.36beta added EnableCustomAddCommand, EnableCustomResetCommand, EnableCustomRemoveCommand for zgrid ZField added ContainerName for zudf ZField

2.35beta added DisableGenerateColumnByForm, AddCommandButtonName, ResetCommandButtonName, EnableGridCustomAddCommand in ZField for zgrid property added clearFormControl, setDisplayModel, updateDisplayModel, getDisplayModel, setFormFieldzModel in ComponentSetProperty

2.34beta added updateArrayObjectByFlatIndex, removeArrayObjectByFlatIndex, getFromArrayObjectByFlatIndex for ZComponentHelper

2.33beta added ToolBarUploadImageMethod for text editor added SelectedValues and setSelectedValues() for ztree

2.32beta added few method for zudf in the comonenthelper

2.31beta make setToZModel method public.

2.30beta add EnableGridValue for ZGridCustomColumn.

2.29beta bug fix for projectname when authenticate.

2.28beta update external url verification handling.

2.27beta use projectname instead of projectcode for authentication.

2.26beta add IsIgnoreTimeZone in zField for zgrid.

2.25beta add SkipLoadResourceURLData in zField for zgrid.

2.24beta re-publish

2.23beta add customHttpHeader for zworkflowbutton. fix workflowservice button label missing.

2.22beta renamed component property name (setAddOnValue)

2.21beta update ComponentSetProperty function: replaced tooltip with addons Added IsEnableVirtualization to config virtualization in zselectmultiple update input field's AddOn component property

2.20beta Added AfterDataBinded, FilterWithoutBracket in zField for zgrid. Added removeArrayItem in ZComponentHelper.

2.19beta Support setting input component layout at container level. Fix bug on translating number 0.

2.18beta minor update on group model for nav items. Added skipUpdateUsingFormValue, skipCreateUsingFormValue in zField for dynamicform handling.

2.17beta Added disableSuccessUpdateMsg, disableSuccessCreateMsg, disableSuccessDeleteMsg in zField for dynamicform handling.

2.16beta Alter group's property: StepValue.

2.15beta Enable input field's label to bind to group's value Added afterCloneNewModel event and workflow service to pass button information when onclick.

2.14beta Minor fix on error handling Add isValidForm, defaultAfterCreateModelSetting, defaultAfterUpdateModelSetting function for zComponentHelper.

2.13beta auth service - Authorize user's project roles upon login.

2.12beta re-publish for missing deleteModel

2.11beta Added deleteModel for zGroup.

2.10beta Added isCloseAfterUpdated, isCloseAfterCreated in zField for dynamicform handling.

2.9beta Added isCloseAfterSuccess, isCloneNew, isReadOnly, isFirstInit in zField for dynamicform handling.

2.8beta Added DecimalPlace in zField for znumeric

2.7beta Fix interceptor to include custom api header.

2.6beta Enhanced interceptor to include custom api header.

1.2.14 Fix for workflow service.

1.2.13 Fix workflow service to patch back status if processingstatus returned false.

1.2.12 Workflow service, added flag to skip using formgroup value if set to true(can set the value at beforeworkflowaction).

1.2.11 Added resourceapi service to replace hostname set in the environment localhostUrl property. Added validateURLPath in zComponentHelper to validate URL path.

1.2.10 Added more condition check for InnerException in interceptor, to in-case of undefined object returned.

1.1.37 Fix token missing when session time out and refresh the screen. Auth service all get method related to token, will now check sessionstorage for token if it null. Fix interceptor not handling unauthorised error, unauthorised error can be pass back to frontend using error code 500 due to dynamic-user. authguard to check for token expired and refresh the token. authservice added get method isTokenExpired, changed refreshtoken to return asyncsubject observable.

1.2.9 Fix token missing when session time out and refresh the screen. Auth service all get method related to token, will now check sessionstorage for token if it null.

1.2.8 Added SuccessCreatedMessage, SuccessUpdatedMessage in zField. Fix interceptor not handling unauthorised error, unauthorised error can be pass back to frontend using error code 500 due to dynamic-user. authguard to check for token expired and refresh the token. authservice added get method isTokenExpired, changed refreshtoken to return asyncsubject observable.

1.2.7 change projectCode to projectName.

1.2.6 change projectCode to projectName.

1.2.5 Include projectcode in 2FA check. added getElementContainer method for helper. added elementContainer for zgroup.

1.2.4 removed Resizable in zField for ztextarea added DisableFrontSpacing in zField for zlabel

1.2.3 Added Resizable in zField for ztextarea

1.2.2 Added LabelList in zField for zlabel

1.2.1 Correction - changed getSeletectedValues => getSelectedValues.

1.2.0 Upgraded to Angular 13.

1.1.37 remove peerDependencies for library.

1.1.36 Partial cleanup zField.

1.1.35 Added SyncToGroupModel in component model and zField for zudf to copy the value to the main group Added DisableCollapse in zField for zcard. Added Fill & Color in zField for zcard. Added EnablePreviousNextButton, EditorType, ValidatorPattern, ValidatorMessage in zField for zgrid. Partial cleanup zField.

1.1.34 Added AlignButton, Fill for zField for zButton. Added DisableColumnMenu in zField for zgrid.

1.1.33 Added ButtonList for zField for zselectmultiple.

1.1.32 Added MinFileSize, MaxFileSize attribute for zField for zupload.

1.1.31 added clearFiles to ComponentSetProperty for zUpload.

1.1.30 zcore added auto bind to SubType zmodel.

1.1.29 zcore added componentsetproperty setTooltipsDisplayText, setTooltipsInfoIcon. zcore added property for zudf.

1.1.28 Added FilterContainsUsingEqual in ZField for zgrid.

1.1.27 Added SelectFileOnly in ZField for zupload.

1.1.26 Added FileSelectedEvent, FileRemovedEvent, FileChangedEvent in ZField for zupload.

1.1.25 remove duplicate slash and append slash at ending for when retrive ResourceURL. updated workflow service getWorkflowButtonsField method. Added EnableCheckbox in ZField for zSelectMultiple.

1.1.24 handle e1OauthParam for oauthUrl.

1.1.23 workflow service localAPI workflowhandling update.

1.1.22 Remove logging for empty grid col.

1.1.21 Fixed workflow emailparam is null error.

1.1.20 Added FilterParams in ZField for zGrid.

1.1.19 EncodeURL for Oauth Login.

1.1.18 Added AutoResize in ZField for zReport.

1.1.17 Added DefaultQuery in ZField for zquerybuilder.

1.1.16 Added few common icon. Added AdornmentList, TooltipsInfo, ClearButton, OnClick in ZField for input type field.

1.1.15 Added ShowQueryResult, OnApplyClick in ZField for zQueryBuilder

1.1.14 Added TooltipsInfo in zfield for zText. Added AllowRuleset, ValueOptions, Operators, IsNullable, DefaultValue in ZField for zquerybuilder. Added Filterable in zfield for zTree. Added SaveFilter in zfield for zGrid. Added beforeGridGetData, beforeSchedulerGetData in zGroup for zGrid.

1.1.13 Tidy and cleaned fontawesomeicon. Added property for zquerybuilder.

1.1.12 Added ToolTipsInfo attribute for zField.

1.1.11 Change IsCreateNew to DisableTriggerTimer.

1.1.10 Added getDropdownMenu function for menu service.

1.1.9 Added IsCreateNew to support zbutton.

1.1.8 zgrid state persistance stringify fix. ZGridColumnSettings update.

1.1.7 change GrantType to number type and default value as 4.

1.1.6 change GrantType to number type and default value as null.

1.1.5 Add DisableCache attribute for zField

1.1.4 Add getSideMenu function.

1.1.3 Add generateRedirectURLPath in zcore for generate redirect menu path.

1.1.2 Add openAppClientPath in zcore.

1.1.1 Added GaugeAlignment in Field type.

1.1.0 AuthService support for AppClientPath. MenuService support for Launcher and minor fix. ResourceApiService change of Storage.

1.0.9 Handling of error message returned from Project API.

1.0.8 Added isTriggered in zGroup for buttons. Required for dynamicform version 1.0.10.

Code scaffolding

Run ng generate component component-name --project mmhglobal-zcore to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project mmhglobal-zcore.

Note: Don't forget to add --project mmhglobal-zcore or else it will be added to the default project in your angular.json file.

Build

Run ng build mmhglobal-zcore to build the project. The build artifacts will be stored in the dist/ directory.

Publishing

After building your library with ng build mmhglobal-zcore, go to the dist folder cd dist/mmhglobal-zcore and run npm publish.

Running unit tests

Run ng test mmhglobal-zcore to execute the unit tests via Karma.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.

2.21.0

13 days ago

2.20.1

21 days ago

2.20.0

23 days ago

2.19.3

2 months ago

2.19.2

2 months ago

2.19.1

2 months ago

2.19.0

3 months ago

1.6.0

3 months ago

1.5.0

3 months ago

2.18.2

3 months ago

2.18.1

3 months ago

2.18.0

3 months ago

1.4.1

4 months ago

2.17.0

4 months ago

2.16.0

4 months ago

1.4.0

4 months ago

2.15.0

4 months ago

2.14.0

4 months ago

2.13.1

4 months ago

1.3.0

4 months ago

2.13.0

4 months ago

2.12.0

5 months ago

2.11.0

6 months ago

2.11.1

5 months ago

2.8.1

7 months ago

2.8.0

7 months ago

2.10.1

6 months ago

2.10.0

6 months ago

2.7.0

8 months ago

2.7.2

7 months ago

2.7.1

8 months ago

2.8.3

7 months ago

2.8.2

7 months ago

2.8.5

7 months ago

2.8.4

7 months ago

2.8.7

6 months ago

2.8.6

7 months ago

2.8.8

6 months ago

2.9.0

6 months ago

2.6.8

8 months ago

2.4.1

12 months ago

2.4.0

12 months ago

2.4.3

12 months ago

2.4.2

12 months ago

2.4.5

11 months ago

2.4.4

11 months ago

1.2.13

11 months ago

1.2.14

11 months ago

2.3.0

12 months ago

2.4.10

10 months ago

2.4.11

10 months ago

2.4.7

10 months ago

2.4.6

11 months ago

2.4.9

10 months ago

2.4.8

10 months ago

2.2.1

12 months ago

2.2.0

12 months ago

2.6.1

10 months ago

2.6.0

10 months ago

2.6.3

9 months ago

2.6.2

9 months ago

2.5.0

10 months ago

2.6.5

9 months ago

2.6.4

9 months ago

2.6.7

9 months ago

2.6.6

9 months ago

2.0.2

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

2.0.0-beta.55

1 year ago

2.0.0-beta.54

1 year ago

2.0.0-beta.56

1 year ago

2.1.1

1 year ago

2.1.0

1 year ago

2.0.0-beta.51

1 year ago

2.0.0-beta.50

1 year ago

2.0.0-beta.53

1 year ago

2.0.0-beta.52

1 year ago

2.0.0-beta.40

1 year ago

2.0.0-beta.44

1 year ago

2.0.0-beta.43

1 year ago

2.0.0-beta.42

1 year ago

2.0.0-beta.41

1 year ago

2.0.0-beta.48

1 year ago

2.0.0-beta.47

1 year ago

2.0.0-beta.46

1 year ago

2.0.0-beta.45

1 year ago

2.0.0-beta.49

1 year ago

2.0.0-beta.33

1 year ago

2.0.0-beta.32

1 year ago

2.0.0-beta.31

1 year ago

2.0.0-beta.30

1 year ago

2.0.0-beta.37

1 year ago

2.0.0-beta.36

1 year ago

2.0.0-beta.35

1 year ago

2.0.0-beta.34

1 year ago

2.0.0-beta.39

1 year ago

2.0.0-beta.38

1 year ago

2.0.0-beta.29

1 year ago

2.0.0-beta.28

1 year ago

2.0.0-beta.22

1 year ago

2.0.0-beta.21

1 year ago

2.0.0-beta.20

1 year ago

2.0.0-beta.26

1 year ago

2.0.0-beta.24

1 year ago

2.0.0-beta.23

1 year ago

2.0.0-beta.27

1 year ago

2.0.0-beta.15

2 years ago

2.0.0-beta.14

2 years ago

2.0.0-beta.13

2 years ago

2.0.0-beta.19

2 years ago

2.0.0-beta.18

2 years ago

2.0.0-beta.17

2 years ago

2.0.0-beta.16

2 years ago

2.0.0-beta.11

2 years ago

2.0.0-beta.10

2 years ago

1.2.12

2 years ago

2.0.0-beta.12

2 years ago

2.0.0-beta.9

2 years ago

2.0.0-beta.8

2 years ago

2.0.0-beta.7

2 years ago

2.0.0-beta.6

2 years ago

2.0.0-beta.5

2 years ago

1.2.8

2 years ago

1.2.7

2 years ago

1.2.6

2 years ago

1.2.5

2 years ago

1.1.37

2 years ago

1.2.10

2 years ago

1.2.11

2 years ago

2.0.0-beta.2

2 years ago

2.0.0-beta.1

2 years ago

2.0.0-beta.0

2 years ago

2.0.0-beta.4

2 years ago

2.0.0-beta.3

2 years ago

1.2.9

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.34

2 years ago

1.1.33

2 years ago

1.1.36

2 years ago

1.1.35

2 years ago

1.1.29

2 years ago

1.1.28

2 years ago

1.1.30

2 years ago

1.1.32

2 years ago

1.1.23

2 years ago

1.1.22

2 years ago

1.1.27

2 years ago

1.1.26

2 years ago

1.1.25

2 years ago

1.1.24

2 years ago

1.1.19

2 years ago

1.1.18

2 years ago

1.1.17

3 years ago

1.1.21

2 years ago

1.1.20

2 years ago

1.1.16

3 years ago

1.1.15

3 years ago

1.1.14

3 years ago

1.1.12

3 years ago

1.1.11

3 years ago

1.1.13

3 years ago

1.1.10

3 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago