Skip to content

Commit bb18155

Browse files
author
unknown
committed
1.0.0-alpha-1
1 parent 7c1dbfc commit bb18155

File tree

531 files changed

+23410
-42082
lines changed

Some content is hidden

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

531 files changed

+23410
-42082
lines changed

.browserslistrc

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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+
# For the full list of supported browsers by the Angular framework, please see:
6+
# https://angular.io/guide/browser-support
7+
8+
# You can see what browsers were selected by your queries by running:
9+
# npx browserslist
10+
11+
last 1 Chrome version
12+
last 1 Firefox version
13+
last 2 Edge major versions
14+
last 2 Safari major versions
15+
last 2 iOS major versions
16+
Firefox ESR
17+
not IE 11 # Angular supports IE 11 only as an opt-in. To opt-in, remove the 'not' prefix on this line.

.editorconfig

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Editor configuration, see https://editorconfig.org
2+
root = true
3+
4+
[*]
5+
charset = utf-8
6+
indent_style = space
7+
indent_size = 2
8+
insert_final_newline = true
9+
trim_trailing_whitespace = true
10+
11+
[*.ts]
12+
quote_type = single
13+
14+
[*.md]
15+
max_line_length = off
16+
trim_trailing_whitespace = false

.gitignore

Lines changed: 46 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,46 @@
1-
node_modules
2-
dist
3-
.idea
1+
# See http://help.github.com/ignore-files/ for more about ignoring files.
2+
3+
# compiled output
4+
/dist
5+
/tmp
6+
/out-tsc
7+
# Only exists if Bazel was run
8+
/bazel-out
9+
10+
# dependencies
11+
/node_modules
12+
13+
# profiling files
14+
chrome-profiler-events*.json
15+
speed-measure-plugin*.json
16+
17+
# IDEs and editors
18+
/.idea
19+
.project
20+
.classpath
21+
.c9/
22+
*.launch
23+
.settings/
24+
*.sublime-workspace
25+
26+
# IDE - VSCode
27+
.vscode/*
28+
!.vscode/settings.json
29+
!.vscode/tasks.json
30+
!.vscode/launch.json
31+
!.vscode/extensions.json
32+
.history/*
33+
34+
# misc
35+
/.sass-cache
36+
/connect.lock
37+
/coverage
38+
/libpeerconnection.log
39+
npm-debug.log
40+
yarn-error.log
41+
testem.log
42+
/typings
43+
44+
# System Files
45+
.DS_Store
46+
Thumbs.db

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
## 1.0.0-alpha1 (11.01.2021)
2+
3+
The initial release of MDB 5 Angular Alpha 1.
4+
5+
### New components:
6+
7+
- [Badges](https://mdbootstrap.com/docs/b5/angular/components/badges/)
8+
- [Buttons](https://mdbootstrap.com/docs/b5/angular/components/buttons/)
9+
- [Button Group](https://mdbootstrap.com/docs/b5/angular/components/button-group/)
10+
- [Cards](https://mdbootstrap.com/docs/b5/angular/components/cards/)
11+
- [Collapse](https://mdbootstrap.com/docs/b5/angular/components/collapse/)
12+
- [List Group](https://mdbootstrap.com/docs/b5/angular/components/list-group/)
13+
- [Progress](https://mdbootstrap.com/docs/b5/angular/components/progress/)
14+
- [Spinners](https://mdbootstrap.com/docs/b5/angular/components/spinners/)
15+
- [Tables](https://mdbootstrap.com/docs/b5/angular/data/tables/)
16+
- [Breadcrumb](https://mdbootstrap.com/docs/b5/angular/navigation/breadcrumb/)
17+
- [Footer](https://mdbootstrap.com/docs/b5/angular/navigation/footer/)
18+
- [Headers](https://mdbootstrap.com/docs/b5/angular/navigation/headers/)
19+
- [Navbar](https://mdbootstrap.com/docs/b5/angular/navigation/navbar/)
20+
- [Pagination](https://mdbootstrap.com/docs/b5/angular/navigation/pagination/)
21+
22+
### New sections:
23+
24+
- Layout
25+
- Utilities
26+
- Content & styles

CODE_OF_CONDUCT.md

Lines changed: 0 additions & 39 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 0 additions & 53 deletions
This file was deleted.

Free Backend Setup.url

Lines changed: 0 additions & 5 deletions
This file was deleted.

ISSUE_TEMPLATE.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)