@angular-bootstrap/ngbootstrap 0.0.10 → 0.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -4
- package/package.json +28 -1
package/README.md
CHANGED
|
@@ -337,7 +337,3 @@ Recommended release flow:
|
|
|
337
337
|
- Run `npm version minor` or `npm version patch` to bump `package.json` and create the tag.
|
|
338
338
|
- Push the commit and tag: `git push origin main --tags`.
|
|
339
339
|
- GitHub Actions will build and publish that tagged version to npm.
|
|
340
|
-
|
|
341
|
-
## Keywords
|
|
342
|
-
|
|
343
|
-
Keywords: ngbootstrap, angular bootstrap, bootstrap 5, angular components, UI library, datagrid, data grid, table, pagination, stepper, wizard, splitter, resizable panes, tree view, typeahead, autocomplete, chips, tags input, drag and drop, dnd, accessibility, a11y, ARIA, reactive forms, standalone components.
|
package/package.json
CHANGED
|
@@ -1,10 +1,37 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular-bootstrap/ngbootstrap",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.11",
|
|
4
4
|
"description": "Angular UI library providing datagrid, drag-and-drop, pagination, stepper, splitter, typeahead and chips components with Bootstrap-friendly styling.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Harmeet Singh"
|
|
7
7
|
},
|
|
8
|
+
"keywords": [
|
|
9
|
+
"ngbootstrap",
|
|
10
|
+
"angular bootstrap",
|
|
11
|
+
"bootstrap 5",
|
|
12
|
+
"angular components",
|
|
13
|
+
"UI library",
|
|
14
|
+
"datagrid",
|
|
15
|
+
"data grid",
|
|
16
|
+
"table",
|
|
17
|
+
"pagination",
|
|
18
|
+
"stepper",
|
|
19
|
+
"wizard",
|
|
20
|
+
"splitter",
|
|
21
|
+
"resizable panes",
|
|
22
|
+
"tree view",
|
|
23
|
+
"typeahead",
|
|
24
|
+
"autocomplete",
|
|
25
|
+
"chips",
|
|
26
|
+
"tags input",
|
|
27
|
+
"drag and drop",
|
|
28
|
+
"dnd",
|
|
29
|
+
"accessibility",
|
|
30
|
+
"a11y",
|
|
31
|
+
"ARIA",
|
|
32
|
+
"reactive forms",
|
|
33
|
+
"standalone components."
|
|
34
|
+
],
|
|
8
35
|
"repository": {
|
|
9
36
|
"type": "git",
|
|
10
37
|
"url": "git+https://github.com/angular-bootstrap/ngbootstrap.git"
|