All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased v1.0.0
Released v0.14.0
- Update dependencies
Released v0.13.0
- Update dependencies
- Update dependencies
Released v0.12.0
- SCSS
/
operator was replaced bymath.div
Released v0.12.0-next
sdk-theme
attribute now issdkTheme
- Updated radio, input, select offset styles.
- Few tests changed.
- Updated Angular to v13
Released v0.11.0
- Updated dependencies
- prepared nav-menu demo example
- prepared nav-menu demo example
Released v0.10.0
TabGroupComponent
as parent for tabs
and nav-tabs
Images for nav-tabs
demo
sdk-tab-group
ExpressionChangedAfterItHasBeenCheckedError
Duplicate code from nav-tabs
and tabs
Released v0.9.7
sdk-tab-group
now works with dynamically added/changed list elements
web:
- popup service api documentation
Carousel
demo
- api table updated to handle methods description and their arguments
- alerts and dialog services demos
Released v0.9.6
web:
Dropdown
directive demo- theming guide updated, prepared global theme updating method
ngx-slice-kit:
Dropdown directive
can't be "multi" anymore
ngx-slice-kit:
ThemeService
theme update method
web:
Autocomplete
demoSelect
demo
ngx-slice-kit:
Autocomplete
can't be "multi" anymore- remove tests with
multi
prop fromautocomplete
tests
ngx-slice-kit:
.sdk-caption
color: --base-a40
Released v0.9.5
web:
- enhanced theme palette guide
- guide theme palette updater
- sanitized url for Sidenav and DemoExample components
input
demos
ngx-slice-kit:
- HexToRgba theme method
ThemeService
public interfaces expanded and updated
ngx-slice-kit:
- theme model color handling updated
slice-kit:
- access modifiers for
AlertService
methods AlertOptions
action property is false by default
web:
- alert demos
web:
- pagination component demo
- progress component demo
- slider component demo
- sidenav component demo
- demo component stackblitz url
web:
- updated theming guide
- resources updated
Released v0.9.3
slice-kit:
-Tabs
tab left/right padding is 16px
-Tabs
content padding is 0px
slice-kit:
- Error color for
textarea
error caption
web:
- examples for tooltip and popup (refers to #32)
- demos for divider, checkbox, dialog, icons and segmented buttons, refers to #32 and #148
web:
- toggle component demo enhanced
- color guide moved to theming
- update guide styling
ApiDefinitionsGroup
model added
web:
- some source code namings
slice-kit:
- input error caption and icon colors
- tooltip directive shadow color
web:
- buttons demo
slice-kit:
- theme dark background & regular-text colors
- button shadows with dark theme is black now
base-button
andstroked-button
has background by hover
slice-kit:
- several tests for
radio
/checkbox
/input
/textarea
/progress
/toggle
/slider
/popup
web:
lib-code-snippet
component for code highlighted examples
- adaptive view for demos, closes #169
Released v0.9.0
web:
- updated demo component
- demo component copy snippet method
- textarea demo
slice-kit:
Icon-button
completely round button
slice-kit:
Round-button
is now not completely round, but has rounded edges- peer dependencies up to 11.2
slice-kit:
Raised-button
now has shadowssdk-tabs-group
change detectionsdk-tab
can work with *ngFor nowsdk-divider
color
web:
ApiDefinition
andDemoExample
models
engine-kit:
sdk-button
legacy references
web:
- unnecessary test components
web:
- murhafsousli/ngx-highlightjs package usage to code highlighting, highlight.js included
engine-kit:
- sdk-buttons unexpected animation
Released v0.8.0
engine-kit:
- text color variables for theme palettes with suffix
-text
- GitHub workflows for npm package and gcr image
web:
- ngx-cookie package installed, as well
"ngx-cookie-backend"
for SSR supporting
- ❕IMPORTANT: Angular version updated up to 11.2.8
- ❗BREAKING:
sdk-button
tag was changed tosdk-base-button
to make color handling more easy
- buttons color usage
- segmented buttons background color
ngx-cookie-universal
package usage
- colors for
dots
/carousel
/dropdowns
/select
/autocomplete
/tab-group
/alert
/tooltip
/slider
/progress
- dropdown declaration error
icons
insidenav
- hover/active colors in
sidenav
- colors for
input
/textarea
/toggle
/tabs
/nav-tabs
/radio
/checkbox
components
carousel.component
tests
carousel.component
tests
- Change
setInterval
incarousel.component
toRxJs streams
theme.directive
tests
theme.service
tests
layout-service
testLoading.(directive/service/component)
tests
slider.component
tests
- theme color palette regenerated and does not uses alpha color anymore
ngx-slice-kit:
- implemented new color palette for #80 issue
- background and color default body variables
- few more components tests
ngx-slice-kit:
- now
placeholder
forinput
/textarea
/select
/autocomplete
components is empty by default textarea
component hasresizable
input property now, to forbid resize possibility
ngx-slice-kit:
- public api imports to prevent errors like:
Unsupported private class LoadingModule. This class is visible to consumers via SliceKitModule -> LayoutModule -> LoadingModule, but is not exported from the top-level library entrypoint.
ngx-slice-kit:
- Now you can add attr
required
without value (like false/true) to set it as true forautocomplete
/select
/input
/textarea
components.
ngx-slice-kit:
- Formatted core module
progress.component
tests.- closed #34
- closed #31
ngx-slice-kit:
- removed tooltip component unexpected debug log
Checkbox
andRadio
components do not have margin anymore if they do not contain text.
web:
- closed #73
layout-control.service
add some testsdots.component
testspagination.component
tests
dots.component
fix dots generation moment and click handler
tooltip.directive
tests
dialog.service
testsdialog.component
testsnavigation-scroll.directive
tests
popup.service
testspopup.component
tests
alert.component
testsalerts.component
testsalert.service
tests
tab
component teststabs
component tests
nav-tabs
component tests
Fix scroll issue in tabs
component
Released v0.7.0
- Update Angular version up to 11.2.3 (issue #47)
Released v0.6.5
- nav-tabs: replace
div
tags toa
tags - nav-tabs: replace navigation by
click handler
torouterLink
- nav-tabs: fixed bug when navigation to route with tab from tab outlet was incorrect
Released v0.6.5
- test #1
- popup message line breaking closes #1
Released v0.6.4
- updated Angular
core
andcli
versions up to latest 11.1+ closes #3