Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ACPaaS UI > Antwerp UI #52

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
Initial release.


[Unreleased]: https://github.com/digipolisantwerp/acpaas-ui_js/compare/v2.0.1...HEAD
[2.0.1]: https://github.com/digipolisantwerp/acpaas-ui_js/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/digipolisantwerp/acpaas-ui_js/compare/v1.0.6...v2.0.0
[1.0.6]: https://github.com/digipolisantwerp/acpaas-ui_js/compare/v1.0.5...v1.0.6
[1.0.5]: https://github.com/digipolisantwerp/acpaas-ui_js/compare/v1.0.4...v1.0.5
[1.0.4]: https://github.com/digipolisantwerp/acpaas-ui_js/compare/v1.0.3...v1.0.4
[1.0.3]: https://github.com/digipolisantwerp/acpaas-ui_js/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/digipolisantwerp/acpaas-ui_js/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/digipolisantwerp/acpaas-ui_js/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/digipolisantwerp/acpaas-ui_js/compare/v1.0.0
[Unreleased]: https://github.com/digipolisantwerp/antwerp-ui_js/compare/v2.0.1...HEAD
[2.0.1]: https://github.com/digipolisantwerp/antwerp-ui_js/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/digipolisantwerp/antwerp-ui_js/compare/v1.0.6...v2.0.0
[1.0.6]: https://github.com/digipolisantwerp/antwerp-ui_js/compare/v1.0.5...v1.0.6
[1.0.5]: https://github.com/digipolisantwerp/antwerp-ui_js/compare/v1.0.4...v1.0.5
[1.0.4]: https://github.com/digipolisantwerp/antwerp-ui_js/compare/v1.0.3...v1.0.4
[1.0.3]: https://github.com/digipolisantwerp/antwerp-ui_js/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/digipolisantwerp/antwerp-ui_js/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/digipolisantwerp/antwerp-ui_js/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/digipolisantwerp/antwerp-ui_js/compare/v1.0.0
43 changes: 21 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
# ACPaaS UI - Javacript Libraries
# Antwerp UI - Javacript Libraries

[![acpaas-ui-js-build]][acpaas-ui-js-travis]
![build][antwerp-ui-js-ci]

**This documentation is work-in-progress!**

## Introduction

Antwerp City Platform as a Service User Interface (ACPaas UI) is a **component interface library** for building user interfaces and responsive web apps. It's designed to provide developers with functionality en UI/UX patterns that matches the Antwerpen styleguide. This part of the library provides vanilla javascript utilities.
Antwerp City Platform as a Service User Interface (Antwerp UI) is a **component interface library** for building user interfaces and responsive web apps. It's designed to provide developers with functionality en UI/UX patterns that matches the Antwerpen styleguide. This part of the library provides vanilla javascript utilities.

## Ecosystem

This library is part of [ACPaaS UI][acpaas-ui].
This library is part of [Antwerp UI][antwerp-ui].

| Name | Framework | Status |
| ----------------- | ---------- | ------- |
| Schematics | ES5+ | [![acpaas-ui-schematics-github]][acpaas-ui-schematics] |
| Javascript | ES5+ | [![acpaas-ui-js-github]][acpaas-ui-js] |
| Angular | Angular 6+ | [![acpaas-ui-angular-github]][acpaas-ui-angular] |
| React | React 16+ | [acpaas-ui-react] |
| Schematics | ES5+ | [![antwerp-ui-schematics-github]][antwerp-ui-schematics] |
| Javascript | ES5+ | [![antwerp-ui-js-github]][antwerp-ui-js] |
| Angular | Angular 6+ | [![antwerp-ui-angular-github]][antwerp-ui-angular] |
| React | React 16+ | [antwerp-ui-react] |
| VueJS | TBA | TBA |

## Documentation

