Skip to content

Update dependency Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic to v2.9.0#28

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/volo.abp.aspnetcore.mvc.ui.theme.basic-2.x
Open

Update dependency Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic to v2.9.0#28
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/volo.abp.aspnetcore.mvc.ui.theme.basic-2.x

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented May 28, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic (source) nuget minor 2.4.0 -> 2.9.0

Release Notes

abpframework/abp

v2.9.0

Compare Source

BLOG POST

See this blog post to learn "What's new" with this version:

https://blog.abp.io/abp/ABP-Framework-v2.9.0-Has-Been-Released

Features
Enhancements
  • PR #​4207: Change Bootstrap RTL Library for MVC UI (by hikalkan)
  • ISSUE #​4193: Trigger an event when Javscript service proxy script initialized
  • PR #​4188: Update predefined application menu (by liangshiw)
  • PR #​4176: Initialize MongoDbRunner in the static constructor. (by maliming)
  • PR #​4173: IdentityModelAuthenticationService support multi-tenancy (by liangshiw)
  • ISSUE #​4172: IdentityModelAuthenticationService should support multi-tenancy
  • PR #​4164: Add email settings to appsettings.json file(s) of the application startup template (by maliming)
  • PR #​4161: Update Czech translations & fix formatting (by Xeevis)
  • ISSUE #​4156: Add email settings to appsettings.json file(s) of the application startup template
  • ISSUE #​4153: MongoDbFixture fails tests with NullReferenceException
  • PR #​4145: added search box view component (by AkinSabriCam)
  • ISSUE #​4140: Handle Module SignaR packages on ABP CLI add module command
  • PR #​4138: Use remote service http client in ApiDescriptionFinder. (by maliming)
  • PR #​4135: Use tilde slash in script and style url. (by maliming)
  • ISSUE #​4134: Automatically determine the database provider and handle on module mapping code
  • PR #​4131: Upgrade Entity Framework Core Nuget Packages to the latest 3.1.x version (by hikalkan)
  • ISSUE #​4130: Upgrade Entity Framework Core Nuget Packages to the latest 3.1.x version
  • ISSUE #​4114: Add a minimum age validator for Angular UI
  • PR #​4112: Corrected BootstrapTagHelpersDynamicFormsExplanation localized text. (by maliming)
  • PR #​4101: Support virtual path deployment (by liangshiw)
  • ISSUE #​4089: Support virtual path deployment
  • PR #​4084: Update usage codes in modules and templates. (by maliming)
  • PR #​4083: Make DbContextOptionsFactory public. (by maliming)
  • ISSUE #​4080: Upgrade SignalRDemo to stable packages
  • ISSUE #​4074: (ToolbarConfigurationContext &MenuConfigurationContext)Update usage codes in modules and templates.
  • ISSUE #​4066: Please change class DbContextOptionsFactory to public
  • PR #​4053: Remove consoleApp suffix (by liangshiw)
  • PR #​4044: Akin/refactored some entity repositories for filtering and pagination (by AkinSabriCam)
  • ISSUE #​4043: Remove ConsoleApp suffix from the console template
  • PR #​4038: Change bootstrap rtl lib(MVC UI) (by kgamalseif)
  • ISSUE #​4017: Add useful services to IToolbarConfigurationContext and MenuConfigurationContext
  • PR #​4016: Optimize RazorRuntimeCompilation. (by maliming)
  • ISSUE #​3916: Provide time zone infrastructure.
Bug Fixes
  • ISSUE #​4194: Breadcrumb Throws Error When Route Has Query Params, Fragment, or Auxiliary Route
  • ISSUE #​4171: [Angular App] API error response incorrect when using GetAppConfiguration
  • ISSUE #​4069: Mvc start template login/register layout bug
  • ISSUE #​4063: Blog module comment problem
  • ISSUE #​4051: use generate-proxy get more error
  • ISSUE #​4042: Docs module gives HTTP 500 error when I open a document first time
  • ISSUE #​4041: Connection strings are wrong with v2.8 release for the application template
  • ISSUE #​3762: CLI generate-proxy doesn't create models for some classes
  • ISSUE #​3757: Fix UI bugs on tablet view
