Skip to content

Releases: primno/primno

@primno/core@0.8.0

14 May 00:26
42c5478
Compare
Choose a tag to compare

Minor Changes

  • 3580fa6: Added support for providedIn in the Injectable decorator.
    Allows to easily provide a service without having to add it in the "providers" property of a module or a component.

    Enables tree shaking: the service will not be integrated in the build if it is not used.

Patch Changes

  • 5cb0e16: Specifying the component type in the MnConfig decorator is now optional

v0.7.0-beta.0

12 Apr 00:11
Compare
Choose a tag to compare
v0.7.0-beta.0 Pre-release
Pre-release

What's Changed

Features :

  • Adding events: PostSave, GridSave, GridChange, GridRecordSelect, OutputChange.
    Breaking changes: Changed the order of the arguments.
  • Support for multiple event decorators on the same event handler.
  • Component integrity check during initialization.
  • Support for additional arguments in form events.

Fixed bugs:

  • GridLoad event can now be added.

Documentation:

  • Fixed typos.
  • Improved examples in event pages.

Full Changelog: v0.6.0-beta.1...v0.7.0-beta.0

v0.6.0-beta.1

21 Mar 21:58
a636ae2
Compare
Choose a tag to compare
v0.6.0-beta.1 Pre-release
Pre-release

What's Changed

  • v0.6.0-beta.1 in #9

Full Changelog: v0.6.0-beta.0...v0.6.0-beta.1

v0.6.0-beta.0

12 Mar 13:18
e56a00c
Compare
Choose a tag to compare
v0.6.0-beta.0 Pre-release
Pre-release

What's Changed

  • Dependency injection and component-based architecture improvement in #1
  • Website and documentation in #3

Full Changelog: https://github.com/primno/primno/commits/v0.6.0-beta.0