@ng-formworks/bootstrap4 16.3.0 → 16.5.1

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.
Files changed (2) hide show
  1. package/README.md +4 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -5,15 +5,16 @@ This module is a dependency of the [ng-formworks project][npm_core_ver] and is m
5
5
 
6
6
  If you are unfamiliar with with the ng-formworks project, it is highly recommended to
7
7
  first have a look at the [@ng-formworks pages][npm_core_ver] for examples, demos, options and documentation.
8
+ Before installing also have a look at the Angular/ng-formworks [version compatibility table][npm_core_ver#versions]
8
9
 
9
10
  ```shell
10
- npm install @ng-formworks/core@latest @ng-formworks/cssframework@latest @ng-formworks/bootstrap4@latest
11
+ npm install @ng-formworks/core @ng-formworks/cssframework @ng-formworks/bootstrap4
11
12
  ```
12
13
 
13
14
  With YARN, run the following:
14
15
 
15
16
  ```shell
16
- yarn add @ng-formworks/core@latest @ng-formworks/cssframework@latest @ng-formworks/bootstrap4@latest
17
+ yarn add @ng-formworks/core @ng-formworks/cssframework @ng-formworks/bootstrap4
17
18
  ```
18
19
 
19
20
  Then import `Bootstrap4FrameworkModule` in your main application module if you want to use `bootstrap4` UI, like this:
@@ -231,3 +232,4 @@ Run `ng build @ng-formworks/bootstrap4` to build the project. The build artifact
231
232
  Run `ng test @ng-formworks/bootstrap4` to execute the unit tests via [Karma](https://karma-runner.github.io).
232
233
 
233
234
  [npm_core_ver]:https://www.npmjs.com/package/@ng-formworks/core
235
+ [npm_core_ver#versions]:https://www.npmjs.com/package/@ng-formworks/core#versions
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ng-formworks/bootstrap4",
3
- "version": "16.3.0",
3
+ "version": "16.5.1",
4
4
  "description": "Angular ng-formworks - JSON Schema Form builder using Bootstrap 4 UI",
5
5
  "author": "https://github.com/zahmo/ng-formworks/graphs/contributors",
6
6
  "keywords": [
@@ -40,8 +40,8 @@
40
40
  "private": false,
41
41
  "dependencies": {
42
42
  "lodash-es": "~4.17.21",
43
- "@ng-formworks/core": "~16.3.0",
44
- "@ng-formworks/cssframework": "~16.3.0",
43
+ "@ng-formworks/core": "~16.5.1",
44
+ "@ng-formworks/cssframework": "~16.5.1",
45
45
  "tslib": "^2.0.0"
46
46
  },
47
47
  "peerDependencies": {