Bootstrap Vue new release
To quickly integrate Bootstrap 4 components in Vue.js, get bootstrap-vue, now with more features documented in the changelog. - https://goo.gl/8grdVJ
#vue #bootstrap #release
To quickly integrate Bootstrap 4 components in Vue.js, get bootstrap-vue, now with more features documented in the changelog. - https://goo.gl/8grdVJ
#vue #bootstrap #release
bootstrap-vue.js.org
Bootstrap Vue
Quickly integrate Bootstrap 4 components with Vue.js
PrimeReact 1.0 Released: A Suite of UI Components
A set of over 60 open source UI components for React. - https://goo.gl/CAZqmj
#primeReact #release
A set of over 60 open source UI components for React. - https://goo.gl/CAZqmj
#primeReact #release
PrimeFaces
PrimeReact 1.0.0-Final Released | PrimeFaces
PrimeTek is excited to announce that PrimeReact 1.0.0-Final is now available featuring over 60 open source UI components for ReactJS. We’ve announced the project kickstart back in January 2017 and after months of hard work and dedication, 1.0 is finally…
React 16 was released - https://goo.gl/AuZnQK
Among the changes are some long-standing feature requests, including fragments, error boundaries, portals, support for custom DOM attributes, improved server-side rendering, and reduced file size.
#react #release
Among the changes are some long-standing feature requests, including fragments, error boundaries, portals, support for custom DOM attributes, improved server-side rendering, and reduced file size.
#react #release
facebook.github.io
React v16.0 - React Blog
We're excited to announce the release of React v16.0! Among the changes are some long-standing feature requests, including fragments, error boundaries, portals, support for custom DOM attributes, improved server-side rendering, and reduced file size.
Node v8.6.0 (Current) Released
A handful of minor changes, including N-API no longer being behind a flag. A vulnerability (mentioned below) was also fixed. - https://goo.gl/yCiwD9
#nodejs #release
A handful of minor changes, including N-API no longer being behind a flag. A vulnerability (mentioned below) was also fixed. - https://goo.gl/yCiwD9
#nodejs #release
Node.js
Node v8.6.0 (Current) | Node.js
Next.js 4 Released with Perf and Styling Upgrades
A new version of Next.js, a framework for building universal React apps, is out with support for React 16 and a major upgrade to its styling engine. - https://goo.gl/b6eNCN
#next4 #release
A new version of Next.js, a framework for building universal React apps, is out with support for React 16 and a major upgrade to its styling engine. - https://goo.gl/b6eNCN
#next4 #release
zeit.co
Next.js 4: React 16 and styled-jsx 2
Chrome 62 Released: What’s New?
Improved Network Information API, support for OpenType variable fonts, new ways to capture media, and Payment Request API support on iOS. - https://goo.gl/3FXGWc
#chrome #release
Improved Network Information API, support for OpenType variable fonts, new ways to capture media, and Payment Request API support on iOS. - https://goo.gl/3FXGWc
#chrome #release
Google Developers
New in Chrome 62 | Web
| Google Developers
| Google Developers
What's new in Chrome 62 for developers? Improved Network Information API, Support for OpenType Variable Fonts, new ways to capture media and more!
Vue 2.5 released - https://goo.gl/4HWjks
Vuex 2.5.0 released - https://goo.gl/ocvrxv
Vuetify.js v0.16.6 released - https://goo.gl/tA4Zuw
Element UI 2.0.0-beta.1 released - https://goo.gl/yidrxA
Released Quasar v0.14.5 released - https://goo.gl/QJzKAU
#vue #release
Vuex 2.5.0 released - https://goo.gl/ocvrxv
Vuetify.js v0.16.6 released - https://goo.gl/tA4Zuw
Element UI 2.0.0-beta.1 released - https://goo.gl/yidrxA
Released Quasar v0.14.5 released - https://goo.gl/QJzKAU
#vue #release
Medium
Vue 2.5 released
We are excited to announce the release of Vue 2.5 Level E!
V8 Release 6.3: Speed and New ES Features
The latest branch of the V8 engine will make its first appearance in Chrome 63. Performance increases are the order of the day, plus three ‘stage 3’ ECMAScript features. - https://goo.gl/Sj8qG8
#v8 #release
The latest branch of the V8 engine will make its first appearance in Chrome 63. Performance increases are the order of the day, plus three ‘stage 3’ ECMAScript features. - https://goo.gl/Sj8qG8
#v8 #release
v8project.blogspot.co.uk
V8 Release 6.3
A blog by the V8 team for JavaScript enthusiast that want to get a glimpse 'under the hood' of Chrome's JavaScript engine.
TypeScript 2.6 Released
The JavaScript superset that adds optional static types gets a variety of new features aimed at established users. - https://goo.gl/hBefof
#typescript #release
The JavaScript superset that adds optional static types gets a variety of new features aimed at established users. - https://goo.gl/hBefof
#typescript #release
vue-apollo 3.0 alpha released
Version 3.0 alpha with support for Apollo Client 2.x -
https://goo.gl/vgcSFV
#release
Version 3.0 alpha with support for Apollo Client 2.x -
https://goo.gl/vgcSFV
#release
GitHub
Akryum/vue-apollo
vue-apollo - 🚀 Apollo/GraphQL integration for VueJS
Node v9.1.0 (Current) Released
OpenSSL upgraded, the http module now supports the 103 (Early Hints) status code, and you can now set a stack trace limit in NODE_OPTIONS. - https://goo.gl/ewZqXX
#nodejs #release
OpenSSL upgraded, the http module now supports the 103 (Early Hints) status code, and you can now set a stack trace limit in NODE_OPTIONS. - https://goo.gl/ewZqXX
#nodejs #release
Node.js
Node v9.1.0 (Current) | Node.js
Node v9.2.0 (Current) Released
Only a minor update. process.ppid, fs.realpathSync.native and fs.realpath.native are now exposed - https://goo.gl/p5o6o3
#nodejs #release
Only a minor update. process.ppid, fs.realpathSync.native and fs.realpath.native are now exposed - https://goo.gl/p5o6o3
#nodejs #release
Node.js
Node v9.2.0 (Current) | Node.js
React 16.2 Released with Improved 'Fragments' Support
Fragments are for grouping multiple children that are being returned from a component’s render method. This post thoroughly digs into why that might be useful - https://goo.gl/KmmVQQ
#react #release
Fragments are for grouping multiple children that are being returned from a component’s render method. This post thoroughly digs into why that might be useful - https://goo.gl/KmmVQQ
#react #release
reactjs.org
React v16.2.0: Improved Support for Fragments – React Blog
React 16.2 is now available! The biggest addition is improved support for returning multiple children from a component’s render method. We call this feature fragments : Fragments look like empty JSX tags. They let you group a list of children without adding…
Node 10.5 (Current) Released
Significantly, there’s now experimental support for multi-threading by way of worker threads. Support for crypto.scrypt() has also been added. - http://bit.ly/2lBdB1Q
#nodejs #release
Significantly, there’s now experimental support for multi-threading by way of worker threads. Support for crypto.scrypt() has also been added. - http://bit.ly/2lBdB1Q
#nodejs #release
Node.js
Node v10.5.0 (Current) | Node.js
Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
Vue.js v3.0.0 One Piece Released
Today we are proud to announce the official release of Vue.js 3.0 "One Piece". This new major version of the framework provides improved performance, smaller bundle sizes, better TypeScript integration, new APIs for tackling large scale use cases, and a solid foundation for long-term future iterations of the framework. - http://amp.gs/LZ5L
#vue #release
Today we are proud to announce the official release of Vue.js 3.0 "One Piece". This new major version of the framework provides improved performance, smaller bundle sizes, better TypeScript integration, new APIs for tackling large scale use cases, and a solid foundation for long-term future iterations of the framework. - http://amp.gs/LZ5L
#vue #release
GitHub
Release v3.0.0 One Piece · vuejs/core
Today we are proud to announce the official release of Vue.js 3.0 "One Piece". This new major version of the framework provides improved performance, smaller bundle sizes, better TypeScri...
Redux Toolkit 1.8.0 Released
If you’re down with Redux for managing state, the “official, opinionated, batteries-included toolset for efficient Redux development” is what you need :-) Among other things, this release adds new ‘listener’ middleware (think useEffect but for Redux store updates). - http://amp.gs/jpUHo
#redux-toolkit #release
If you’re down with Redux for managing state, the “official, opinionated, batteries-included toolset for efficient Redux development” is what you need :-) Among other things, this release adds new ‘listener’ middleware (think useEffect but for Redux store updates). - http://amp.gs/jpUHo
#redux-toolkit #release