2.0.1 • Published 2 years ago

prodeasy v2.0.1

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

Prodeasy ui component library

styled with prettier

We are building and maintaining UI components and tools that will help you to build up your own custom components with a lot of customizing options..

How to install?

You can use npm command line tool to install package.

npm install prodeasy

How to use?

Import the Module:

import { ProdeasyPhotographModule } from 'prodeasy';

@NgModule({
  ...
  imports: [ProdeasyPhotographModule]
  ...
})
export class AppModule { }

Add Form Field in app.component.html

<prodeasy-photograph>
  ...
  ...
  ...
</prodeasy-photograph>

Storybook?

Storybook Link

Our release process

We are following a branch strategy for releasing the prerelease and final versions.

  • major/minor/patch : all these versions will be published from the master branch.
  • prerelease --preid=beta: all the prerelease version will be published from the qa branch.

Patch releases

The patch builds (1.0.1, 1.0.2, etc.) are prepared based on commits in the master branch; it contains only non-breaking changes.

Minor releases

The minor builds (1.1.0, 1.2.0, etc.) can contain changes related to HTML, APIs, CSS, and UX.

Prerelease releases

The prerelease builds (1.0.1-beta.0, 1.0.1-beta.1, etc.) are prepared based on commits in the qa branch;

Publishing a new package

  1. npm version patch/minor/major.
  2. Run npm publish

Browser Support

We supports the most recent versions of all the major browsers: Chrome, Firefox, Safari and IE11/edge.

1.3.2

2 years ago

1.4.0

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.1.19

2 years ago

1.1.18

2 years ago

1.1.22

2 years ago

1.1.21

2 years ago

1.1.20

2 years ago

1.1.17

2 years ago

1.1.16

2 years ago

1.1.15

2 years ago

1.1.14

2 years ago

1.1.13

2 years ago

1.1.12

2 years ago

1.1.11

2 years ago

1.1.10

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago