Skip to content

Commit df204aa

Browse files
Merge branch 'master' into feature/examples_search-filter
# Conflicts: # package-lock.json
2 parents fe953e1 + 3f2fb01 commit df204aa

File tree

72 files changed

+346
-1034
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+346
-1034
lines changed

CHANGELOG.md

+15-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
66

77
## [Unreleased] - yyyy-mm-dd
88
### Added
9-
- `datepicker` Added documentation.
9+
- `analytics` Added documentation.
10+
- `calendar` Added documentation.
11+
- `context` Added documentation.
12+
- `forms/auto-complete` Added documentation.
13+
- `forms/datepicker` Added documentation.
14+
- `forms/mask` Added documentation.
15+
- `forms/range-slider` Added documentation.
16+
- `forms/timepicker` Added documentation.
17+
- `forms/wysiwyg` Added documentation.
18+
- `layout/cookie-consent` Added documentation.
19+
- `layout/hero` Added documentation.
20+
- `layout/pane` Added documentation.
21+
- `layout/pane` Added documentation.
22+
- `selectable-list` Added documentation.
1023

1124

1225
## [1.0.3] - 2018-09-25
@@ -20,8 +33,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
2033
- `logo` Added documentation.
2134
- `localstorage` Added documentation.
2235
- `map` Added documentation.
23-
- `progress bar` Added documentation.
2436
- `pagination` Added documentation.
37+
- `progress-bar` Added documentation.
2538

2639
### Changed
2740
- `core` Improved build proces for submodules.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ npm install @acpaas-ui/ngx-components
3232
Edit styles.scss to import the branding look & feel.
3333

3434
```scss
35-
@import url("https://cdn.antwerpen.be/core_branding_scss/2.3.0/main.min.css");
35+
@import url("https://cdn.antwerpen.be/core_branding_scss/3.0.1/main.min.css");
3636
```
3737

3838
Then start using the components in your pages. Look at the component documentation below to learn how to use each component.

0 commit comments

Comments
 (0)