figma 7.3.2
figma: ^7.3.2 copied to clipboard
A Figma API wrapper library for interacting with Figma documents, written in pure Dart.
7.3.2 #
- Changed types for
absoluteBoundingBoxto andabsoluteRenderBoundsproperties inSectionmodel fromRectangletoSizeRectangle(@evgentus-cy)
7.3.1 #
- Lowered dependency constraints
7.3.0 #
- Added support for variables (local and published) (@jamieastley)
- Updated copy_with_extension to 6.0.1
7.2.0 #
- Added
Sectionmodel - Updated dependencies and regenerated files
- Removed tests that require paid Figma features (published styles)
7.1.1 #
- Fixed typo in HORIZONTAL_AND_VERICAL_SCROLLING (@evgentus-cy)
7.1.0 #
- Added
BASELINEvalue toCounterAxisAlignItems - Added
node_idto style model - FigmaError is now FigmaException
7.0.0 #
- Updated Figma API response models (@BigFlexLiu)
6.0.1 #
- Fixed type mismatches (@BigFlexLiu)
6.0.0 #
- BREAKING: Updated Dart SDK constraints to 3.0 or later
- Updated all dependencies
- Re-generated files with updated json_serializable
- Removed
getFileVersionstest due to Figma limitations (30-day history in free plan)
5.0.3 #
- Updated
PrototypeDevice.presetIdentifierto be nullable
5.0.2 #
- Removed unnecessary null operators in generated files
5.0.1 #
- Updated
PrototypeDevice.sizeto be nullable
5.0.0 #
- BREAKING: Changed minimum Dart version to 2.17.0
- Updated all Figma data classes
- Removed deprecated fields
4.0.2 #
- Updated license copyright holder
- Updated README
4.0.1 #
- Added missing docstrings
- Updated lacking docstrings
4.0.0 #
- BREAKING: Bumped all dependencies
- Regenerated all models with updated generators
- Updated integration tests
- Enhanced CI pipeline and release workflow
- Changed analyzer config to use lints/recommended as base
3.6.0 #
- Add TRUNCATE to TextAutoResize (@yzxben)
- Add CUSTOM_BEZIER easing type (@jWinterDay)
3.4.0 #
- Updated dependencies and added imageFills for image response (@BigFlexLiu)
- Added componentSetId to component (@BigFlexLiu)
3.3.0 #
- Added spread for shadow effects (@BigFlexLiu)
- Added support for OAuth token (@BigFlexLiu)
- Removed unused imports
3.2.0 #
- Use
httpdependency on web,http2on other platforms (@aloisdeniel)
3.1.0 #
- Add component set types and text auto resize property on type style (@aloisdeniel)
3.0.0 #
- Migrate to null-safety (@bjartebore)
2.1.0+1 #
- Move repository from old org (dnb-asa) to new (arnemolland)
2.1.0 #
- Add
copyWithmethod on all data classes
2.0.6 #
- Add
COMPONENT_SETnode type - Add new layout options (@aloisdeniel)
2.0.5 #
- Add
VARIANT_COMPONENTnode type - Use decimal numbers for
transitionDurationproperty
2.0.4 #
- Decode HTTP2 messages only when all bytes are received
2.0.3 #
- Fix
authenticatedGetmethod incorrectly doingPOSTrequests
2.0.2 #
- Add PDF as export format
2.0.1 #
- Fix incorrect property name
layoutConstraints→constraints
2.0.0+1 #
- Satisfy the Pub analysis
2.0.0 #
BREAKING CHANGES:
- Migrate to HTTP2 protocol
1.0.3 #
- Join
idsquery param with comma instead of semicolon
1.0.2 #
- Add
authenticatedGetmethod to call arbitrary Figma API endpoints
1.0.1 #
- Export
FigmaQueryclass
1.0.0+2 #
- Readme badges
1.0.0+1 #
- Publishing step in CI workflow (test)
1.0.0 #
- Documentation
- Basic wrapper around all Figma APIs
- Initial version, created by Stagehand