To check out [live examples]() and docs, visit [acpaas-ui.digipolis.be/ui-components](https://acpaas-ui.digipolis.be/ui-components).
To check out [live examples]() and docs, visit [antwerp-ui.digipolis.be/ui-components](https://antwerp-ui.digipolis.be/ui-components).

## Library Contents

Expand All @@ -49,7 +49,7 @@ Detailed changes for each release are documented in the [changelog](./CHANGELOG.

Please make sure to read the [Contributing Guide]() before making a pull request.

Thank you to all the people who already contributed to ACPaaS UI!
Thank you to all the people who already contributed to Antwerp UI!

**List of contributors here**

Expand All @@ -70,25 +70,24 @@ Jasper Van Proeyen (<jasper.vanproeyen@digipolis.be>)
Copyright (c) 2016-present, Digipolis

<!-- Generic Links -->
[acpaas-ui]: https://acpaas-ui.digipolis.be
[antwerp-ui]: https://antwerp-ui.digipolis.be

<!-- StackOverflow -->
[stackoverflow-issues]: https://stackoverflow.com/questions/tagged/acpaas-ui
[stackoverflow-issues]: https://stackoverflow.com/questions/tagged/antwerp-ui

<!-- Travis -->
[acpaas-ui-js-build]: https://img.shields.io/travis/digipolisantwerp/acpaas-ui-js.svg
[acpaas-ui-js-travis]: https://travis-ci.org/digipolisantwerp/acpaas-ui-js
<!-- GitHub actions -->
[antwerp-ui-js-ci]: https://github.com/digipolisantwerp/antwerp-ui_js/workflows/CI/badge.svg

<!-- Github URL -->
[acpaas-ui-schematics]: https://github.com/digipolisantwerp/acpaas-ui_schematics
[acpaas-ui-js]: https://github.com/digipolisantwerp/acpaas-ui_js
[acpaas-ui-angular]: https://github.com/digipolisantwerp/acpaas-ui_angular
[acpaas-ui-react]: https://github.com/digipolisantwerp/acpaas-ui_react
[antwerp-ui-schematics]: https://github.com/digipolisantwerp/antwerp-ui_schematics
[antwerp-ui-js]: https://github.com/digipolisantwerp/antwerp-ui_js
[antwerp-ui-angular]: https://github.com/digipolisantwerp/antwerp-ui_angular
[antwerp-ui-react]: https://github.com/digipolisantwerp/antwerp-ui_react

<!-- GitHub Version Badge -->
[acpaas-ui-schematics-github]: https://img.shields.io/github/package-json/v/digipolisantwerp/acpaas-ui_schematics.svg
[acpaas-ui-angular-github]: https://img.shields.io/github/package-json/v/digipolisantwerp/acpaas-ui_angular.svg
[acpaas-ui-js-github]: https://img.shields.io/github/package-json/v/digipolisantwerp/acpaas-ui_js.svg
[antwerp-ui-schematics-github]: https://img.shields.io/github/package-json/v/digipolisantwerp/antwerp-ui_schematics.svg
[antwerp-ui-angular-github]: https://img.shields.io/github/package-json/v/digipolisantwerp/antwerp-ui_angular.svg
[antwerp-ui-js-github]: https://img.shields.io/github/package-json/v/digipolisantwerp/antwerp-ui_js.svg

<!-- NPM Package links -->
[js-date-utils-package]: https://www.npmjs.com/package/@acpaas-ui/js-date-utils
Expand Down
6 changes: 3 additions & 3 deletions guidelines/DEV_GUIDE.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# ACPaaS UI dev guide
# Antwerp UI dev guide

## Available commands

Since the ACPaaS UI library was created using `lerna`, all lerna commands are available to use during development. You can use a global install (make sure to check the supported version in the root `package.json` file) or the local copy installed in the dev dependencies:
Since the Antwerp UI library was created using `lerna`, all lerna commands are available to use during development. You can use a global install (make sure to check the supported version in the root `package.json` file) or the local copy installed in the dev dependencies:

```bash
lerna
Expand Down Expand Up @@ -40,5 +40,5 @@ If you have a dependency between 2 packages, you can use the same import paths a
import { DateHelper } from '@acpaas-ui/js-date-utils';
```

Lerna will resolve all `acpaas-ui` paths for you, as long as you have run the `bootstrap` command after adding a new package.
Lerna will resolve all `antwerp-ui` paths for you, as long as you have run the `bootstrap` command after adding a new package.
We discourage creating dependencies between the different libraries in this repo, since they are supposed to be self contained tools to be used independent from other packages.
2 changes: 1 addition & 1 deletion guidelines/RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ACPaaS UI NGX - release guidelines
# Antwerp UI NGX - release guidelines

This package is supplied as a library.
For now, we will not release separate components on NPM.
Expand Down
2 changes: 1 addition & 1 deletion guidelines/VERSIONING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ACPaaS UI NGX - versioning guidelines
# Antwerp UI NGX - versioning guidelines

This package is supplied as a library.
For now, we will not release separate components on NPM.
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acpaas-ui/js-libs",
"version": "1.0.4",
"version": "2.0.1",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -13,11 +13,11 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/FabianMeul/acpaas-ui-js.git"
"url": "git+https://github.com/digipolisantwerp/antwerp-ui_js.git"
},
"author": "",
"license": "ISC",
"homepage": "https://github.com/FabianMeul/acpaas-ui-js#readme",
"homepage": "https://github.com/digipolisantwerp/antwerp-ui_js#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-plugin-external-helpers": "6.22.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/date-utils/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ACPaaS UI JS Date Utils
# Antwerp UI JS Date Utils

[![js-date-utils-status]][js-date-utils-package]

Expand Down
12 changes: 6 additions & 6 deletions packages/date-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@acpaas-ui/js-date-utils",
"$rollup": {
"fileName": "acpaas-ui-js-date-utils",
"fileName": "antwerp-ui-js-date-utils",
"moduleName": "JsDateUtils"
},
"version": "2.0.1",
"description": "",
"main": "./dist/acpaas-ui-js-date-utils.umd.js",
"browser": "./dist/acpaas-ui-js-date-utils.cjs.js",
"module": "./dist/acpaas-ui-js-date-utils.es.js",
"es2015": "./dist/acpaas-ui-js-date-utils.es.js",
"typings": "./src/acpaas-ui-js-date-utils.d.ts",
"main": "./dist/antwerp-ui-js-date-utils.umd.js",
"browser": "./dist/antwerp-ui-js-date-utils.cjs.js",
"module": "./dist/antwerp-ui-js-date-utils.es.js",
"es2015": "./dist/antwerp-ui-js-date-utils.es.js",
"typings": "./src/antwerp-ui-js-date-utils.d.ts",
"directories": {
"test": "test"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/eid-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@acpaas-ui/js-eid-utils",
"$rollup": {
"fileName": "acpaas-ui-js-eid-utils",
"fileName": "antwerp-ui-js-eid-utils",
"moduleName": "EIDUtils"
},
"version": "1.0.4",
"description": "",
"main": "./dist/acpaas-ui-js-eid-utils.umd.js",
"browser": "./dist/acpaas-ui-js-eid-utils.cjs.js",
"module": "./dist/acpaas-ui-js-eid-utils.es.js",
"es2015": "./dist/acpaas-ui-js-eid-utils.es.js",
"typings": "./src/acpaas-ui-js-eid-utils.d.ts",
"main": "./dist/antwerp-ui-js-eid-utils.umd.js",
"browser": "./dist/antwerp-ui-js-eid-utils.cjs.js",
"module": "./dist/antwerp-ui-js-eid-utils.es.js",
"es2015": "./dist/antwerp-ui-js-eid-utils.es.js",
"typings": "./src/antwerp-ui-js-eid-utils.d.ts",
"directories": {
"test": "test"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/notification-store/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ACPaaS UI JS Notification Store
# Antwerp UI JS Notification Store

[![js-notification-store-status]][js-notification-store-package]

Expand Down
14 changes: 7 additions & 7 deletions packages/notification-store/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "@acpaas-ui/js-notification-store",
"$rollup": {
"fileName": "acpaas-ui-js-notification-store",
"fileName": "antwerp-ui-js-notification-store",
"moduleName": "JsNotificationStore"
},
"version": "1.0.4",
"description": "The Notification Store provides a singleton store to save and easily access notifications throughout your app.",
"main": "./dist/acpaas-ui-js-notification-store.umd.js",
"browser": "./dist/acpaas-ui-js-notification-store.cjs.js",
"module": "./dist/acpaas-ui-js-notification-store.es.js",
"es2015": "./dist/acpaas-ui-js-notification-store.es.js",
"typings": "./src/acpaas-ui-js-notification-store.d.ts",
"main": "./dist/antwerp-ui-js-notification-store.umd.js",
"browser": "./dist/antwerp-ui-js-notification-store.cjs.js",
"module": "./dist/antwerp-ui-js-notification-store.es.js",
"es2015": "./dist/antwerp-ui-js-notification-store.es.js",
"typings": "./src/antwerp-ui-js-notification-store.d.ts",
"keywords": [
"acpaas-ui",
"antwerp-ui",
"aui",
"es2015",
"typescript"
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-utils/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ACPaaS UI JS Redux Utils
# Antwerp UI JS Redux Utils

[![js-redux-utils-status]][js-redux-utils-package]

Expand Down
12 changes: 6 additions & 6 deletions packages/redux-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@acpaas-ui/js-redux-utils",
"$rollup": {
"fileName": "acpaas-ui-js-redux-utils",
"fileName": "antwerp-ui-js-redux-utils",
"moduleName": "JsReduxUtils"
},
"version": "1.0.4",
"description": "",
"main": "./dist/acpaas-ui-js-redux-utils.umd.js",
"browser": "./dist/acpaas-ui-js-redux-utils.cjs.js",
"module": "./dist/acpaas-ui-js-redux-utils.es.js",
"es2015": "./dist/acpaas-ui-js-redux-utils.es.js",
"typings": "./src/acpaas-ui-js-redux-utils.d.ts",
"main": "./dist/antwerp-ui-js-redux-utils.umd.js",
"browser": "./dist/antwerp-ui-js-redux-utils.cjs.js",
"module": "./dist/antwerp-ui-js-redux-utils.es.js",
"es2015": "./dist/antwerp-ui-js-redux-utils.es.js",
"typings": "./src/antwerp-ui-js-redux-utils.d.ts",
"scripts": {
"rollup": "rollup -c --extend",
"********************** TEST **********************": "",
Expand Down