Others
  • ISSUE #​4208: [Action] OrganizationUnitRepository_Tests.RemoveAllRolesOfOrganizationUnit [FAIL]
  • PR #​4201: Add null query param control to RestService (by mehmet-erim)
  • PR #​4195: Fixed Breadcrumb Error When Route Has Query Params, Fragment, or Auxiliary Route (by armanozak)
  • PR #​4189: Move ViewImports.cshtml to take effect on the component. (by maliming)
  • PR #​4180: added NuGetPackageTarget.SignalR & Set TargetPriority (by yekalkan)
  • PR #​4170: Update multi-tenancy document (by liangshiw)
  • ISSUE #​4169: Update Multi-Tenancy document
  • PR #​4168: Create nav items utility functions (by mehmet-erim)
  • ISSUE #​4152: Test "BlobStoring.Database" Module
  • ISSUE #​4151: Test "sample application with SignalR & Tiered architecture" article
  • ISSUE #​4137: Test oracle provider for ef core
  • PR #​4133: Added RTL Support for Angular UI (by armanozak)
  • ISSUE #​4129: Angular should not send "null" to the backend as a query param
  • PR #​4127: Added bootstrap-rtl.min.css to @​abp/ng.theme.shared as an asset (by mehmet-erim)
  • ISSUE #​4119: Nightly packages stopped
  • ISSUE #​4116: Fix abp-samples repository build error after v2.8.
  • PR #​4115: Added a Minimum Age Validator to Angular UI (by armanozak)
  • PR #​4109: Fixed UI problems on tablet view (by mehmet-erim)
  • PR #​4108: Documented how to replace layout components (by mehmet-erim)
  • PR #​4103: Hide npm error in GetInstalledNpmPackages method (by gdlcf88)
  • PR #​4097: Change the ErrorMessage of StringLengthAttribute according to the situation. (by maliming)
  • ISSUE #​4094: DataAnnotationsLocalization is not working as expected.
  • PR #​4090: Add virtual file explorer module documentation (by liangshiw)
  • PR #​4085: Add organization unit migration. (by maliming)
  • PR #​4082: Write error logs instead of throwing exceptions when Elasitc Search has errors (by maliming)
  • ISSUE #​4078: Templates, microservice examples and modules add OrganizationUnit migration files
  • PR #​4055: Convert c# type to typescript type. (by maliming)
  • PR #​4054: Add a RemoteService tip to the module overriding doc (by gdlcf88)
  • ISSUE #​4046: Update samples to v2.8.
  • PR #​4045: Ignore external link. (by maliming)
  • PR #​4037: Update background document (by liangshiw)
  • PR #​4032: Add useful services to IToolbarConfigurationContext and MenuConfigurationContext. (by maliming)
  • ISSUE #​4029: Add virtual file explorer module documentation
  • ISSUE #​4028: Update Background document
  • ISSUE #​4014: Test whether RazorRuntimeCompilation can be made configurable
  • ISSUE #​3908: Create a sample application with SignalR & Tiered architecture
  • ISSUE #​3889: abp update error
  • ISSUE #​3764: Document how to replace the layout components
  • PR #​3732: Organization units for the Identity module (by gterdem)
  • ISSUE #​3304: add DomainTenantResolver and with angular
  • ISSUE #​2717: Missing column definitions in ModelBuilder configs causing issues with Oracle database
  • ISSUE #​1184: API documentation for the framework & modules

v2.8.0

Compare Source

BLOG POST

See this blog post to learn "What's new" with this release:

https://blog.abp.io/abp/ABP-v2.8.0-Releases-%26-Road-Map

Breaking Changes
  • ISSUE #​3999: Fix BootstrapDatepicker Script/Style Contributor namespace
  • ISSUE #​3909: Deprecate UsePostgreSql() and rename it to UseNpgsql() for the Volo.Abp.EntityFrameworkCore.PostgreSql package
  • ISSUE #​3880: Obsolete app.UseMvcWithDefaultRouteAndArea() and introduce app.UseConfiguredEndpoints()
