@ng-formworks/daisyui 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,17 +5,18 @@ 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
  ## Getting started
10
11
 
11
12
  ```shell
12
- npm install @ng-formworks/core@latest @ng-formworks/cssframework@latest @ng-formworks/daisyui@latest
13
+ npm install @ng-formworks/core @ng-formworks/cssframework @ng-formworks/daisyui
13
14
  ```
14
15
 
15
16
  With YARN, run the following:
16
17
 
17
18
  ```shell
18
- yarn add @ng-formworks/core@latest @ng-formworks/cssframework@latest @ng-formworks/daisyui@latest
19
+ yarn add @ng-formworks/core @ng-formworks/cssframework @ng-formworks/daisyui
19
20
  ```
20
21
 
21
22
  Then import `DaisyUIFrameworkModule` in your main application module if you want to use `daisyui` UI, like this:
@@ -174,3 +175,4 @@ Run `ng build @ng-formworks/daisyui` to build the project. The build artifacts w
174
175
  Run `ng test @ng-formworks/daisyui` to execute the unit tests via [Karma](https://karma-runner.github.io).
175
176
 
176
177
  [npm_core_ver]:https://www.npmjs.com/package/@ng-formworks/core
178
+ [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/daisyui",
3
- "version": "18.0.0",
3
+ "version": "18.4.0",
4
4
  "description": "Angular ng-formworks - JSON Schema Form builder using DaisyUI",
5
5
  "author": "https://github.com/zahmo/ng-formworks/graphs/contributors",
6
6
  "keywords": [
@@ -48,8 +48,8 @@
48
48
  },
49
49
  "dependencies": {
50
50
  "tslib": "^2.7.0",
51
- "@ng-formworks/core": "~18.0.0",
52
- "@ng-formworks/cssframework": "~18.0.0"
51
+ "@ng-formworks/core": "~18.4.0",
52
+ "@ng-formworks/cssframework": "~18.4.0"
53
53
  },
54
54
  "sideEffects": false,
55
55
  "module": "fesm2022/ng-formworks-daisyui.mjs",