N3NX
5 subscribers
6 links
N3N Division Community News
Download Telegram
Channel created
Messages in this channel will be automatically deleted after 1 day
Messages in this channel will no longer be automatically deleted
🌊 mizui v0.3.2
🎉 release 2021-10-24

🤩 star repo at https://github.com/n3nx/mizui
📜 full changelog here

Features
- core New typography font classes for many font weights and styles

Improvements
- core Add strong and em tags to general typography class
- core Optimize display classes for property one-liners
- defaults Integrate serif class into typefaces

Refactoring Updates
- core Remove obsolete bootstrap code and old tooltip design
- core Move misc utilities from other files to
- defaults Move as to core
🌊 mizui v0.3.1
🎉 release 2021-10-24

🤩 star repo at https://github.com/n3nx/mizui
📜 full changelog here

Bug Fixes
- comps Fix badge rendering with muse coloring

Improvements
- comps Refactor alert to optimize close button globally

Refactoring Updates
- core Comment unused variables, to be deprecated in future versions
🌊 mizui v0.3.0
🎉 release 2021-10-20

🤩 star repo at https://github.com/n3nx/mizui
📜 full changelog here

Bug Fixes
- comps Fix `display` weight and `letter-spacing` in card heading
- comps Fix link color for good hover contrast
- comps Increase tags spacing for mobile devices
- comps Fix low contrast borders of cards with new auto margin utils
- core Fix container grid xs screen size to 90vw with minor tweaks
- core Fix xs container width to 300px
- core Fix navbar `padding` and height issues with 4k viewport
- defaults Focus outline showing at unprecedented viewports
- defaults Fix content styling with formatting of other objects
- prefabs Change tag from `h4` to `h3` for a11y support

Features
- cliff Add N3N cliff config file for changelog generation
- comps Add alerts with change in mizui unified saturation engine
- comps Add responsive navigation bar with hamburgers
- comps Add cards from mizui v0.2.5 with spacing classes
- comps Add `dropdown` class with mobile viewport support
- comps Add outline and arrow button styles with faster transitions
- core Add rfs mixin from bootstrap along with many small changes
- defaults Add typeface classes for global content with navbar gap fix
- defaults Add content style for pages to improve readability
- prefabs Add footer prefabs with footer comps
- prefabs Add 404 site prefabs for error pages
- prefabs Add jumbotron prefabs including its global vars

Improvements
- app Add user specific application components
- comps Integrate muse in cards along with tag components
- comps Update navbar for muse and add navbar dropdowns with a11y fix for cards
- core Switch to new color palette along with little refactorization
- core Add muse default color config to global variables
- core Optimize mizui grid system for lighter binary sizes
- core Update `padding` utilities for responsive viewports
- defaults Make shortened `font-family` variable names
- mizui Update `font-family` vars with change in few things down the road
- prefabs Change to ordered headings of hero class in jumbo

Refactoring Updates
- app Delete app directory in favor of app specific gitmodules
- comps Refactor comps in favor of global vars with addition of close button
⚙️ opencl-rs v0.1.2
🎉 release 2021-11-23

🤩 star repo at https://github.com/n3nx/opencl-rs
📜 full changelog here

Bug Fixes
- opencl-api Add error code description for every api function
- opencl-api Impl `From` trait to convert `Status` and `StatusCode`

Improvements
- opencl-api Improve status code errors to be more descriptive
- opencl-api Update error names and description to be more specific
⚙️ opencl-rs v0.1.1
🎉 release 2021-11-21

🤩 star repo at https://github.com/n3nx/opencl-rs
📜 full changelog here

Bug Fixes
- opencl-api Fix `CL_INVALID_VALUE` error at get_count
- opencl-api Fix access to multiple bitfield combinations

Documentation
- opencl-rs Update license.html

Improvements
- opencl-api Improve error handling with thiserror derivations
- opencl-api Generalize property list gneration for every api

Refactoring Updates
- opencl-api Classify data objects to separate files for brevity

Test Checks
- opencl-api Fix test case `CommandQueueProperties` null pointer
- opencl-rs Fix test cases for compatiblity with ci builds
⚙️ opencl-rs v0.1.0
🎉 release 2021-11-18

🤩 star repo at https://github.com/n3nx/opencl-rs
📜 full changelog here

Bug Fixes
- opencl-api Fix api bindings from ffis and start project clinfo
- opencl-api Fix optional in pfn_notify with few more changes
- opencl-heads Support mem_object for now, add buffer later
- opencl-rs Update repo links and n3nx project meta tags

Build Tools
- helpers Add build tools and progress api development further

Documentation
- opencl-rs Add readme.md and update search keywords in cargo.toml
- opencl-rs Add discord links, badge color in readme.md

Extra Tasks
- opencl-heads Add opencl header dependencies

Features
- cliff Add N3N cliff config file for changelog generation
- memory Create memory module with its apis
- opencl-api Add enums to match constants and respective datatypes
- opencl-api Add status enums with necessary traits
- opencl-api Add platform info api with reorder of few helpers
- opencl-api Create APIs for command queues
- opencl-api Add device.rs file with including its APIs
- opencl-api Add `clGetDeviceInfo` interface with more datatypes
- opencl-api Add more apis in device, update struct for device types
- opencl-api Add apis in context, update queue api, few minor fixes
- opencl-api Add buffer apis and add wrapped pointers support
- opencl-api Add image module with its apis
- opencl-api Add image apis and fix few bugs along the way
- opencl-api Add pipe module with apis
- opencl-api Add sampler apis with descriptive comments
- opencl-heads Map core typedefs and constants from headers
- opencl-heads Map api functions from headers

Improvements
- opencl-api Optimize struct types to represent bitfields
- opencl-api Improve error handling and reordering of bitfields
- opencl-api Ffi type independency from libc
- opencl-api Add support for macronized objects function generators
- opencl-api Apply adding operation for bitfields with more changes
- opencl-api Macronize counting objects and object list generator
- opencl-api Create structures to wrap pointers for security
- opencl-heads Update cl_image_desc structure to separate versions

Refactoring Updates
- helpers Update helper functions to map directory
- opencl-api Update error handling to support function names
- opencl-heads Refactor constants to match their respective types
- opencl-heads Add and refactor constants to their types
- opencl-heads Move ffi to separate module, add platforms support
- opencl-heads Create section for cl ffi bindings to remain compatible

Styling
- api Format api image, memory and pipe files and add docker tests