Skip to content

Commit 62d2396

Browse files
authored
Merge pull request #600 from DigitalExcellence/feature/597-tags-first-version
Feature/597 tags first version
2 parents 66c7f30 + 995a994 commit 62d2396

37 files changed

+18660
-233
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

1010
### Added
1111

12+
- Added tags to DeX (add, display and edit functionality)- [#597](https://github.com/DigitalExcellence/dex-frontend/issues/597)
13+
1214
### Changed
1315

1416
### Deprecated

angular.json

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
"src/assets/styles/_buttons.scss",
5454
"src/assets/styles/_typography.scss",
5555
"src/assets/styles/_variables.scss",
56+
"src/assets/styles/_tags.scss",
5657
"./node_modules/quill/dist/quill.snow.css"
5758
],
5859
"stylePreprocessorOptions": {

0 commit comments

Comments
 (0)