Skip to content

Commit

Permalink
Update Changelog and Fix default theme (#1433)
Browse files Browse the repository at this point in the history
* working on image carousel

* fixes #1423

* fixes #1417

* updates

* Update ThemeService.cs

remove duplicate cssMap line 260

* Fixes default theme & Update ChangeLog
  • Loading branch information
AlonGvili authored and adamdriscoll committed Jan 8, 2020
1 parent 45571cc commit 2b8016a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

- Added support for Set-UDElement, Remove-UDElement and Clear-UDElement events on New-UDCheckbox (#1368) by [BoSen29](https://github.com/BoSen29)
- Added support for UDTab load data when his the active tab (#1392, #1169) by [alongvili](https://github.com/alongvili)


### Added (Enterprise)
### Changed

- Extracted materialize from the core UD client libraries by [adamdriscoll](https://github.com/adamdriscoll)
- Fixed JavaScript error when loading page by [adamdriscoll](https://github.com/adamdriscoll)
- Updated tests to correctly validate #1404 by [adamdriscoll](https://github.com/adamdriscoll)
- Fix Set-UDClipboard doesn't work inside modals. (#1292) by [alongvili](https://github.com/alongvili)
- Fix Remove-UDElement on textbox doesn't remove label (#1378) by [alongvili](https://github.com/alongvili)
- Fix New-CarouselItem URL parameter not functioning (#1417) by [alongvili](https://github.com/alongvili)
- Fix UDMUChip -OnDelete parameter not working (#1423) by [alongvili](https://github.com/alongvili)
- Connection management now uses a ConcurrentDictionary rather than locks by [adamdriscoll](https://github.com/adamdriscoll)


### Changed (Enterprise)

- Changed how authorization policies are run by [adamdriscoll](https://github.com/adamdriscoll)
Expand Down
8 changes: 4 additions & 4 deletions src/UniversalDashboard/Themes/Default.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ $AlternativeBackgroundColor3 = $BackgroundColorBright
FontColor = $PrimaryFontColor
}

UDTable = @{
BackgroundColor = $PrimaryColor
FontColor = $AlternateFontColor
UDTable = @{
BackgroundColor = $AlternativeBackgroundColor3
FontColor = $PrimaryFontColor
}

UDGrid = @{
Expand Down Expand Up @@ -113,7 +113,7 @@ $AlternativeBackgroundColor3 = $BackgroundColorBright

UDImageCarouselIndicator = @{
Width = '10px'
Hieght = '10px'
Height = '10px'
}

UDImageCarouselIndicatorActive = @{
Expand Down

0 comments on commit 2b8016a

Please sign in to comment.