Features
  • ISSUE #​4024: Add Reusable Validators Based on Object Attributes
  • ISSUE #​3976: Console application startup template
  • ISSUE #​3963: Create a jstree package & bundle contributor
  • PR #​3918: Make ICurrentPrincipalAccessor changeable. (by maliming)
  • ISSUE #​3905: Create endpoint to the identity lookup service to search users
  • ISSUE #​3866: How to implement paging in client side angular UI so that first 10 items in page1, next 10items in page2 of the BookStore Sample App.
  • PR #​3850: Added onOpen callback, to trigger when the modal opens. (by Znow)
  • PR #​3754: RTL language support (MVC UI) & added arabic localization resources (by kgamalseif)
  • ISSUE #​2747: SignalR Package
  • ISSUE #​754: Add Arabic Language Resource Translation
Enhancements
  • ISSUE #​4000: Update document for new ABP input tag helper properties
  • ISSUE #​3995: Add Localization Methods w/ Fallback to Localization Service
  • PR #​3989: "L" function in the text template rendering system should support parametric text. (by maliming)
  • PR #​3986: Add docs module client proxies (by maliming)
  • ISSUE #​3979: Allow to set custom "default value" for extra properties
  • ISSUE #​3978: ObjectExtensionManager should automatically add RequiredAttribute & EnumDataTypeAttribute when needed
  • ISSUE #​3977: "L" function in the text template rendering system should support parametric text
  • ISSUE #​3975: Create middleware for claims map. Make it configurable.
  • PR #​3973: Change HttpApiClient project target to netstandard2.0 (by liangshiw)
  • ISSUE #​3967: Fallback to the default localization resource for base classes with the L property
  • ISSUE #​3965: Rename "Main" to "build and test" for the GitHub action
  • ISSUE #​3964: Configure build & test GitHub action for the abp-samples repository
  • ISSUE #​3960: Change HttpApi.Client project target of start template to netstandard2.0
  • ISSUE #​3958: Fill the validation rules for the extension properties on the application configuration endpoint
  • ISSUE #​3946: Add missing identity localizations for TR language
  • ISSUE #​3945: Sync DTOs in the framework with the Angular UI
  • PR #​3932: Put UseAbpRequestLocalization after the UseMultiTenancy (by liangshiw)
  • ISSUE #​3931: Put UseAbpRequestLocalization after the UseMultiTenancy
  • ISSUE #​3913: CurrentUser will be invalid when LongPolling is used as Transports.
  • PR #​3904: Add Email property to CurrentUserDto. (by maliming)
  • PR #​3897: Add error page in template projects. (by maliming)
  • PR #​3896: Upgrade IdentityServer4 to 3.1.3. (by maliming)
  • ISSUE #​3872: How to Guide: AzureAD integration details enhancement
  • ISSUE #​3855: generate-proxy improvements
  • ISSUE #​3828: IdentityServer module IdentityServer4 version
  • ISSUE #​3791: Use "defaultResourceName" and other enhancements for the Angular UI
  • PR #​3720: Blogging Module - Unwanted Exception Suppressing (by cotur)
  • ISSUE #​3295: abp generate-proxy - output switch
Bug Fixes
  • ISSUE #​3969: Page methods that have void/task return type are returning JSON result
  • PR #​3935: Check whether MethodInfo's DeclaringType has auditing disabled. (by maliming)
  • ISSUE #​3915: Templating Module Exception
  • ISSUE #​3891: Blog comment counts are now shown
  • ISSUE #​3886: route url is set to '/' when patching route without providing path
  • ISSUE #​3875: Link underline problem with the blog module
  • ISSUE #​3861: @​abp/prismjs missing dependency to @​abp/clipboard
  • ISSUE #​3686: Closable option of ConfirmationService methods is not working
  • ISSUE #​3650: Angular is not working correctly
Others

v2.7.0

Compare Source

See the blog post related to this release: https://blog.abp.io/abp/ABP-Framework-v2\_7\_0-Has-Been-Released

Breaking Changes
  • ISSUE #​3837: Singleton & scoped services exposing multiple services should return the same instance
  • PR #​3700: Wrong polish culture code in translation file name (by CrazyBaran)
  • ISSUE #​3690: listenToEscape method of ConfirmationService should be made private
  • ISSUE #​3496: Add has method to DomInsertionService
