Skip to content
This repository was archived by the owner on Apr 4, 2022. It is now read-only.

Latest commit

 

History

History
239 lines (141 loc) · 12.7 KB

CHANGELOG.md

File metadata and controls

239 lines (141 loc) · 12.7 KB

7.0.1 (2018-11-19)

  • chore(npm): Fix npm audit errors (2fe3c2f)

7.0.0 (2018-11-19)

  • chore(Angular): Updated to Angular 7.x (cda1989)
  • style: Adding read-only to property (2fe2cec)
  • feat(demo): Created structure to show demo and code (da1075f)
  • refactor(config): Trim settings and added suggested extensions (346544b)
  • refactor(lint): Fix padded-blocks (1a83d78)
  • refactor(lint): Fix padded-blocks on demos (de8583e)
  • refactor(tsconfig): Split configuration for better IDE tooling (9c06b4c)

BREAKING CHANGE

6.2.6 (2018-07-27)

  • fix(formGroup): Fix generation of nested form-arrays (e6bbd3d)

6.2.5 (2018-07-27)

  • fix(formGroup): Fix inserting new formControl at correct array position (2cc2f6e)
  • feat(formGroup): Created a hierarchy service to generate nested form groups and arrays (783e077)
  • feat(formGroup): Enabled nested-control to work with formControlName (02f2f23)

6.2.4 (2018-07-24)

  • feat(nested-control): Set the parent form-group to form-control (ace2520)

6.2.3 (2018-07-06)

  • fix: Exporting form-service provider function (e1da248)

6.2.2 (2018-07-06)

  • fix: Re-enabled form-service (e6dcabc)
  • fix: Renamed barrel imports to full-names and fix imports without index (6d7bc0a)

BREAKING CHANGE

  • Form wrappers should provide NRF_FORM_SERVICE_PROVIDER

6.2.1 (2018-07-04)

  • feat: Renamed control-options @Inputs to make it more seamless (15ba0d9)
  • test(validator): Added unit tests to control-options-component (941a202)
  • fix: Created a control-options component to be extended of while wrapping inputs (2b2197a)

6.2.0 (2018-07-02)

  • fix: Enabled nested-control to work without a model-path (1d820fd)

6.1.0 (2018-07-01)

  • build: Removed wrong installed dependencies from package.json (e24ef5c)
  • build(husky): Added --no-verify on post-version to avoid build twice while publishing (a577b60)
  • build(husky): Updeated husky to avoid run hooks twice (9baad37)
  • test: Fix unit tests and moved helper classes to individual files (839464a)
  • fix: Removed nested-form-service in order to inprove inputs and form interaction (a7b816d)

BREAKING CHANGE

  • NrfNestedFormService were removed and should be replaced by NrfFormDirective that has the same signatures

6.0.3 (2018-06-28)

  • fix(nested-control): Fix replay feature on control's ready$ event (eb7021b)

6.0.2 (2018-06-27)

  • fix(nested-control): Added replay feature to control's ready$ event (6e3668a)
  • build: Changed post-version script to only push once and build once (1471360)
  • build: Removed travis email notifications (eb49c9f)

6.0.1 (2018-05-29)

  • fix: Downgrade to ES5 because angular-optimizations do not work with greater (656df6b)
  • docs(changelog): Added CHANGELOG includding all previous commits (f04c912)
  • build: Setup conventional-changelog and validation on commit messages (0a95b4e)
  • Migrated to Airbnb Style-Guide (9009971)

6.0.0 (2018-05-26)

5.0.5 (2018-05-14)

5.0.4 (2018-05-14)

5.0.3 (2018-05-11)

  • 5.0.3 (d8f052d)
  • Added code coverage report (b867060)
  • Added puppeteer to test headless (b07e2d0)
  • Added travis-ci build (34a5de1)
  • Fix downloads badge (3c9594b)
  • Fix iml line-endings (61d7f1b)
  • Removed ng build progress to better logs on CI (8eb391f)
  • Set flag --no-sandbox to Chromium tests (56f0d47)
  • Updated repo url and badges (22ac6d4)

5.0.2 (2018-05-10)

  • 5.0.2 (3ed706f)
  • Update Exported dependencies to match Angular 5.x version (3bcde53)

5.0.1 (2018-05-09)

  • 5.0.1 (a93a204)
  • Added NestedFormService to increase nesting capabilities (f36aa8c)
  • Changed major version to track Angular`s version (b4b40b7)
  • Downgrade for Angular 5.x (affdf8d)
  • Improved testes for structural form (9b96e69)
  • Initial unit test for NrfNestedFormService (ee2f06d)
  • Removed Host Listener and renamed variable to its actual functionality (709c12f)

1.2.0 (2018-05-09)

1.1.2 (2018-05-09)

  • 1.1.2 (8cef852)
  • Including README and License on the package (a8b9c30)

1.1.1 (2018-05-09)

1.0.0 (2018-05-09)

  • 1.0.0 (961b124)
  • Added sample page with custom input example (28aee49)
  • Added script to test and build before bump version (0f3a722)
  • Added usage documentation, comcepts and motivation (c1d718b)
  • Changed the model to not mutate the original Entity (0a7eada)
  • Changes to keep all projects and libs under src folder (c6affc8)
  • Converted Form Component to a Directive to be more flexible on integrations (a9a7ba0)
  • Created form component (62b4658)
  • Created model directive (e655f29)
  • Created the ng-rforms lib (819470d)
  • Initial commit with clean project and correct git attributes (e63b2c4)
  • Installed angular/material to create samples (8d6daca)
  • Migrated to structural directive to enhance flexibility (f3eaee2)
  • Mutating the property being set to trigger Changes Detection (36113cd)
  • Removed lo-dash dependency (0cdbc27)
  • Renamed namespace to better identify its functionality (f1a51cc)
  • Updated formData behavior to include all Entity's properties (096ebac)