Changelog
0.8.0
- module page generation made so that no furhter adjustments are required on the part of the developer
0.9.0
0.9.2
0.10.0
- ensure the package.json deps where >= not >
0.10.1
- added scripts section in package.json
0.10.2
- add --prod to the build script for npx ng build in package.json
0.11.0
1.0.0
- templates.components now depends on wml-components-base to be available in the application
1.0.1
- add missing import for wml-components base
1.1.0
- changed import to @windmillcode/angular-wml-components-base
- scss support for libs and non libs
1.2.2
- big change, modified component index.ts to add the component to the right place in the ngModules array
- fixed an error concering generating default components
1.2.4
- When creating components the styles.scss file gets updated with the components media query files
1.2.5
- When creating page module components, it automatically add the route the environment.dev.ts
in addition if it cant find the appropriate markings, there is a noop for updating styles and arrays
1.2.6
* insured global.scss is imported first before phone.scss
1.3.0
- created service method schematics where the application is updated with yr schematic
- to use
npx ng g @windmillcode/angular-templates:service-method --name [YOUR SERVICE METHOD NAME HERE] --service-name [NAME OF THE SERVICE] --api-route [/YOUR/API/ROUTE/HERE]
1.3.1
- fixed an error by updating wml-components-base dependency
1.3.2
- corrected with creating layout where the route is ""
- now if the schematic finds routes or children variable it will update the array accordingly
- reanme all routes to layoutRoutes in your layout-routing moudle
1.4.0
- fixed a big where library generation was throwing errors
1.4.1
- updated library schematics to full features of library
1.4.2
- if a lib name starts with "wml-" it wil capitalize the WML according to standard
1.4.3
- fixed color_pallete in lib
1.4.4
- reordered aux service method classes for ergnonics
1.5.0
- added idPrefix to components template, if a routeKey is missing,(coming from module) then the camelized cpnt name is used
- also if routeKey is undefined, it uses strings.camelize(options.name) to keep conformity
- added RecursiveSnakeCaseType to service method template so that users will not have to specify snake_case properties in python
- added id support for default and library components
- added isIdIncluded default true CLI pamareter for devs who want to toggle the feature
1.5.3
16.2.4-0
- ensured id and nav infomration is properly added
16.2.5-1
- made update concerning service method imports
16.2.6-0
- made component.scss template file cleaner
16.2.6-1.0.0
- [MAJOR update] template schema to generate a form including updates to formService and environmentfile
- patch changes to template compenet schema to get some features working properly