Features
Enhancements
  • PR #​3851: Split ApplicaitonLayoutComponent into smaller components (by mehmet-erim)
  • PR #​3847: Add LogoReverseUrl for black backgrounds (by ebicoglu)
  • ISSUE #​3816: User friendly message for regex validation
  • ISSUE #​3811: ABP CLI - Performance improvement on CLI NuGet & NPM update service
  • ISSUE #​3793: Docs - Wrap images in anchor
  • ISSUE #​3785: Add eNavigationElementNames enum to @​abp/ng.theme.basic
  • PR #​3781: Update Getting-Started.md(Tiered project require redis) (by maliming)
  • ISSUE #​3772: ErrorHandler is not exported in public-api.ts of ThemeSharedModule
  • ISSUE #​3765: Add enums that contain route names to all lazy-loadable modules
  • PR #​3760: Add SolutionName option to update command. (by maliming)
  • ISSUE #​3753: CLI: hope update operation can assign solution name
  • PR #​3733: added overall item to navs for abp docs (by AkinSabriCam)
  • ISSUE #​3726: Audit log should not save properties those were not changes
  • PR #​3721: Enhanced reindex function. (by maliming)
  • ISSUE #​3710: Angular UI: ConfirmationService - Have an option for HTML messages
  • PR #​3683: Optimize MyProjectNameDbMigrationService (by liangshiw)
  • PR #​3680: Docs module cache clear (by yekalkan)
  • PR #​3679: Upgrade Hangfire package to 1.7.11 (by maliming)
  • PR #​3676: Simplify DbMigrator console output. (by maliming)
  • ISSUE #​3664: Create "Overall" menu item for the documents have an index page
  • ISSUE #​3658: Simplify DbMigrator console output
  • PR #​3641: Redirect to home page when an invalid URL or missing document (by liangshiw)
  • ISSUE #​3505: Some AccountController Functionality spited into Account.Web and doesn't exist on Account.HttpApi
  • ISSUE #​3139: CoreModule should be refactored
  • ISSUE #​2939: Optimize MyProjectNameDbMigrationService
Bug Fixes
  • ISSUE #​3830: Blog post are not shown well on mobile
  • ISSUE #​3742: Documentation mistake for addManyTail (Linked-List)
  • ISSUE #​3736: AbpDynamicForm generates custom items repeatedly
  • ISSUE #​3731: Docs module gives HTTP 500 error when I open a document first time
  • ISSUE #​3718: The index of elasticsearch is duplicated.
  • ISSUE #​3717: Search list page style problem.
  • ISSUE #​3707: redirectUrl state of url tree in AuthGuard not working
  • ISSUE #​3703: Fix wrapper routes duplication problem
  • ISSUE #​3689: Angular UI module template is not working correctly
