Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Liquid-JS/nxt-components
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v16.0.0-alpha.0
Choose a base ref
...
head repository: Liquid-JS/nxt-components
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v16.0.0-alpha.1
Choose a head ref
  • 5 commits
  • 35 files changed
  • 1 contributor

Commits on Mar 20, 2023

  1. chore: docs

    HitkoDev committed Mar 20, 2023
    Copy the full SHA
    b787b85 View commit details
  2. fix: docs link

    HitkoDev committed Mar 20, 2023
    Copy the full SHA
    ff441bd View commit details
  3. ci: docs 404

    HitkoDev committed Mar 20, 2023
    Copy the full SHA
    c93e198 View commit details
  4. docs: demo spa 404

    HitkoDev committed Mar 20, 2023
    Copy the full SHA
    c21b373 View commit details
  5. v16.0.0-alpha.1

    HitkoDev committed Mar 20, 2023
    Copy the full SHA
    6c57fc1 View commit details
Showing with 136 additions and 31 deletions.
  1. +11 −0 CHANGELOG.md
  2. +1 −1 lerna.json
  3. +3 −1 package.json
  4. +11 −0 packages/color-picker/CHANGELOG.md
  5. +1 −1 packages/color-picker/README.md
  6. +1 −1 packages/color-picker/package.json
  7. +11 −0 packages/demo/CHANGELOG.md
  8. +1 −1 packages/demo/package.json
  9. +6 −6 packages/demo/src/app/app.component.ts
  10. +1 −1 packages/demo/src/app/color-picker/color-picker/color-picker.component.html
  11. +1 −1 packages/demo/src/app/dropzone-wrapper/dropzone-wrapper/dropzone-wrapper.component.html
  12. +1 −1 packages/demo/src/app/flags/flags/flags.component.html
  13. +2 −2 packages/demo/src/app/json-view/documentation.json
  14. +1 −1 packages/demo/src/app/json-view/json-view/json-view.component.html
  15. +1 −1 packages/demo/src/app/pick-datetime/pick-datetime/pick-datetime.component.html
  16. +1 −1 packages/demo/src/app/sortablejs/demos/demos.component.html
  17. +1 −1 packages/demo/src/app/sortablejs/sortablejs/sortablejs.component.html
  18. +11 −0 packages/dropzone-wrapper/CHANGELOG.md
  19. +1 −1 packages/dropzone-wrapper/README.md
  20. +1 −1 packages/dropzone-wrapper/package.json
  21. +11 −0 packages/flags/CHANGELOG.md
  22. +1 −1 packages/flags/README.md
  23. +1 −1 packages/flags/package.json
  24. +11 −0 packages/json-view/CHANGELOG.md
  25. +1 −1 packages/json-view/README.md
  26. +1 −1 packages/json-view/package.json
  27. +11 −0 packages/pick-datetime/CHANGELOG.md
  28. +1 −1 packages/pick-datetime/README.md
  29. +1 −1 packages/pick-datetime/package.json
  30. +11 −0 packages/sortablejs/CHANGELOG.md
  31. +1 −1 packages/sortablejs/README.md
  32. +1 −1 packages/sortablejs/package.json
  33. +11 −0 scripts/add-404.ts
  34. +3 −0 scripts/package.json
  35. +2 −1 yarn.lock
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [16.0.0-alpha.1](https://github.com/Liquid-JS/nxt-components/compare/v16.0.0-alpha.0...v16.0.0-alpha.1) (2023-03-20)


### Bug Fixes

* docs link ([ff441bd](https://github.com/Liquid-JS/nxt-components/commit/ff441bd6939654f8bbab655da891be08629cc36d))





# [16.0.0-alpha.0](https://github.com/Liquid-JS/nxt-components/compare/v15.0.1...v16.0.0-alpha.0) (2023-03-20)


2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "16.0.0-alpha.0",
"version": "16.0.0-alpha.1",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -23,7 +23,8 @@
"lint:sass": "yarn workspaces foreach run lint:sass",
"lint:sass:fix": "yarn workspaces foreach run lint:sass:fix",
"docs": "yarn workspaces foreach run docs && yarn workspaces foreach run docs:json",
"pages": "rimraf docs && yarn docs && yarn build:demo --base-href /nxt-components/demo/ && ngh --dir docs"
"pages": "rimraf docs && yarn docs && yarn build:demo --base-href /nxt-components/demo/ && yarn scripts:add404 && ngh --dir docs",
"scripts:add404": "node --loader ts-node/esm scripts/add-404.ts"
},
"dependencies": {
"@angular/animations": "^15.2.3",
@@ -87,6 +88,7 @@
"rimraf": "^4.4.0",
"stylelint": "<15.0.0",
"stylelint-config-standard-scss": "<7.0.0",
"ts-node": "^10.9.1",
"typedoc": "^0.23.28",
"typescript": ">=4.9 <4.10"
},
11 changes: 11 additions & 0 deletions packages/color-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [16.0.0-alpha.1](https://github.com/Liquid-JS/nxt-components/compare/v16.0.0-alpha.0...v16.0.0-alpha.1) (2023-03-20)


### Bug Fixes

* docs link ([ff441bd](https://github.com/Liquid-JS/nxt-components/commit/ff441bd6939654f8bbab655da891be08629cc36d))





# [16.0.0-alpha.0](https://github.com/Liquid-JS/nxt-components/compare/v15.0.1...v16.0.0-alpha.0) (2023-03-20)


2 changes: 1 addition & 1 deletion packages/color-picker/README.md
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ A color picker widget for Angular with no dependencies.

- [Demo](https://liquid-js.github.io/nxt-components/demo/color-picker)
- [Getting started](https://liquid-js.github.io/nxt-components/demo/color-picker/getting-started)
- [API docs](https://liquid-js.github.io/nxt-components/docs/nxt-color-picker)
- [API docs](https://liquid-js.github.io/nxt-components/nxt-color-picker)

### Installing

2 changes: 1 addition & 1 deletion packages/color-picker/package.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"name": "nxt-color-picker",
"description": "Color picker widget for Angular",
"bugs": "https://github.com/Liquid-JS/nxt-components/issues",
"version": "16.0.0-alpha.0",
"version": "16.0.0-alpha.1",
"license": "MIT",
"repository": "https://github.com/Liquid-JS/nxt-components.git",
"homepage": "https://github.com/Liquid-JS/nxt-components/tree/master/packages/color-picker",
11 changes: 11 additions & 0 deletions packages/demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [16.0.0-alpha.1](https://github.com/Liquid-JS/nxt-components/compare/v16.0.0-alpha.0...v16.0.0-alpha.1) (2023-03-20)


### Bug Fixes

* docs link ([ff441bd](https://github.com/Liquid-JS/nxt-components/commit/ff441bd6939654f8bbab655da891be08629cc36d))





# [16.0.0-alpha.0](https://github.com/Liquid-JS/nxt-components/compare/v15.0.1...v16.0.0-alpha.0) (2023-03-20)


2 changes: 1 addition & 1 deletion packages/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo",
"version": "16.0.0-alpha.0",
"version": "16.0.0-alpha.1",
"license": "MIT",
"repository": "https://github.com/Liquid-JS/nxt-components.git",
"private": true,
12 changes: 6 additions & 6 deletions packages/demo/src/app/app.component.ts
Original file line number Diff line number Diff line change
@@ -58,7 +58,7 @@ export class AppComponent {
},
{
label: 'API docs',
url: 'https://liquid-js.github.io/nxt-components/docs/nxt-color-picker'
url: 'https://liquid-js.github.io/nxt-components/nxt-color-picker'
}
]
},
@@ -72,7 +72,7 @@ export class AppComponent {
},
{
label: 'API docs',
url: 'https://liquid-js.github.io/nxt-components/docs/nxt-dropzone-wrapper'
url: 'https://liquid-js.github.io/nxt-components/nxt-dropzone-wrapper'
},
{
label: 'Dropzone documentation',
@@ -90,7 +90,7 @@ export class AppComponent {
},
{
label: 'API docs',
url: 'https://liquid-js.github.io/nxt-components/docs/nxt-flags'
url: 'https://liquid-js.github.io/nxt-components/nxt-flags'
}
]
},
@@ -104,7 +104,7 @@ export class AppComponent {
},
{
label: 'API docs',
url: 'https://liquid-js.github.io/nxt-components/docs/nxt-json-view'
url: 'https://liquid-js.github.io/nxt-components/nxt-json-view'
}
]
},
@@ -130,7 +130,7 @@ export class AppComponent {
},
{
label: 'API docs',
url: 'https://liquid-js.github.io/nxt-components/docs/nxt-pick-datetime'
url: 'https://liquid-js.github.io/nxt-components/nxt-pick-datetime'
}
]
},
@@ -144,7 +144,7 @@ export class AppComponent {
},
{
label: 'API docs',
url: 'https://liquid-js.github.io/nxt-components/docs/nxt-sortablejs'
url: 'https://liquid-js.github.io/nxt-components/nxt-sortablejs'
}
]
}
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ <h1>Angular color picker</h1>

<ul>
<li><a [routerLink]="'./getting-started'"><strong>Getting started</strong></a></li>
<li><a href="https://liquid-js.github.io/nxt-components/docs/nxt-color-picker"><strong>API docs</strong></a></li>
<li><a href="https://liquid-js.github.io/nxt-components/nxt-color-picker"><strong>API docs</strong></a></li>
</ul>
<br>

Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ <h1>Angular Dropzone wrapper</h1>

<ul>
<li><a [routerLink]="'./getting-started'"><strong>Getting started</strong></a></li>
<li><a href="https://liquid-js.github.io/nxt-components/docs/nxt-dropzone-wrapper"><strong>API docs</strong></a></li>
<li><a href="https://liquid-js.github.io/nxt-components/nxt-dropzone-wrapper"><strong>API docs</strong></a></li>
<li><a href="https://docs.dropzone.dev/configuration/basics/configuration-options"><strong>Dropzone documentation</strong></a></li>
</ul>

2 changes: 1 addition & 1 deletion packages/demo/src/app/flags/flags/flags.component.html
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ <h1>Angular country flags</h1>

<ul>
<li><a [routerLink]="'./getting-started'"><strong>Getting started</strong></a></li>
<li><a href="https://liquid-js.github.io/nxt-components/docs/nxt-flags"><strong>API docs</strong></a></li>
<li><a href="https://liquid-js.github.io/nxt-components/nxt-flags"><strong>API docs</strong></a></li>
</ul>

<app-example *ngFor="let example of examples | async; trackBy exampleTrackBy; index as i"
4 changes: 2 additions & 2 deletions packages/demo/src/app/json-view/documentation.json
Original file line number Diff line number Diff line change
@@ -3,15 +3,15 @@
"interfaces": [
{
"name": "LevelLabels",
"id": "interface-LevelLabels-5b4a265617bc7cb727510602e82a1ec16c08725540b2ebe9ba67fa533594e80490594437becc9f495aac065a3e2ec704744949974e087938e9356e013f5c369c",
"id": "interface-LevelLabels-b3bf53d2b0a9e1ab8e0207c39f8d242961d91431b8822f4821f4b37a58f8dae6dde7878085d361cf4f67915f11c2858eba6f7ac8d9a0615ee59b47790fd5d8ca",
"file": "src/lib/utils/interfaces.ts",
"deprecated": false,
"deprecationMessage": "",
"type": "interface",
"properties": [],
"indexSignatures": [
{
"id": "index-declaration-5b4a265617bc7cb727510602e82a1ec16c08725540b2ebe9ba67fa533594e80490594437becc9f495aac065a3e2ec704744949974e087938e9356e013f5c369c",
"id": "index-declaration-b3bf53d2b0a9e1ab8e0207c39f8d242961d91431b8822f4821f4b37a58f8dae6dde7878085d361cf4f67915f11c2858eba6f7ac8d9a0615ee59b47790fd5d8ca",
"args": [
{
"name": "level",
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ <h1>Angular JSON viewer</h1>

<ul>
<li><a [routerLink]="'./getting-started'"><strong>Getting started</strong></a></li>
<li><a href="https://liquid-js.github.io/nxt-components/docs/nxt-json-view"><strong>API docs</strong></a></li>
<li><a href="https://liquid-js.github.io/nxt-components/nxt-json-view"><strong>API docs</strong></a></li>
</ul>
<br>

Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ <h1>Angular date & time picker</h1>
<li><a [routerLink]="'./accessibility'"><strong>Accessibility</strong></a></li>
<li><a [routerLink]="'./validation'"><strong>Validation</strong></a></li>
<li><a [routerLink]="'./custom-adapter'"><strong>Custom date adapter</strong></a></li>
<li><a href="https://liquid-js.github.io/nxt-components/docs/nxt-pick-datetime"><strong>API docs</strong></a></li>
<li><a href="https://liquid-js.github.io/nxt-components/nxt-pick-datetime"><strong>API docs</strong></a></li>
</ul>
<br>

Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ <h1>Angular date & time picker</h1>
<li><a [routerLink]="'./accessibility'"><strong>Accessibility</strong></a></li>
<li><a [routerLink]="'./validation'"><strong>Validation</strong></a></li>
<li><a [routerLink]="'./custom-adapter'"><strong>Custom date adapter</strong></a></li>
<li><a href="https://liquid-js.github.io/nxt-components/docs/nxt-sortablejs"><strong>API docs</strong></a></li>
<li><a href="https://liquid-js.github.io/nxt-components/nxt-sortablejs"><strong>API docs</strong></a></li>
</ul>
<br>

Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ <h1>Angular Sortablejs directive</h1>

<ul>
<li><a [routerLink]="'./getting-started'"><strong>Getting started</strong></a></li>
<li><a href="https://liquid-js.github.io/nxt-components/docs/nxt-sortablejs"><strong>API docs</strong></a></li>
<li><a href="https://liquid-js.github.io/nxt-components/nxt-sortablejs"><strong>API docs</strong></a></li>
</ul>
<br>

11 changes: 11 additions & 0 deletions packages/dropzone-wrapper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [16.0.0-alpha.1](https://github.com/Liquid-JS/nxt-components/compare/v16.0.0-alpha.0...v16.0.0-alpha.1) (2023-03-20)


### Bug Fixes

* docs link ([ff441bd](https://github.com/Liquid-JS/nxt-components/commit/ff441bd6939654f8bbab655da891be08629cc36d))





# [16.0.0-alpha.0](https://github.com/Liquid-JS/nxt-components/compare/v15.0.1...v16.0.0-alpha.0) (2023-03-20)


2 changes: 1 addition & 1 deletion packages/dropzone-wrapper/README.md
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ This is an Angular wrapper library for the [Dropzone](http://www.dropzonejs.com/

- [Demo](https://liquid-js.github.io/nxt-components/demo/dropzone-wrapper)
- [Getting started](https://liquid-js.github.io/nxt-components/demo/dropzone-wrapper/getting-started)
- [API docs](https://liquid-js.github.io/nxt-components/docs/nxt-dropzone-wrapper)
- [API docs](https://liquid-js.github.io/nxt-components/nxt-dropzone-wrapper)
- [Dropzone documentation](https://docs.dropzone.dev/configuration/basics/configuration-options)

### Installing
2 changes: 1 addition & 1 deletion packages/dropzone-wrapper/package.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"name": "nxt-dropzone-wrapper",
"description": "Angular wrapper library for Dropzone",
"bugs": "https://github.com/Liquid-JS/nxt-components/issues",
"version": "16.0.0-alpha.0",
"version": "16.0.0-alpha.1",
"license": "MIT",
"repository": "https://github.com/Liquid-JS/nxt-components.git",
"homepage": "https://github.com/Liquid-JS/nxt-components/tree/master/packages/dropzone-wrapper",
11 changes: 11 additions & 0 deletions packages/flags/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [16.0.0-alpha.1](https://github.com/Liquid-JS/nxt-components/compare/v16.0.0-alpha.0...v16.0.0-alpha.1) (2023-03-20)


### Bug Fixes

* docs link ([ff441bd](https://github.com/Liquid-JS/nxt-components/commit/ff441bd6939654f8bbab655da891be08629cc36d))





# [16.0.0-alpha.0](https://github.com/Liquid-JS/nxt-components/compare/v15.0.1...v16.0.0-alpha.0) (2023-03-20)

**Note:** Version bump only for package nxt-flags
2 changes: 1 addition & 1 deletion packages/flags/README.md
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ Angular component to show flags based on country ISO code.

- [Demo](https://liquid-js.github.io/nxt-components/demo/flags)
- [Getting started](https://liquid-js.github.io/nxt-components/demo/flags/getting-started)
- [API docs](https://liquid-js.github.io/nxt-components/docs/nxt-flags)
- [API docs](https://liquid-js.github.io/nxt-components/nxt-flags)

### Installing

2 changes: 1 addition & 1 deletion packages/flags/package.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"name": "nxt-flags",
"description": "Angular component to show country flags.",
"bugs": "https://github.com/Liquid-JS/nxt-components/issues",
"version": "16.0.0-alpha.0",
"version": "16.0.0-alpha.1",
"license": "MIT",
"repository": "https://github.com/Liquid-JS/nxt-components.git",
"homepage": "https://github.com/Liquid-JS/nxt-components/tree/master/packages/flags",
11 changes: 11 additions & 0 deletions packages/json-view/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [16.0.0-alpha.1](https://github.com/Liquid-JS/nxt-components/compare/v16.0.0-alpha.0...v16.0.0-alpha.1) (2023-03-20)


### Bug Fixes

* docs link ([ff441bd](https://github.com/Liquid-JS/nxt-components/commit/ff441bd6939654f8bbab655da891be08629cc36d))





# [16.0.0-alpha.0](https://github.com/Liquid-JS/nxt-components/compare/v15.0.1...v16.0.0-alpha.0) (2023-03-20)


2 changes: 1 addition & 1 deletion packages/json-view/README.md
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ An interactive JSON view component for Angular.

- [Demo](https://liquid-js.github.io/nxt-components/demo/json-view)
- [Getting started](https://liquid-js.github.io/nxt-components/demo/json-view/getting-started)
- [API docs](https://liquid-js.github.io/nxt-components/docs/nxt-json-view)
- [API docs](https://liquid-js.github.io/nxt-components/nxt-json-view)

### Installing

2 changes: 1 addition & 1 deletion packages/json-view/package.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"name": "nxt-json-view",
"description": "Angular component for interactive json view.",
"bugs": "https://github.com/Liquid-JS/nxt-components/issues",
"version": "16.0.0-alpha.0",
"version": "16.0.0-alpha.1",
"license": "MIT",
"repository": "https://github.com/Liquid-JS/nxt-components.git",
"homepage": "https://github.com/Liquid-JS/nxt-components/tree/master/packages/json-view",
11 changes: 11 additions & 0 deletions packages/pick-datetime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [16.0.0-alpha.1](https://github.com/Liquid-JS/nxt-components/compare/v16.0.0-alpha.0...v16.0.0-alpha.1) (2023-03-20)


### Bug Fixes

* docs link ([ff441bd](https://github.com/Liquid-JS/nxt-components/commit/ff441bd6939654f8bbab655da891be08629cc36d))





# [16.0.0-alpha.0](https://github.com/Liquid-JS/nxt-components/compare/v15.0.1...v16.0.0-alpha.0) (2023-03-20)


2 changes: 1 addition & 1 deletion packages/pick-datetime/README.md
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ Simple responsive Angular date and time picker.
- [Accessibility](https://liquid-js.github.io/nxt-components/demo/pick-datetime/accessibility)
- [Validation](https://liquid-js.github.io/nxt-components/demo/pick-datetime/validation)
- [Custom date adapter](https://liquid-js.github.io/nxt-components/demo/pick-datetime/custom-adapter)
- [API docs](https://liquid-js.github.io/nxt-components/docs/nxt-pick-datetime)
- [API docs](https://liquid-js.github.io/nxt-components/nxt-pick-datetime)

### Installing

2 changes: 1 addition & 1 deletion packages/pick-datetime/package.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"name": "nxt-pick-datetime",
"description": "Date time picker for Angular",
"bugs": "https://github.com/Liquid-JS/nxt-components/issues",
"version": "16.0.0-alpha.0",
"version": "16.0.0-alpha.1",
"license": "MIT",
"repository": "https://github.com/Liquid-JS/nxt-components.git",
"homepage": "https://github.com/Liquid-JS/nxt-components/tree/master/packages/pick-datetime",
Loading