Aqua DS - Component Library
Quick Start
Framework Implementation
WebComponents
Vue 3
React
Angular
Components
Data Types
Directives
Style Customization
Theming
Custom Styles
Layout styling (Bulma)
Icons
ChangeLog
FAQ
Aqua Basis
Aqua Composition
ChangeLog Versions AquaV2
Aqua DS is currently in beta version. The stable packages will be released once all components have completed final testing and documentation review. Developers are encouraged to explore the beta to provide feedback and help ensure stability before the official release.
Current Versions
| @aqua-ds/web-components |
0.0.8 |
| @aqua-ds/vue |
0.0.3 |
| @aqua-ds/react |
0.0.4 |
| @aqua-ds/angular |
0.0.4 |
<aside>
Release 20 Oct 2025:
Packages
| @aqua-ds/web-components |
0.0.8 |
| @aqua-ds/vue |
0.0.3 |
| @aqua-ds/react |
0.0.4 |
| @aqua-ds/angular |
0.0.4 |
Bug Fixes
- Forms Components: Alignment and styling issues of all the forms components were corrected to ensure consistent spacing and label alignment across all form components.
- aq-autocomplete: Solve an issue that didn’t feedback correctly at user hover. Now each time an item is selected, it shows the correct styling in which element is interacting.
- aq-dropdown: Solve a bug about the event emittion and selection dependending the component type, now the item is always emitted.
- aq-flag-selector: Updated prop naming
*~~isName~~* to *showName.*
- aq-table: Solve error that didn’t feedback correctly at user hover, now each time that an user do hover, it shows the correct styling in which element is interacting.
- The component grid was updated to makes the table responsive and prevents errors on different viewports.
- The server table was fixed, some request made that the table doesn’t show data.
- The hide visibility feature and pinned feature was improved to give better compatibility and enhanced the table performance.
Doc
- aq-table: Documentation about selectable feature, new props and column config updates were added; In there is explained all about the uses and how can be add. Read more
- aq-flag-selector: Updated prop naming
*~~isName~~* to *showName.*
Feature
- aq-table: The selectable feature was added and can be activate table config with a simple key. Now you can get row information using a autogenerated checkbox. Read more
Anoucements
<aside>
⚠️
aq-field-group component has been temporarily disabled due to style compatibility issues. It will be re-enabled once the inconsistencies are resolved and verified across all supported frameworks.
</aside>
</aside>
<aside>
Release 15 Oct 2025:
Packages
| @aqua-ds/web-components |
0.0.6 |
| @aqua-ds/vue |
0.0.2 |
| @aqua-ds/react |
0.0.3 |
| @aqua-ds/angular |
0.0.3 |
Bug Fixes
- aq-search-bar Added support for v-bind in vue components.
- aq-dropdown-item Updated component styles.
- aq-setting-step Improved slot reactivity.
- aq-table Fixed vertical and horizontal scrolling.
- aq-tag Added type to components.
- aq-checkbox-group Fixed the emitted value to correctly mark selected items.
- aq-breadcrumb Solve bug on active element selection. Previously the event only emits the HTML but not the object item.
- aq-dropdown Solve double event emittion on select an option. Now the event is called onItemSelection
- aq-autocomplete Fix compatibility of name and required props.
Doc
- Theming Now you can access to the documentation about theming from Aqua Styles and Bulma Styles. Read more
- aq-color-picker The documentation about color-picker and it respective implementations now are enable. Read about
Feature
- TS-Compatibility Enable export and use from implementation side of types, Enums and Interfaces. Now the devs can use it importing in their projects. Read more
- aq-flag Modified the source for loading flags and reorganized the component structure.
- aq-dialog Now the dialog has methods to show or hide. Read more
</aside>