Others
  • PR #​3846: Fixed nextValue/previousValue mismatch in LinkedList (by armanozak)
  • PR #​3843: Add AbpTenantManagementEntityFrameworkCoreModule to host module dependencies (by liangshiw)
  • ISSUE #​3842: Microservices example product host module should depend on the tenant management module
  • ISSUE #​3823: abp generate-proxy folder structure changes
  • PR #​3821: Fixed circular dependency problems in ng-packs (by mehmet-erim)
  • PR #​3802: ErrorHandler exported from @​abp/ng.theme.shared (by mehmet-erim)
  • PR #​3801: make virtual file system return the root directory (by liangshiw)
  • ISSUE #​3796: Virtual file system could not get the root directory
  • PR #​3794: Compare the value of the property to determine whether it is changed. (by maliming)
  • PR #​3787: Added Modifying the Menu documentation (by mehmet-erim)
  • PR #​3786: Added eNavigationElementNames enum to @​abp/ng.theme.basic package (by mehmet-erim)
  • PR #​3780: Remove UnitOfWork Attribute in the IdentityServerSupportedLoginModel (by liangshiw)
  • ISSUE #​3777: RabbitMq IDistributedEventBus bug.
  • PR #​3770: Translate getting started document (by liangshiw)
  • PR #​3769: Added *RouteNames enums to all lazy-loadable modules (by mehmet-erim)
  • ISSUE #​3767: Getting Started documentation incorrect link
  • PR #​3750: Replaced mvc with {{UI_Value}} in tutorials Part-1 documentation (by liangshiw)
  • ISSUE #​3749: Tutorials document UI option Incorrect
  • PR #​3748: Update document (by liangshiw)
  • PR #​3745: Replaced addTailMany with addManyTail in LinkedList Documentation (by armanozak)
  • ISSUE #​3740: The virtual file system cannot handle static asset files well
  • PR #​3738: Allowed HTML Title, Message, and Button Content in Confirmation Dialog (by armanozak)
  • PR #​3737: Remove FormGroupItem that are not in the model (by liangshiw)
  • PR #​3734: Docs: Used generate proxy command on the BookStore tutorial (by mehmet-erim)
  • PR #​3729: Fixed AuthGuard redirectUrl problem (by mehmet-erim)
  • PR #​3723: Updated option descriptions for confirmation and toaster services (by armanozak)
  • PR #​3719: Rename Http-Requests.md to HTTP-Requests.md (by maliming)
  • ISSUE #​3711: CLI - Cannot find solution path while updating NuGet packages
  • PR #​3706: Added ToasterService and ConfirmationService documentations (by mehmet-erim)
  • PR #​3702: Call SaveChanges after creating a new tenant. (by maliming)
  • PR #​3698: Increased Flexibility and Maintainability of CoreModule (by armanozak)
  • PR #​3694: Fixed Angular UI module template bugs and upgraded Angular version to v9 (by mehmet-erim)
  • PR #​3691: Made listenToEscape method of ConfirmationService private (by mehmet-erim)
  • PR #​3685: Update document (by liangshiw)
  • PR #​3681: Added has method to DomInsertionService (by mehmet-erim)
  • PR #​3678: feat(core): add generatePassword utility function (by mehmet-erim)
  • PR #​3667: update Hangfire nuget to latest version 1.7.11 (by robsiera)
  • PR #​3666: fix unit tests (by liangshiw)
  • ISSUE #​3637: Redirect to home page when an invalid URL or missing document
  • ISSUE #​3618: Login "issues" (tenant)
  • ISSUE #​3616: Docs module cache problem
  • ISSUE #​3606: Add documentation for ConfirmationService
  • ISSUE #​3605: Add documentation for ToasterService
  • ISSUE #​3504: Use Angular Proxy Generator on the application development tutorial
  • ISSUE #​3305: Document how to add a element to the menu in Angular
  • PR #​3275: Add Angular 9 '@​Injectable()' to tutorials and book store sample. (by olicooper)
  • PR #​3245: Config auto api controller for Web.Unified and HttpApi.Host projects of the module template (by wakuflair)
  • ISSUE #​3149: Fix the circular dependency problem in ng-packs
  • ISSUE #​2804: Net.Sockets.SocketException

v2.6.2

Compare Source

2.6.2

v2.6.1

Compare Source

Breaking Changes
  • ISSUE #​3690: listenToEscape method of ConfirmationService should be made private
  • ISSUE #​3496: Add has method to DomInsertionService
Features
Enhancements
Bug Fixes
  • ISSUE #​3689: Angular UI module template is not working correctly
Others

v2.6.0

Compare Source

Breaking Changes
Features
  • PR #​3561: Implement validation for extra properties of the extensible objects (by hikalkan)
  • ISSUE #​3531: Create a generic service that can attach a component to root level
  • ISSUE #​3479: Implement validation for extra properties of the extensible objects
  • PR #​3348: Introducing DynamicProxyIgnoreTypes. (by maliming)
  • PR #​3057: Russian localization for the framework and all the modules (by romkij)
