Releases: davidlj95/ngx
Releases · davidlj95/ngx
ngx-meta-v1.0.0-beta.36
ngx-meta
v1.0.0-beta.36 (2024-11-22)
🚀 Features
📚 Documentation
- add migration doc for metadata manager provider APIs (#1049) (875e5fb)
- add migration document for meta element APIs (#1048) (110d2ef)
- add prefix to migration docs files to sort them (a8052bf)
- update docs to point to migration docs (#1050) (58c06d3)
💼 Miscellaneous Chores
⚙️ Build System
ngx-meta-v1.0.0-beta.35
ngx-meta
v1.0.0-beta.35 (2024-11-21)
🚀 Features
- add function-based manager providers [skip release] (#1004) (2276c9f)
- add migration schematic for function-based providers (#1005) (d9ad305)
📚 Documentation
💼 Miscellaneous Chores
- add emojis to CHANGELOG [skip ci] (8cb007b)
- release: update CHANGELOG.md (#1044) (ff46452)
- remove alpha state comment from elements service (aff8234)
♻️ Code Refactoring
⚙️ Build System
- deps: bump cross-spawn from 7.0.3 to 7.0.6 (#1041) (6d6eb81)
- deps: bump cross-spawn in /projects/ngx-meta/example-apps (#1046) (665c741)
- ide: fix mistake in tsconfig solution file [skip ci] (6f6961a)
👷 Continuous (Integration|Deployment)
ngx-meta-v1.0.0-beta.34
ngx-meta
v1.0.0-beta.34 (2024-11-20)
Performance Improvements
Miscellaneous Chores
Build System
- deps: bump cross-spawn in /projects/ngx-meta/e2e (#1036) (51ba17b)
- dev-deps: update dependency eslint-plugin-cypress to v4 (#1040) (25ea17f)
- dev-deps: update dependency eslint-plugin-jest to v28.9.0 (#1039) (99b5931)
- dev-deps: update dependency eslint-plugin-json-files to v4.4.2 (#1038) (5d2c55f)
- fix unbound variable in bundle size analyze script (#1042) (570d9c0)
- ide: format *.mjs files [skip ci] (2285a9b)
- lint
package.json
files (#1031) (69edb48) - lint: convert ESLint config to ESM (#1037) (76f5406)
- lint: migrate to ESLint v9 with flat config (#1035) (33ef10d)
- sort
package.json
files (#1032) (f1f9420) - use eslint directly when linting (#1030) (78a0cf9)
- use same pattern for format / lint run scripts (#1033) (0632d88)
ngx-meta-v1.0.0-beta.33
ngx-meta-v1.0.0-beta.32
ngx-meta
v1.0.0-beta.32 (2024-11-11)
Bug Fixes
Documentation
Miscellaneous Chores
- avoid repeating Cypress cmd name in type [skip ci] (f6293a3)
- help IDE TS lang server understand return value [skip ci] (e44dc85)
- release: update CHANGELOG.md (#991) (23da804)
Build System
- add script to rehearse a release publish (#1012) (f6cc1b5)
- deps: update actions/cache digest to 6849a64 (c76cb75)
- deps: update actions/checkout digest to 11bd719 (3cb80dc)
- deps: update actions/setup-node digest to 39370e3 (561e45d)
- deps: update actions/setup-python digest to 0b93645 (dff16ca)
- deps: update Angular to v18.2.11 (#1024) (3b6d10d)
- deps: update dependency mkdocs-git-revision-date-localized-plugin to v1.3.0 (c9088ab)
- deps: update dependency mkdocs-material to v9.5.42 (d5c87d7)
- deps: update dependency mkdocs-material to v9.5.43 (21c115a)
- deps: update dependency node to v20.18.0 (f7a8367)
- deps: update dependency node to v22 (#1023) (d008e92)
- deps: update pnpm to v9.12.2 (7d390f6)
- deps: update pnpm to v9.12.3 (ba87c85)
- dev-deps: update commitlint monorepo to v19.5.0 (e06dedc)
- dev-deps: update dependency @cypress/code-coverage to v3.13.4 (533552e)
- dev-deps: update dependency @cypress/code-coverage to v3.13.5 (2164ddb)
- dev-deps: update dependency @microsoft/api-extractor to v7.47.11 (a7bc0e7)
- dev-deps: update dependency @types/node to v20.17.3 (8001393)
- dev-deps: update dependency @types/node to v20.17.5 (d2e705e)
- dev-deps: update dependency @types/node to v22.8.1 (0271665)
- dev-deps: update dependency cypress to v13.15.1 (a45120d)
- dev-deps: update dependency eslint to v8.57.1 (cb24789)
- dev-deps: update dependency execa to v9.5.0 (d7ca10a)
- dev-deps: update dependency execa to v9.5.1 (ccb2c12)
- dev-deps: update dependency semantic-release to v24.2.0 (4caba67)
- dev-deps: update dependency start-server-and-test to v2.0.8 (467e46f)
- ignore coverage when linting [skip ci] (46b491e)
Continuous (Integration|Deployment)
ngx-meta-v1.0.0-beta.31
ngx-meta-v1.0.0-beta.30
ngx-meta-v1.0.0-beta.29
ngx-meta-v1.0.0-beta.28
ngx-meta-v1.0.0-beta.27
ngx-meta
v1.0.0-beta.27 (2024-10-21)
Features
Miscellaneous Chores
Tests
- refactor
ng-add
to make it easier to add moar tests (#974) (b028e11) - refactor ng-add test to do same for standalone and module (#973) (0639ca0)
Build System
- add code coverage to schematic tests (#971) (6ef23f4)
- add ESLint to example apps infra (#969) (2bd6d44)
- add Jest run config for JetBrains IDEs (2cd8c94)
- add linting for schematics (#967) (2706878)
- add linting to Jasmine test files (#968) (1bade01)
- improve lint-staged setup (#970) (234deca)
- remove linter warning in jest.config.js [skip ci] (44e97b0)