Skip to content

Commit

Permalink
release: 17.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Nov 9, 2023
1 parent 3498b35 commit f022006
Show file tree
Hide file tree
Showing 13 changed files with 39 additions and 40 deletions.
1 change: 1 addition & 0 deletions lib/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './public-api';
2 changes: 1 addition & 1 deletion lib/ng-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"dest": "../publish",
"deleteDestPath": true,
"lib": {
"entryFile": "src/public_api.ts"
"entryFile": "public-api.ts"
},
"allowedNonPeerDependencies": ["@ng-util/lazy"]
}
4 changes: 2 additions & 2 deletions lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-tinymce",
"version": "17.0.0-rc.0",
"version": "17.0.0",
"description": "Angular for tinymce",
"keywords": [
"angular-tinymce",
Expand All @@ -20,6 +20,6 @@
},
"homepage": "https://cipchk.github.io/ngx-tinymce/",
"dependencies": {
"@ng-util/lazy": "^17.0.0-rc.0"
"@ng-util/lazy": "^17.0.0"
}
}
4 changes: 4 additions & 0 deletions lib/public-api.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export * from './src/tinymce.options';
export { TinymceComponent } from './src/tinymce.component';
export * from './src/tinymce.module';
export * from './src/provide';
1 change: 0 additions & 1 deletion lib/src/index.ts

This file was deleted.

4 changes: 0 additions & 4 deletions lib/src/public_api.ts

This file was deleted.

5 changes: 2 additions & 3 deletions lib/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@
"inlineSources": true,
"declaration": true,
"strictFunctionTypes": true,
"stripInternal": true
"stripInternal": true,
"declarationMap": false
},
"files": ["./src/tinymce.module.ts"],
"include": [
"**/*.ts"
],
"angularCompilerOptions": {
"enableIvy": true,
"compilationMode": "partial"
}
}
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-tinymce",
"version": "17.0.0-rc.0",
"version": "17.0.0",
"description": "Angular for tinymce",
"keywords": [
"angular-tinymce",
Expand All @@ -27,26 +27,26 @@
"release:next": "npm run build && cd publish && npm publish --access public --tag next"
},
"dependencies": {
"@angular/animations": "^17.0.0-next.0",
"@angular/common": "^17.0.0-next.0",
"@angular/compiler": "^17.0.0-next.0",
"@angular/core": "^17.0.0-next.0",
"@angular/forms": "^17.0.0-next.0",
"@angular/platform-browser": "^17.0.0-next.0",
"@angular/platform-browser-dynamic": "^17.0.0-next.0",
"@angular/router": "^17.0.0-next.0",
"@angular/animations": "^17.0.0",
"@angular/common": "^17.0.0",
"@angular/compiler": "^17.0.0",
"@angular/core": "^17.0.0",
"@angular/forms": "^17.0.0",
"@angular/platform-browser": "^17.0.0",
"@angular/platform-browser-dynamic": "^17.0.0",
"@angular/router": "^17.0.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.0",
"zone.js": "~0.14.2",
"bootstrap": "^5.3.2",
"@ng-util/lazy": "^17.0.0-rc.0",
"ngx-highlight-js": "^17.0.0-rc.0",
"@ng-util/lazy": "^17.0.0",
"ngx-highlight-js": "^17.0.0",
"tinymce": "^6.7.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.0.0-rc.2",
"@angular/cli": "^17.0.0-rc.2",
"@angular/compiler-cli": "^17.0.0-next.0",
"@angular-devkit/build-angular": "^17.0.0",
"@angular/cli": "^17.0.0",
"@angular/compiler-cli": "^17.0.0",
"@types/jasmine": "~5.1.0",
"jasmine-core": "~5.1.0",
"karma": "~6.4.0",
Expand All @@ -55,14 +55,14 @@
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.2.2",
"@angular-eslint/builder": "^16.2.0",
"@angular-eslint/eslint-plugin": "^16.2.0",
"@angular-eslint/eslint-plugin-template": "^16.2.0",
"@angular-eslint/schematics": "^16.2.0",
"@angular-eslint/template-parser": "^16.2.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.52.0",
"ng-packagr": "^17.0.0-rc.1"
"@angular-eslint/builder": "^17.0.0",
"@angular-eslint/eslint-plugin": "^17.0.0",
"@angular-eslint/eslint-plugin-template": "^17.0.0",
"@angular-eslint/schematics": "^17.0.0",
"@angular-eslint/template-parser": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"eslint": "^8.53.0",
"ng-packagr": "^17.0.0"
}
}
2 changes: 1 addition & 1 deletion src/app/home/home.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Component } from '@angular/core';
import { FormsModule } from '@angular/forms';
import { DomSanitizer } from '@angular/platform-browser';
import { HighlightJsDirective } from 'ngx-highlight-js';
import { TinymceComponent } from 'ngx-tinymce';
import { TinymceComponent } from 'lib';

@Component({
selector: 'app-home',
Expand Down
2 changes: 1 addition & 1 deletion src/app/inline/inline.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Component } from '@angular/core';
import { FormsModule } from '@angular/forms';
import { DomSanitizer } from '@angular/platform-browser';
import { HighlightJsDirective } from 'ngx-highlight-js';
import { TinymceComponent } from 'ngx-tinymce';
import { TinymceComponent } from 'lib';

@Component({
selector: 'app-inline',
Expand Down
2 changes: 1 addition & 1 deletion src/app/other/other.component.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Component } from '@angular/core';
import { FormsModule } from '@angular/forms';
import { HighlightJsDirective } from 'ngx-highlight-js';
import { TinymceComponent } from 'ngx-tinymce';
import { TinymceComponent } from 'lib';

@Component({
selector: 'app-other',
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { AppComponent } from './app/app.component';
import { provideHttpClient } from '@angular/common/http';
import { provideRouter, withHashLocation } from '@angular/router';
import { ROUTERS } from './app/router';
import { provideTinymce } from 'ngx-tinymce';
import { provideTinymce } from 'lib';

bootstrapApplication(AppComponent, {
providers: [
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"noPropertyAccessFromIndexSignature": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"sourceMap": true,
"declaration": false,
"downlevelIteration": true,
Expand Down

0 comments on commit f022006

Please sign in to comment.