Enhancements
  • PR #​3649: Check that Document is not null in GetDescription method. (by maliming)
  • ISSUE #​3636: Add an option to skip error handling to forRoot method of ThemeShared
  • PR #​3619: Add select2-bootstrap-modal-patch.js to Select2ScriptContributor. (by maliming)
  • ISSUE #​3601: Enable ABP CLI to generate project from local template cache
  • PR #​3600: UPD Application on https://docs.abp.io/en/abp/latest/Startup-TemplateΓǪ (by 380086154)
  • PR #​3594: Make GetConventionalRegistrars method public. (by maliming)
  • ISSUE #​3585: Add DomInsertionService a Method for Removing Content
  • PR #​3577: Use IHostApplicationLifetime to manually terminate the console application. (by maliming)
  • ISSUE #​3574: DbMigrator never ends in a continuous deployment job
  • PR #​3571: Upgrade Swashbuckle.AspNetCore to v5.3.1 (by liangshiw)
  • ISSUE #​3566: Upgrade Swashbuckle.AspNetCore to v5.3.0
  • ISSUE #​3536: Angular 'apiUrl' in configurable json file
  • ISSUE #​3530: Attach toaster and confirmation components to app-root level
  • PR #​3526: Introducing AbpRemoteServiceApiDescriptionProvider (by maliming)
  • PR #​3508: Dynamic C# proxying enhancements for culture sensitive types. (by maliming)
  • ISSUE #​3495: The method of razor page should return IActionResult
  • PR #​3491: update IsRelational extension for EntityFramework (by WeihanLi)
  • PR #​3490: Enhance EntityHelper's TrySetId method. (by maliming)
  • ISSUE #​3472: Dynamic C# proxying enhancements for culture sensitive types
  • ISSUE #​3461: EntityHelper.TrySetId
  • PR #​3454: Add Quartz StartupDelay option (by olicooper)
  • ISSUE #​3425: Create enums for replaceable component keys
  • PR #​3424: Slovenian translations for Volo.Abp.UI (by leonkosak)
  • ISSUE #​3414: Make a stress / load testing for ABP Framework
  • ISSUE #​3362: Apply Entity Extension System for samples (using NuGet Packages)
  • ISSUE #​3197: Create a modal service to append a modal to the body
  • ISSUE #​3080: Angular Component Replacement Document enhancement
  • PR #​2659: #​214 authorization improvements (by mperk)
  • PR #​2414: resolve #​2385 fix mongo.exe dispose (by mehmetuken)
Bug Fixes
  • ISSUE #​3670: Docs module test failing
  • PR #​3581: Fix the problem of GetAllowedScopeNames method. (by maliming)
  • ISSUE #​3521: bundling module wrong if condition
Others
  • PR #​3674: Using test collections in DocumentRepository_Tests. (by maliming)
  • PR #​3672: Fix Github action. (by maliming)
  • ISSUE #​3671: Github action is not working(for net)
  • PR #​3665: Restore DeleteOrphansTiming value of ChangeTracker. (by maliming)
  • PR #​3655: Added a Utility Function to Create Options from Enums (by armanozak)
  • ISSUE #​3654: Add a Utility Function to Create Options from Enums
  • PR #​3652: Added an property named skipHandledErrorCodes to forRoot options of ThemeShared (by mehmet-erim)
  • PR #​3648: Fixed if condition in config plugin (by mehmet-erim)
  • PR #​3645: Replace the NuGet.Config file in the module template. (by maliming)
  • ISSUE #​3635: Cannot create package Volo.Abp.Cli.Core
  • ISSUE #​3627: abp template renderer doesn't work
  • ISSUE #​3620: Apply select2-bootstrap-modal-patch.js change to the projects
  • PR #​3617: Appended ConfirmationComponent and ToastContainerComponent to the body (by mehmet-erim)
  • ISSUE #​3614: Leave empty for date input when initial load in AbpTagHelper
  • ISSUE #​3613: Invalid character on char field in Abp Input TagHelper
  • PR #​3610: Add skipGetAppConfiguration property to forRoot options of CoreModule (by mehmet-erim)
  • ISSUE #​3609: Select2 is not working in opened modal by default
  • PR #​3607: Tag helper document for dynamic forms and form elements (by yekalkan)
  • PR #​3602: Document how to install and uninstall preview NPM packages (by mehmet-erim)
  • PR #​3592: docs: Added ExposeServices attribute. (by berkansasmaz)
  • PR #​3586: Added a Method for Removing Content to DomInsertionService (by armanozak)
  • PR #​3582: Improved LinkedList Documentation (by armanozak)
  • PR #​3579: Use IActionResult as the return value of the page method in the module. (by maliming)
  • ISSUE #​3578: An error code was found in the Volo.Abp.Account.Web.IdentityServer module
  • ISSUE #​3575: Update LinkedList documentation to reflect its move to @​abp/utils package
  • PR #​3556: Make docs module shortName unique (by liangshiw)
  • PR #​3552: Added a Modal Service to Project the Modal to Root Level (by armanozak)
  • PR #​3546: Extensible object manager docs (by hikalkan)
  • PR #​3544:

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant