Wijmo 릴리스

Released: Jan 25, 2019

2018 v3 (Build 568) 버젼 업데이트

기능

  • Added two new LearnWijmo fiddles that highlight the FlexGrid’s basic and advanced features.
  • Added a cssClassAll property to the FlexGrid's Row and Column classes so you can add CSS classes to header cells as well as to data cells.
  • Added two new settings to the wijmo.olap.ShowAs enumeration: PctPrevRow and PctPrevCol cause the engine to show values for each item as a percentage of the value in the previous row or column.
  • Added two extra parameters to the FlexGrid.getClipString method so it can...

Released: Nov 19, 2018

2018 v3 버젼 업데이트

기능

  • Faster PDF Export with Web Workers
    • PDF export can often slow down web apps: since the export is happening in the browser’s UI thread, it can cause the rest of the application to be unusable. This is where Web Workers comes to the rescue. We used Web Workers to process the exporting of PDF files on a separate thread from the application UI. This allows the applications to stay usable and the PDF export to churn along in the “background”.
  • Group Headers in ComboBox/ListBox
    • We've added a...

Released: Sep 12, 2018

2018 v2 (Build 523) 버젼 업데이트

기능

  • Added new business intelligence PWA sample - Progressive Web Apps (PWAs) are regular web apps that behave like native applications on mobile devices. They can be installed, open quickly, and can operate without a network connection. GrapeCity created a MyBI sample app to show how easy it can be to build progressive web apps using Wijmo. It gets sales data stored in a Google Sheet and creates a dashboard to support business decisions.
  • WebComponents - Added Beta version of the WebComponents...

Released: Jul 18, 2018

2018 v2 버젼 업데이트

기능

  • Design Time for Wijmo Controls - Until now, Wijmo controls were easy to use, but still required writing code. The 2018 v2 release introduces design-time environments for creating and customizing Wijmo controls. Currently available as two beta products for using a design surface similar to Visual Studio, including a live preview and property grid. The two designers are:
    • New Wijmo Designer for Angular in VSCode (Beta) - This designer is an extension for VSCode. When installed, it adds a "Wijmo...

Released: May 18, 2018

2018 v1 (Build 462) 버젼 업데이트

기능

  • [Angular] Added support for Angular 6.
  • [Web Components] Added Beta version of the web components interop.
  • [Web Components] Added a sample that demonstrates how to use Wijmo web components in an Angular application.
  • [Licensing] Added a wijmo.setLicenseKey method that enables single-build deployment, including npm.
  • [npm] Wijmo is published to the global npm registry as the 'wijmo' package.
  • [Angular] Disabled state of Wijmo components inside Angular forms now changes on the Angular...

Released: Apr 3, 2018

2018 v1 버젼 업데이트

기능

  • New Licensing Mechanism - implemented a new licensing mechanism in Wijmo when you deploy to a server. You now need to create a distribution key for applications that use Wijmo. Wijmo licensing will not need a distribution key when on localhost, so your development process will go uninterrupted. You only need to generate and apply a distribution key when you're deploying your application to a server.
  • Published to NPM - The biggest benefit from adding the new licensing mechanism is that there...

Released: Feb 13, 2018

2017 v3 (Build 409) 버젼 업데이트

기능

  • Includes an enhancement to smooth scrolling on macOS.

수정사항

  • Includes a rolled-back fix for input buttons that resulted in making the input controls slightly oversized.
  • Includes a new, better fix for input buttons.

Released: Jan 22, 2018

2017 v3 (Build 405) 버젼 업데이트

수정사항

  • Fixed minor bug introduced in build 403 which caused some glyphs not to render correctly in Chrome for macOS.
  • The broken glyphs were:
    • Calendar.
    • Clock.
    • Minus.
    • Plus.

Released: Jan 17, 2018

2017 v3 (Build 403) 버젼 업데이트

기능

  • Added new JavaScript Gantt Chart sample that extends FlexChart.
  • Added Calendar sample inspired by the Slack status page.
  • Added SimpleServerCollectionView sample.
  • Added MVCCollectionView sample.
  • [nodejs] Made some changes in wijmo.pdf code that make it possible to use Wijmo PdfDocument in NodeJS (with a specific Domino based setup).
  • [VSCode] Added IntelliSense support for Wijmo Angular components in VSCode HTML editor.
  • Improved FlexGrid layout performance.
  • Improved export to xlsx performance...

Released: Nov 15, 2017

2017 v3 버젼 업데이트

기능

  • Added Intellisense support for Wijmo Angular components in VSCode HTML editor.
  • Added React support for all Wijmo controls.
  • FlexGrid now supports touch column and row resizing on touch devices.
  • Major performance enhancement for FlexGrid: Added a quickAutoSize property which can improve auto-sizing performance by a factor of 10 to 100, depending on the scenario/browser.
  • Added new AccessilityExtender for FlexGrid sample. It implements a class that provides additional accessibility support to...