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: valor-software/ng2-dragula
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.0
Choose a base ref
...
head repository: valor-software/ng2-dragula
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.2.0
Choose a head ref
  • 5 commits
  • 7 files changed
  • 1 contributor

Commits on Dec 7, 2022

  1. 3.1.0

    SvetlanaMuravlova committed Dec 7, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    7b52770 View commit details
  2. fixed npm files

    SvetlanaMuravlova committed Dec 7, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    ba2f895 View commit details
  3. Copy the full SHA
    82c871d View commit details

Commits on Dec 8, 2022

  1. Copy the full SHA
    b773c8c View commit details
  2. 3.2.0

    SvetlanaMuravlova committed Dec 8, 2022
    Copy the full SHA
    4cb481e View commit details
Showing with 58 additions and 79 deletions.
  1. +1 −1 .github/workflows/on-release.yml
  2. +0 −66 .npmignore
  3. +1 −0 .npmrc
  4. +52 −0 CHANGELOG.md
  5. +2 −10 libs/ng2-dragula/package.json
  6. +1 −1 package-lock.json
  7. +1 −1 package.json
2 changes: 1 addition & 1 deletion .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
@@ -50,7 +50,7 @@ jobs:
path: dist
key: dist-${{ github.run_id }}
- run: |
npx nx build ng2-dragula --configuration productionn
npx nx build ng2-dragula --configuration production
npx nx build demo --configuration production
# update release notes in github
update_release_draft:
66 changes: 0 additions & 66 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,66 +0,0 @@
# Logs
logs
*.log

# Runtime data
pids
*.pid
*.seed

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directory
# Commenting this out is preferred by some people, see
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git-
node_modules

# Users Environment Variables
.lock-wscript
.tsdrc

#IntelliJ configuration files
.idea

dist
dev
docs
lib
test
tmp

Thumbs.db
.DS_Store

*.ts
!*.d.ts

src/app/example*
src/public
typings
*_spec.*
CONTRIBUTING.md
gulpfile.ts
favicon.ico
karma-shim.js
karma.conf.js
make.js
protractor.conf.js
test-main.js
tsconfig.json
tslint.json
typedoc.json
typings.json
webpack.config.js
*.yml
.jshintrc
.editorconfig
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
save-exact = true
52 changes: 52 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,55 @@
# [3.2.0](https://github.com/valor-software/ng2-dragula/compare/v2.1.1...v3.2.0) (2022-12-08)


### Bug Fixes

* **chore:** added publish config to package.json file ([1afbdbc](https://github.com/valor-software/ng2-dragula/commit/1afbdbcc240797c406b87e51806cbf9dfd6c1db3))
* **chore:** changed npm files ([82c871d](https://github.com/valor-software/ng2-dragula/commit/82c871deac8b1330c054ad62fe076b7a691599b3))
* **chore:** fix release flow ([d0279ef](https://github.com/valor-software/ng2-dragula/commit/d0279efcfa74642128211d4c75b533eea4820cbb))
* **chore:** fixed angularCompilerOptions ([b963d52](https://github.com/valor-software/ng2-dragula/commit/b963d5217207eb51c40a659a2f9a39d0c03a2706))
* **chore:** fixed publish configuration ([b773c8c](https://github.com/valor-software/ng2-dragula/commit/b773c8cfa22d70999b0ee4e1b40ae14ebdeb16f4))
* **chore:** fixed release files ([f6798c9](https://github.com/valor-software/ng2-dragula/commit/f6798c90d34db1c2e7c13b35f5dd69e800651b23))
* **chore:** fixed yaml file ([2204e0b](https://github.com/valor-software/ng2-dragula/commit/2204e0b039895f03168a56c3d114beea40685e36))


### Features

* Angular 10 Compatibility ([#1008](https://github.com/valor-software/ng2-dragula/issues/1008)) ([ad945e0](https://github.com/valor-software/ng2-dragula/commit/ad945e0d5e709216e2bb551927a1dd3713589bf3))
* **chore:** added set-version.ts file ([22fd062](https://github.com/valor-software/ng2-dragula/commit/22fd06202a09790d3763e58d378bf676caa772d5))
* **dragula:** updated angular 14 ([#1065](https://github.com/valor-software/ng2-dragula/issues/1065)) ([2d2388d](https://github.com/valor-software/ng2-dragula/commit/2d2388dc6138e2ee0ca2093a58c8227c420104cc))


### Reverts

* Revert "3.0.0" ([e2cb7fa](https://github.com/valor-software/ng2-dragula/commit/e2cb7fa08ae16a810ee51745ea4ee14eab185fe2))



# [3.1.0](https://github.com/valor-software/ng2-dragula/compare/v2.1.1...v3.1.0) (2022-12-07)


### Bug Fixes

* **chore:** added publish config to package.json file ([1afbdbc](https://github.com/valor-software/ng2-dragula/commit/1afbdbcc240797c406b87e51806cbf9dfd6c1db3))
* **chore:** fix release flow ([d0279ef](https://github.com/valor-software/ng2-dragula/commit/d0279efcfa74642128211d4c75b533eea4820cbb))
* **chore:** fixed angularCompilerOptions ([b963d52](https://github.com/valor-software/ng2-dragula/commit/b963d5217207eb51c40a659a2f9a39d0c03a2706))
* **chore:** fixed release files ([f6798c9](https://github.com/valor-software/ng2-dragula/commit/f6798c90d34db1c2e7c13b35f5dd69e800651b23))
* **chore:** fixed yaml file ([2204e0b](https://github.com/valor-software/ng2-dragula/commit/2204e0b039895f03168a56c3d114beea40685e36))


### Features

* Angular 10 Compatibility ([#1008](https://github.com/valor-software/ng2-dragula/issues/1008)) ([ad945e0](https://github.com/valor-software/ng2-dragula/commit/ad945e0d5e709216e2bb551927a1dd3713589bf3))
* **chore:** added set-version.ts file ([22fd062](https://github.com/valor-software/ng2-dragula/commit/22fd06202a09790d3763e58d378bf676caa772d5))
* **dragula:** updated angular 14 ([#1065](https://github.com/valor-software/ng2-dragula/issues/1065)) ([2d2388d](https://github.com/valor-software/ng2-dragula/commit/2d2388dc6138e2ee0ca2093a58c8227c420104cc))


### Reverts

* Revert "3.0.0" ([e2cb7fa](https://github.com/valor-software/ng2-dragula/commit/e2cb7fa08ae16a810ee51745ea4ee14eab185fe2))



# [3.0.0](https://github.com/valor-software/ng2-dragula/compare/v2.1.1...v3.0.0) (2022-12-07)


12 changes: 2 additions & 10 deletions libs/ng2-dragula/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ng2-dragula",
"private": false,
"version": "3.0.0",
"version": "3.2.0",
"description": "Simple drag and drop with dragula",
"repository": {
"type": "git",
@@ -27,20 +27,12 @@
"url": "https://github.com/valor-software/ng2-dragula/issues"
},
"homepage": "https://github.com/valor-software/ng2-dragula#readme",
"scripts": {
"docs": "compodoc -p tsconfig.json -c compodoc.json src",
"test:headless": "ng test --browsers=CustomChromeHeadless"
},
"peerDependencies": {
"rxjs": ">=6.0.0",
"@types/dragula": "^2.1.34",
"dragula": "^3.7.2",
"@angular/animations": "^14.0.0",
"@angular/core": "^14.0.0",
"@angular/common": "^14.0.0"
},
"files": [
"dist",
"README.md"
]
}
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo",
"version": "3.0.0",
"version": "3.2.0",
"private": true,
"scripts": {
"ng": "nx",