@ng-formworks/bootstrap3 18.0.0 → 18.4.0

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/bootstrap3@latest
11
+ npm install @ng-formworks/core @ng-formworks/cssframework @ng-formworks/bootstrap3
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/bootstrap3@latest
17
+ yarn add @ng-formworks/core @ng-formworks/cssframework @ng-formworks/bootstrap3
17
18
  ```
18
19
 
19
20
  Then import `Bootstrap3FrameworkModule` in your main application module if you want to use `bootstrap3` UI, like this:
@@ -242,3 +243,4 @@ Run `ng test @ng-formworks/bootstrap3` to execute the unit tests via [Karma](htt
242
243
  To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
243
244
 
244
245
  [npm_core_ver]:https://www.npmjs.com/package/@ng-formworks/core
246
+ [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/bootstrap3",
3
- "version": "18.0.0",
3
+ "version": "18.4.0",
4
4
  "description": "Angular ng-formworks - JSON Schema Form builder using Bootstrap 3 UI",
5
5
  "author": "https://github.com/zahmo/ng-formworks/graphs/contributors",
6
6
  "keywords": [
@@ -42,8 +42,8 @@
42
42
  "private": false,
43
43
  "dependencies": {
44
44
  "lodash-es": "~4.17.21",
45
- "@ng-formworks/core": "~18.0.0",
46
- "@ng-formworks/cssframework": "~18.0.0",
45
+ "@ng-formworks/core": "~18.4.0",
46
+ "@ng-formworks/cssframework": "~18.4.0",
47
47
  "tslib": "^2.7.0"
48
48
  },
49
49
  "peerDependencies": {