Skip to content

Commit 47f313f

Browse files
author
Philipp Gürtler
authored
Update to Angular 8 (#252)
* Migrate rxjs & run ng update * Replace /ng-deep/ with ::ng-deep * Fix TS errors * Fix translation pipe * Disable monitoring in mesh script * Change README.md * Add changelog
1 parent 8aae39f commit 47f313f

File tree

131 files changed

+5431
-2997
lines changed

Some content is hidden

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

131 files changed

+5431
-2997
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
### Changed
9+
- Update to Angular 8
10+
11+
## [1.0.0] - 2019-10-03
12+
- Public release

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
# MeshUI
22

3-
The new UI for [Gentics Mesh](https://getmesh.io). Currently under construction.
4-
5-
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.6.3.
3+
The UI for [Gentics Mesh](https://getmesh.io).
64

75
## Development
86

97
1. `$ git clone [email protected]:gentics/mesh-ui.git`
108
2. `$ git checkout develop`
119
3. `$ npm ci`
1210
4. `$ npm start`
13-
5. Download and run the Mesh Demo: https://getmesh.io/Download
11+
5. Download and run the Mesh Demo: https://getmesh.io/Download OR you can run `npm run mesh` if you have docker installed.
1412
6. Open `http://localhost:4200` in a browser.
1513

1614
## Testing

browserslist

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# This file is used by the build system to adjust CSS and JS output to support the specified browsers below.
2+
# For additional information regarding the format and rule options, please see:
3+
# https://github.com/browserslist/browserslist#queries
4+
5+
# You can see what browsers were selected by your queries by running:
6+
# npx browserslist
7+
8+
> 0.5%
9+
last 2 versions
10+
Firefox ESR
11+
not dead
12+
not IE 9-11 # For IE 9-11 support, remove 'not'.

0 commit comments

Comments
 (0)