Skip to content

Commit f9a5416

Browse files
author
pipeline
committed
v16.4.40-beta is released
1 parent b546634 commit f9a5416

File tree

609 files changed

+7235
-1180
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

609 files changed

+7235
-1180
lines changed

Diff for: README.md

+1-44
Original file line numberDiff line numberDiff line change
@@ -1,44 +1 @@
1-
# Syncfusion Vue UI Components Library (Essential JS 2)
2-
Syncfusion Vue UI Components library has been built from the ground up to be lightweight, responsive, modular and touch friendly. It offers 50+ UI components that every applications will ever need.
3-
> This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials).
4-
>
5-
> A free community license (https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
6-
## Resources
7-
* [Getting Started](https://ej2.syncfusion.com/vue/documentation/getting-started/vue-cli?utm_source=npm&utm_campaign=ej2-vue-ui-components)
8-
* [View Online Demos](https://ej2.syncfusion.com/vue/demos?utm_source=npm&utm_campaign=ej2-vue-ui-components)
9-
* [Product Page](https://www.syncfusion.com/vue-ui-components?utm_source=npm&utm_campaign=ej2-vue-ui-components)
10-
## Framework highlights
11-
### Lightweight and user friendly
12-
The entire Essential JS 2 framework is built from scratch to be lightweight and modular. Its footprint can be reduced further by including only the specific components and features your application requires.
13-
### Modular architecture
14-
All components have been built as modules to enable selective referencing, so only the components and features you need are included in your application.
15-
### Built for performance
16-
Performance is critical for delivering a good user experience. We ensure that all our components are designed and built to achieve the best performance possible.
17-
### Responsive and touch friendly
18-
All Essential JS 2 controls are touch friendly and render adaptively based on the device they are on to provide optimal usage experience on phones, tablets and desktops.
19-
### Stunning built-in themes
20-
Pixel-perfect built-in themes are available in material, bootstrap and fabric design. In addition, it comes with Accessible high-contrast theme and an online tool "[Theme Studio](https://ej2.syncfusion.com/themestudio/)" to customize the provided built-in themes.
21-
### Globalization simplified
22-
Easily build applications to be used by a global audience in various language and culture settings.
23-
### Stay current
24-
With our commitment to at least four major updates per year, you receive the most up-to-date functionality and new components in addition to monthly service packs and bug fixes. Custom patches are available as needed.
25-
## Supported Frameworks
26-
The Essential JS 2 is also offered in following list of frameworks.
27-
* [JavaScript](https://www.syncfusion.com/javascript-ui-controls?utm_source=npm&utm_campaign=ej2-vue-ui-components)
28-
* [Angular](https://www.syncfusion.com/angular-ui-components?utm_source=npm&utm_campaign=ej2-vue-ui-components)
29-
* [React](https://www.syncfusion.com/react-ui-components?utm_source=npm&utm_campaign=ej2-vue-ui-components)
30-
* [ASP.NET Core](https://www.syncfusion.com/aspnet-core-ui-controls?utm_source=npm&utm_campaign=ej2-vue-ui-components)
31-
* [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_source=npm&utm_campaign=ej2-vue-ui-components)
32-
## Showcase Applications
33-
* [IT Asset Management](https://ej2.syncfusion.com/showcase/vue/assetmanagement?utm_source=npm&utm_campaign=ej2-vue-ui-components)
34-
## Support
35-
Product support is available for through following mediums.
36-
* Creating incident in Syncfusion [Direct-trac](https://www.syncfusion.com/support/directtrac/incidents?utm_source=npm&utm_campaign=ej2-vue-ui-components) support system or [Community forum](https://www.syncfusion.com/forums/vue?utm_source=npm&utm_campaign=ej2-vue-ui-components).
37-
* New [GitHub issue](https://github.com/syncfusion/ej2-vue-ui-components/issues/issues/new).
38-
* Ask your query in [Stack Overflow](https://stackoverflow.com/) with tag `syncfusion` and `ej2`.
39-
## License
40-
Check the license detail [here](https://github.com/syncfusion/ej2-vue-ui-components/blob/master/LICENSE).
41-
## Changelog
42-
Check the changelog [here](https://ej2.syncfusion.com/vue/documentation/release-notes?utm_source=npm&utm_campaign=ej2-vue-ui-components)
43-
© Copyright 2018 Syncfusion, Inc. All Rights Reserved.
44-
The Syncfusion Essential Studio license and copyright applies to this distribution.
1+
Repository for vue github-source

Diff for: components/base/CHANGELOG.md

-8
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@
22

33
## [Unreleased]
44

5-
## 16.3.33 (2018-11-15)
6-
7-
### Common
8-
9-
#### Bug Fixes
10-
11-
- Fixed the provider accessing issue when provider is specified in decorator in the typescript format.
12-
135
## 16.3.31 (2018-11-07)
146

157
### Common

Diff for: components/base/dist/ej2-vue-base.umd.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: components/base/dist/ej2-vue-base.umd.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: components/base/dist/es6/ej2-vue-base.es2015.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: components/base/dist/es6/ej2-vue-base.es2015.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: components/base/dist/es6/ej2-vue-base.es5.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: components/base/dist/es6/ej2-vue-base.es5.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)